(2435.4ms)  CREATE DATABASE "projectIntern_development" ENCODING = 'unicode'
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (396.0ms)  CREATE DATABASE "projectIntern_test" ENCODING = 'unicode'
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (46.4ms)  CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21
 (25.2ms)  CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21
 (0.2ms)  SELECT pg_try_advisory_lock(4940285333737373340)
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21
 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21

Migrating to CreateUsers (20190117111229)

 (0.2ms)  BEGIN
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21
 (43.7ms)  CREATE TABLE "users" ("id" bigserial primary key, "username" character varying, "email" character varying, "encrypted_password" character varying, "salt" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
↳ db/migrate/20190117111229_create_users.rb:3
ActiveRecord::SchemaMigration Create (0.6ms)  INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"  [["version", "20190117111229"]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21
 (1.3ms)  COMMIT
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21
ActiveRecord::InternalMetadata Load (0.3ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21
 (0.2ms)  BEGIN
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21
ActiveRecord::InternalMetadata Create (0.5ms)  INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"  [["key", "environment"], ["value", "development"], ["created_at", "2019-01-17 11:20:31.003598"], ["updated_at", "2019-01-17 11:20:31.003598"]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21
 (40.7ms)  COMMIT
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21
 (0.4ms)  SELECT pg_advisory_unlock(4940285333737373340)
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21
 (0.4ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21

Started GET “/” for 127.0.0.1 at 2019-01-17 16:50:48 +0530

 (0.9ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (4.4ms)

Completed 200 OK in 849ms (Views: 755.3ms | ActiveRecord: 12.1ms)

Started GET “/” for 127.0.0.1 at 2019-01-17 16:51:16 +0530

ArgumentError ('' is not a supported controller name. This can lead to potential routing problems. See guides.rubyonrails.org/routing.html#specifying-a-controller-to-use):

config/routes.rb:3:in `block in <main>' config/routes.rb:1:in `<main>' Started GET “/” for 127.0.0.1 at 2019-01-17 16:51:27 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.4ms)

Completed 200 OK in 41ms (Views: 17.9ms | ActiveRecord: 10.3ms)

Started GET “/” for 127.0.0.1 at 2019-01-17 16:52:06 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (18.3ms)

Completed 500 Internal Server Error in 22ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (No route matches {:action=>“create”, :controller=>“users”}):

3: <% @page_title = "UserAuth | Signup" %>
4: <div class="Sign_Form">
5:   <h1>Sign Up</h1>
6:   <%= form_for(:user, :url => {:controller => 'users', :action => 'create'}) do |f| %>
7:     <p> Username:</br> <%= f.text_field :username%> </p>
8:     <p> Email:</br> <%= f.text_field :email%> </p>
9:     <p> Password:</br> <%= f.password_field :password%></p>

app/views/users/new.html.erb:6:in `_app_views_users_new_html_erb__3748741132501531225_70261978876660' Started GET “/” for 127.0.0.1 at 2019-01-17 16:52:36 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (1.2ms)

Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.0ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/users/new.html.erb:6: syntax error, unexpected ')', expecting end … :url => {:action => 'create'}) do |f| @output_buffer.safe_a… … ^ /Users/naveen/Documents/Internship/projectIntern/app/views/users/new.html.erb:23: syntax error, unexpected ensure, expecting end-of-input

ensure
^~~~~~):

app/views/users/new.html.erb:6: syntax error, unexpected ')', expecting end app/views/users/new.html.erb:23: syntax error, unexpected ensure, expecting end-of-input Started GET “/” for 127.0.0.1 at 2019-01-17 16:53:37 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (1.1ms)

Completed 500 Internal Server Error in 25ms (ActiveRecord: 4.8ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/users/new.html.erb:6: syntax error, unexpected ')', expecting end … :url => {:action => 'create'}) do |f| @output_buffer.safe_a… … ^ /Users/naveen/Documents/Internship/projectIntern/app/views/users/new.html.erb:23: syntax error, unexpected ensure, expecting end-of-input

ensure
^~~~~~):

app/views/users/new.html.erb:6: syntax error, unexpected ')', expecting end app/views/users/new.html.erb:23: syntax error, unexpected ensure, expecting end-of-input Started GET “/” for 127.0.0.1 at 2019-01-17 16:53:38 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (1.6ms)

Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/users/new.html.erb:6: syntax error, unexpected ')', expecting end … :url => {:action => 'create'}) do |f| @output_buffer.safe_a… … ^ /Users/naveen/Documents/Internship/projectIntern/app/views/users/new.html.erb:23: syntax error, unexpected ensure, expecting end-of-input

ensure
^~~~~~):

app/views/users/new.html.erb:6: syntax error, unexpected ')', expecting end app/views/users/new.html.erb:23: syntax error, unexpected ensure, expecting end-of-input Started GET “/” for 127.0.0.1 at 2019-01-17 16:56:27 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (1.3ms)

Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/users/new.html.erb:6: syntax error, unexpected ':', expecting end …append= form_for @user, :url : {:action : 'create'}) do |f|… … ^ /Users/naveen/Documents/Internship/projectIntern/app/views/users/new.html.erb:6: syntax error, unexpected ':', expecting => …rm_for @user, :url : {:action : 'create'}) do |f| @output_bu… … ^ /Users/naveen/Documents/Internship/projectIntern/app/views/users/new.html.erb:6: syntax error, unexpected '}', expecting end …er, :url : {:action : 'create'}) do |f| @output_buffer.safe_… … ^ /Users/naveen/Documents/Internship/projectIntern/app/views/users/new.html.erb:23: syntax error, unexpected ensure, expecting end-of-input

ensure
^~~~~~):

app/views/users/new.html.erb:6: syntax error, unexpected ':', expecting end app/views/users/new.html.erb:6: syntax error, unexpected ':', expecting => app/views/users/new.html.erb:6: syntax error, unexpected '}', expecting end app/views/users/new.html.erb:23: syntax error, unexpected ensure, expecting end-of-input Started GET “/” for 127.0.0.1 at 2019-01-17 16:56:28 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.9ms)

Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/users/new.html.erb:6: syntax error, unexpected ':', expecting end …append= form_for @user, :url : {:action : 'create'}) do |f|… … ^ /Users/naveen/Documents/Internship/projectIntern/app/views/users/new.html.erb:6: syntax error, unexpected ':', expecting => …rm_for @user, :url : {:action : 'create'}) do |f| @output_bu… … ^ /Users/naveen/Documents/Internship/projectIntern/app/views/users/new.html.erb:6: syntax error, unexpected '}', expecting end …er, :url : {:action : 'create'}) do |f| @output_buffer.safe_… … ^ /Users/naveen/Documents/Internship/projectIntern/app/views/users/new.html.erb:23: syntax error, unexpected ensure, expecting end-of-input

ensure
^~~~~~):

app/views/users/new.html.erb:6: syntax error, unexpected ':', expecting end app/views/users/new.html.erb:6: syntax error, unexpected ':', expecting => app/views/users/new.html.erb:6: syntax error, unexpected '}', expecting end app/views/users/new.html.erb:23: syntax error, unexpected ensure, expecting end-of-input Started GET “/” for 127.0.0.1 at 2019-01-17 16:56:28 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (1.1ms)

Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/users/new.html.erb:6: syntax error, unexpected ':', expecting end …append= form_for @user, :url : {:action : 'create'}) do |f|… … ^ /Users/naveen/Documents/Internship/projectIntern/app/views/users/new.html.erb:6: syntax error, unexpected ':', expecting => …rm_for @user, :url : {:action : 'create'}) do |f| @output_bu… … ^ /Users/naveen/Documents/Internship/projectIntern/app/views/users/new.html.erb:6: syntax error, unexpected '}', expecting end …er, :url : {:action : 'create'}) do |f| @output_buffer.safe_… … ^ /Users/naveen/Documents/Internship/projectIntern/app/views/users/new.html.erb:23: syntax error, unexpected ensure, expecting end-of-input

ensure
^~~~~~):

app/views/users/new.html.erb:6: syntax error, unexpected ':', expecting end app/views/users/new.html.erb:6: syntax error, unexpected ':', expecting => app/views/users/new.html.erb:6: syntax error, unexpected '}', expecting end app/views/users/new.html.erb:23: syntax error, unexpected ensure, expecting end-of-input Started GET “/” for 127.0.0.1 at 2019-01-17 16:56:29 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (26.2ms)

Completed 500 Internal Server Error in 30ms (ActiveRecord: 0.0ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/users/new.html.erb:6: syntax error, unexpected ':', expecting end …append= form_for @user, :url : {:action : 'create'}) do |f|… … ^ /Users/naveen/Documents/Internship/projectIntern/app/views/users/new.html.erb:6: syntax error, unexpected ':', expecting => …rm_for @user, :url : {:action : 'create'}) do |f| @output_bu… … ^ /Users/naveen/Documents/Internship/projectIntern/app/views/users/new.html.erb:6: syntax error, unexpected '}', expecting end …er, :url : {:action : 'create'}) do |f| @output_buffer.safe_… … ^ /Users/naveen/Documents/Internship/projectIntern/app/views/users/new.html.erb:23: syntax error, unexpected ensure, expecting end-of-input

ensure
^~~~~~):

app/views/users/new.html.erb:6: syntax error, unexpected ':', expecting end app/views/users/new.html.erb:6: syntax error, unexpected ':', expecting => app/views/users/new.html.erb:6: syntax error, unexpected '}', expecting end app/views/users/new.html.erb:23: syntax error, unexpected ensure, expecting end-of-input Started GET “/” for 127.0.0.1 at 2019-01-17 16:57:55 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.6ms)

Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (No route matches {:action=>“create”, :controller=>“users”}):

3: <% @page_title = "UserAuth | Signup" %>
4: <div class="Sign_Form">
5:   <h1>Sign Up</h1>
6:   <% form_for @user, url: {action: "create"} do |f| %>
7:     <p> Username:</br> <%= f.text_field :username%> </p>
8:     <p> Email:</br> <%= f.text_field :email%> </p>
9:     <p> Password:</br> <%= f.password_field :password%></p>

app/views/users/new.html.erb:6:in `_app_views_users_new_html_erb__3748741132501531225_70261967484540' Started GET “/” for 127.0.0.1 at 2019-01-17 16:58:41 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.7ms)

Completed 500 Internal Server Error in 22ms (ActiveRecord: 5.7ms)

ActionView::Template::Error (No route matches {:action=>“create”, :controller=>“users”}):

3: <% @page_title = "UserAuth | Signup" %>
4: <div class="Sign_Form">
5:   <h1>Sign Up</h1>
6:   <% form_for @user, url: {action: "create"} do |f| %>
7:     <p> Username:</br> <%= f.text_field :username%> </p>
8:     <p> Email:</br> <%= f.text_field :email%> </p>
9:     <p> Password:</br> <%= f.password_field :password%></p>

app/views/users/new.html.erb:6:in `_app_views_users_new_html_erb__3748741132501531225_70261938513500' Started GET “/” for 127.0.0.1 at 2019-01-17 16:58:42 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.8ms)

Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (No route matches {:action=>“create”, :controller=>“users”}):

3: <% @page_title = "UserAuth | Signup" %>
4: <div class="Sign_Form">
5:   <h1>Sign Up</h1>
6:   <% form_for @user, url: {action: "create"} do |f| %>
7:     <p> Username:</br> <%= f.text_field :username%> </p>
8:     <p> Email:</br> <%= f.text_field :email%> </p>
9:     <p> Password:</br> <%= f.password_field :password%></p>

app/views/users/new.html.erb:6:in `_app_views_users_new_html_erb__3748741132501531225_70261929901480' Started GET “/” for 127.0.0.1 at 2019-01-17 16:59:41 +0530

 (1.0ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (6.8ms)

Completed 500 Internal Server Error in 35ms (ActiveRecord: 7.8ms)

ActionView::Template::Error (No route matches {:action=>“create”, :controller=>“users”}):

3: <% @page_title = "UserAuth | Signup" %>
4: <div class="Sign_Form">
5:   <h1>Sign Up</h1>
6:   <% form_for @user, url: {action: "create"} do |f| %>
7:     <p> Username:</br> <%= f.text_field :username%> </p>
8:     <p> Email:</br> <%= f.text_field :email%> </p>
9:     <p> Password:</br> <%= f.password_field :password%></p>

app/views/users/new.html.erb:6:in `_app_views_users_new_html_erb__2387546596748126925_70349800433700' Started GET “/” for 127.0.0.1 at 2019-01-17 16:59:48 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.3ms)

Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (No route matches {:action=>“create”, :controller=>“users”}):

3: <% @page_title = "UserAuth | Signup" %>
4: <div class="Sign_Form">
5:   <h1>Sign Up</h1>
6:   <% form_for @user, url: {action: "create"} do |f| %>
7:     <p> Username:</br> <%= f.text_field :username%> </p>
8:     <p> Email:</br> <%= f.text_field :email%> </p>
9:     <p> Password:</br> <%= f.password_field :password%></p>

app/views/users/new.html.erb:6:in `_app_views_users_new_html_erb__2387546596748126925_70349800744820' Started GET “/” for 127.0.0.1 at 2019-01-17 17:03:32 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.4ms)

Completed 200 OK in 347ms (Views: 336.4ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-17 17:04:20 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.0ms)

Completed 200 OK in 26ms (Views: 24.3ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-17 17:04:55 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (1.9ms)

Completed 200 OK in 22ms (Views: 19.9ms | ActiveRecord: 0.0ms)

Started POST “/users” for 127.0.0.1 at 2019-01-17 17:05:11 +0530

ActionController::RoutingError (uninitialized constant UserController):

bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `block in load_missing_constant' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:8:in `without_bootsnap_cache' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `rescue in load_missing_constant' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:56:in `load_missing_constant' activesupport (5.2.2) lib/active_support/inflector/methods.rb:283:in `const_get' activesupport (5.2.2) lib/active_support/inflector/methods.rb:283:in `block in constantize' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.2) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.2) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:38:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/users” for 127.0.0.1 at 2019-01-17 17:05:56 +0530 Processing by UsersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"8gkpx2LVUQw10Sbgze/n5N4hpii0AyejNpJHl2v2inVhzjcG0fU49ZqDtNuWpnUZDvhPHZ6oFxWr6fetR3ivUA==", "user"=>{"username"=>"a1", "email"=>"a1@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Completed 500 Internal Server Error in 17ms (ActiveRecord: 5.1ms)

ActiveModel::ForbiddenAttributesError (ActiveModel::ForbiddenAttributesError):

app/controllers/users_controller.rb:6:in `create' Started POST “/users” for 127.0.0.1 at 2019-01-17 17:08:08 +0530 Processing by UsersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"8gkpx2LVUQw10Sbgze/n5N4hpii0AyejNpJHl2v2inVhzjcG0fU49ZqDtNuWpnUZDvhPHZ6oFxWr6fetR3ivUA==", "user"=>{"username"=>"a1", "email"=>"a1@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameters: :username, :password_confirmation

 (0.2ms)  BEGIN
↳ app/controllers/users_controller.rb:7
User Exists (0.6ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" IS NULL LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/users_controller.rb:7
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "a1@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:7
 (0.2ms)  ROLLBACK
↳ app/controllers/users_controller.rb:7
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 128ms (Views: 18.0ms | ActiveRecord: 5.2ms)

Started GET “/users” for 127.0.0.1 at 2019-01-17 17:27:38 +0530

 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

ActionController::RoutingError (No route matches [GET] “/users”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/user” for 127.0.0.1 at 2019-01-17 17:27:48 +0530

ActionController::RoutingError (No route matches [GET] “/user”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-17 17:27:51 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.3ms)

Completed 200 OK in 462ms (Views: 428.2ms | ActiveRecord: 9.5ms)

Started GET “/” for 127.0.0.1 at 2019-01-17 17:28:19 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (1.7ms)

Completed 200 OK in 22ms (Views: 20.0ms | ActiveRecord: 0.0ms)

Started POST “/users” for 127.0.0.1 at 2019-01-17 17:28:32 +0530 Processing by UsersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4a0MvA69RU6oDvCOGv4fYOOsFLbk9p+uoNwJjLzU34gQarzQxqc7JXyqfljImqAU1dZZ/E46sgn+MAcHn12Ww==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

 (0.2ms)  BEGIN
↳ app/controllers/users_controller.rb:7
User Exists (0.7ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "naveen"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:7
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "naveen.kewalramani2903@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:7
 (0.3ms)  ROLLBACK
↳ app/controllers/users_controller.rb:7
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.8ms)

Completed 200 OK in 90ms (Views: 78.3ms | ActiveRecord: 1.7ms)

Started POST “/users” for 127.0.0.1 at 2019-01-17 17:28:42 +0530 Processing by UsersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"GlVqSZUHbXXbC1OYy27taEJKFwj3HQZqS4Qa/Isgg4qJknSIJicEjHRZwaOQJ3+VkpP+Pd22NtzW/6rGp66mrw==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

 (0.2ms)  BEGIN
↳ app/controllers/users_controller.rb:7
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "naveen"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:7
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "naveen.kewalramani2903@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:7
User Create (0.8ms)  INSERT INTO "users" ("username", "email", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["username", "naveen"], ["email", "naveen.kewalramani2903@gmail.com"], ["created_at", "2019-01-17 11:58:42.154533"], ["updated_at", "2019-01-17 11:58:42.154533"]]
↳ app/controllers/users_controller.rb:7
 (4.5ms)  COMMIT
↳ app/controllers/users_controller.rb:7
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (176.8ms)

Completed 500 Internal Server Error in 192ms (ActiveRecord: 6.2ms)

ActionView::Template::Error (undefined method `user_path' for #<#<Class:0x00007f8ffa6b5b98>:0x00007f8ffc173188> Did you mean? users_path):

2: <% @page_title = "UserAuth | Signup" %>
3: <div class="Sign_Form">
4:   <h1>Sign Up</h1>
5:   <%= form_for @user do |f| %>
6:     <p> Username:</br> <%= f.text_field :username%> </p>
7:     <p> Email:</br> <%= f.text_field :email%> </p>
8:     <p> Password:</br> <%= f.password_field :password%></p>

app/views/users/new.html.erb:5:in `_app_views_users_new_html_erb__2588447414803069421_70128193209100' app/controllers/users_controller.rb:14:in `create'

 (0.7ms)  CREATE DATABASE "projectIntern_development" ENCODING = 'unicode'
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.6ms)  CREATE DATABASE "projectIntern_test" ENCODING = 'unicode'
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.4ms)  SELECT pg_try_advisory_lock(4940285333737373340)
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
ActiveRecord::InternalMetadata Load (0.5ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.2ms)  BEGIN
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.1ms)  COMMIT
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.2ms)  SELECT pg_advisory_unlock(4940285333737373340)
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.8ms)  CREATE DATABASE "projectIntern_development" ENCODING = 'unicode'
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.6ms)  CREATE DATABASE "projectIntern_test" ENCODING = 'unicode'
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.6ms)  CREATE DATABASE "projectIntern_development" ENCODING = 'unicode'
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.6ms)  CREATE DATABASE "projectIntern_test" ENCODING = 'unicode'
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.7ms)  CREATE DATABASE "projectIntern_development" ENCODING = 'unicode'
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.6ms)  CREATE DATABASE "projectIntern_test" ENCODING = 'unicode'
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23

Started GET “/users” for 127.0.0.1 at 2019-01-17 17:46:30 +0530

 (1.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

ActionController::RoutingError (No route matches [GET] “/users”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-17 17:46:34 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (22.7ms)

Completed 200 OK in 321ms (Views: 276.0ms | ActiveRecord: 12.5ms)

Started POST “/users” for 127.0.0.1 at 2019-01-17 17:46:46 +0530 Processing by UsersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"lWLO7ZxVvkll/vOv8WbGKq5cptKeJvgg7ZKDhVKtAUoGpdAsL3XXsMqsYZSqL1TXfoVP57SNyJZw6TO/fiMkbw==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

 (0.3ms)  BEGIN
↳ app/controllers/users_controller.rb:7
User Exists (1.6ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "naveen"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:7
User Exists (0.6ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "naveen.kewalramani2903@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:7
 (0.2ms)  ROLLBACK
↳ app/controllers/users_controller.rb:7
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.8ms)

Completed 200 OK in 39ms (Views: 23.0ms | ActiveRecord: 2.7ms)

Started POST “/users” for 127.0.0.1 at 2019-01-17 17:47:01 +0530 Processing by UsersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Ku4+F8rxh1/lyCxlvE9uwAGeol7dI1blrf//ZhyBhS25KSDWedHupkqavl7nBvw90UdLa/eIZlMwhE9cMA+gCA==", "user"=>{"username"=>"naveen1", "email"=>"naveen.kew2alramani2903@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

 (0.2ms)  BEGIN
↳ app/controllers/users_controller.rb:7
User Exists (0.6ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "naveen1"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:7
User Exists (5.0ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "naveen.kew2alramani2903@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:7
User Create (1.2ms)  INSERT INTO "users" ("username", "email", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["username", "naveen1"], ["email", "naveen.kew2alramani2903@gmail.com"], ["created_at", "2019-01-17 12:17:01.552845"], ["updated_at", "2019-01-17 12:17:01.552845"]]
↳ app/controllers/users_controller.rb:7
 (379.5ms)  COMMIT
↳ app/controllers/users_controller.rb:7
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (189.7ms)

Completed 500 Internal Server Error in 586ms (ActiveRecord: 386.5ms)

ActionView::Template::Error (undefined method `user_path' for #<#<Class:0x00007f821d621c30>:0x00007f8221092ab8> Did you mean? users_path):

2: <% @page_title = "UserAuth | Signup" %>
3: <div class="Sign_Form">
4:   <h1>Sign Up</h1>
5:   <%= form_for @user do |f| %>
6:     <p> Username:</br> <%= f.text_field :username%> </p>
7:     <p> Email:</br> <%= f.text_field :email%> </p>
8:     <p> Password:</br> <%= f.password_field :password%></p>

app/views/users/new.html.erb:5:in `_app_views_users_new_html_erb___2302642319608687300_70098438381280' app/controllers/users_controller.rb:14:in `create' Started POST “/users” for 127.0.0.1 at 2019-01-17 17:48:42 +0530 Processing by UsersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Ku4+F8rxh1/lyCxlvE9uwAGeol7dI1blrf//ZhyBhS25KSDWedHupkqavl7nBvw90UdLa/eIZlMwhE9cMA+gCA==", "user"=>{"username"=>"naveen1", "email"=>"naveen.kew2alramani2903@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

 (0.3ms)  BEGIN
↳ app/controllers/users_controller.rb:7
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "naveen1"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:7
User Exists (0.6ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "naveen.kew2alramani2903@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:7
 (0.3ms)  ROLLBACK
↳ app/controllers/users_controller.rb:7

No template found for UsersController#create, rendering head :no_content Completed 204 No Content in 71ms (ActiveRecord: 5.6ms)

Started GET “/users” for 127.0.0.1 at 2019-01-17 17:48:44 +0530

ActionController::RoutingError (No route matches [GET] “/users”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-17 17:48:49 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 42ms (Views: 40.4ms | ActiveRecord: 0.0ms)

Started POST “/users” for 127.0.0.1 at 2019-01-17 17:49:10 +0530 Processing by UsersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"VbzULm/LJrNo0UtVZlZOpQj6DtfJjpzek2rCzFjo3+jGe8rv3OtPSseD2W49H9xY2CPn4uMlrGgOEXL2dGb6zQ==", "user"=>{"username"=>"qdIGd", "email"=>"bdwibaw@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

 (1.0ms)  BEGIN
↳ app/controllers/users_controller.rb:7
User Exists (1.0ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "qdIGd"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:7
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "bdwibaw@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:7
User Create (0.7ms)  INSERT INTO "users" ("username", "email", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["username", "qdIGd"], ["email", "bdwibaw@gmail.com"], ["created_at", "2019-01-17 12:19:10.864114"], ["updated_at", "2019-01-17 12:19:10.864114"]]
↳ app/controllers/users_controller.rb:7
 (39.9ms)  COMMIT
↳ app/controllers/users_controller.rb:7

No template found for UsersController#create, rendering head :no_content Completed 204 No Content in 89ms (ActiveRecord: 43.0ms)

 (0.5ms)  SELECT pg_try_advisory_lock(4940285333737373340)
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21
 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21

Migrating to CreateUrls (20190117122649)

 (0.2ms)  BEGIN
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21
 (26.5ms)  CREATE TABLE "urls" ("id" bigserial primary key, "longurl" character varying, "shorturl" character varying, "domain" character varying, "mdsum" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
↳ db/migrate/20190117122649_create_urls.rb:3
ActiveRecord::SchemaMigration Create (0.5ms)  INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"  [["version", "20190117122649"]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21
 (10.7ms)  COMMIT
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21
ActiveRecord::InternalMetadata Load (1.0ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21
 (0.2ms)  BEGIN
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21
 (0.1ms)  COMMIT
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21
 (0.2ms)  SELECT pg_advisory_unlock(4940285333737373340)
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21

Started GET “/” for 127.0.0.1 at 2019-01-17 20:35:58 +0530

 (1.4ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (40.7ms)

Completed 200 OK in 544ms (Views: 516.9ms | ActiveRecord: 4.8ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-17 20:36:05 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 34ms (Views: 32.2ms | ActiveRecord: 0.0ms)

Started GET “/user” for 127.0.0.1 at 2019-01-17 20:36:09 +0530

ActionController::RoutingError (No route matches [GET] “/user”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/url/index” for 127.0.0.1 at 2019-01-17 20:36:21 +0530

ActionController::RoutingError (uninitialized constant UrlController):

bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `block in load_missing_constant' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:8:in `without_bootsnap_cache' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `rescue in load_missing_constant' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:56:in `load_missing_constant' activesupport (5.2.2) lib/active_support/inflector/methods.rb:283:in `const_get' activesupport (5.2.2) lib/active_support/inflector/methods.rb:283:in `block in constantize' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.2) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.2) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/users/new” for 127.0.0.1 at 2019-01-17 20:37:12 +0530

ActionController::RoutingError (No route matches [GET] “/users/new”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/urls/index” for 127.0.0.1 at 2019-01-17 20:37:23 +0530

ActionController::RoutingError (No route matches [GET] “/urls/index”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/url/index” for 127.0.0.1 at 2019-01-17 20:37:29 +0530

ActionController::RoutingError (uninitialized constant UrlController):

bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `block in load_missing_constant' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:8:in `without_bootsnap_cache' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `rescue in load_missing_constant' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:56:in `load_missing_constant' activesupport (5.2.2) lib/active_support/inflector/methods.rb:283:in `const_get' activesupport (5.2.2) lib/active_support/inflector/methods.rb:283:in `block in constantize' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.2) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.2) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/url/index” for 127.0.0.1 at 2019-01-17 20:58:02 +0530

 (0.9ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

ActionController::RoutingError (uninitialized constant UrlController):

bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `block in load_missing_constant' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:8:in `without_bootsnap_cache' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `rescue in load_missing_constant' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:56:in `load_missing_constant' activesupport (5.2.2) lib/active_support/inflector/methods.rb:283:in `const_get' activesupport (5.2.2) lib/active_support/inflector/methods.rb:283:in `block in constantize' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.2) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.2) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/url” for 127.0.0.1 at 2019-01-17 21:23:50 +0530

ActionController::RoutingError (No route matches [GET] “/url”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-17 22:11:37 +0530

 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (6.7ms)

Completed 200 OK in 353ms (Views: 325.7ms | ActiveRecord: 4.6ms)

Started POST “/users” for 127.0.0.1 at 2019-01-17 22:12:12 +0530 Processing by UsersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"EaWd8pS9KmKx0Qn2T/bw6x/a2LTalQbYU8z86oBPcP40Vn6eOgZgt1M/5wRYvYqlacuForXQgtF16xXJLL0XqA==", "user"=>{"username"=>"vipul", "email"=>"vipul@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

 (0.2ms)  BEGIN
↳ app/controllers/users_controller.rb:7
User Exists (5.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "vipul"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:7
User Exists (0.6ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "vipul@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:7
User Create (5.1ms)  INSERT INTO "users" ("username", "email", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["username", "vipul"], ["email", "vipul@gmail.com"], ["created_at", "2019-01-17 16:42:12.491876"], ["updated_at", "2019-01-17 16:42:12.491876"]]
↳ app/controllers/users_controller.rb:7
 (377.5ms)  COMMIT
↳ app/controllers/users_controller.rb:7

No template found for UsersController#create, rendering head :no_content Completed 204 No Content in 443ms (ActiveRecord: 388.5ms)

Started GET “/” for 127.0.0.1 at 2019-01-17 23:02:59 +0530

 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (1.4ms)

Completed 500 Internal Server Error in 27ms (ActiveRecord: 0.0ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/urls/index.html.erb:16: syntax error, unexpected end-of-input, expecting end):

app/views/urls/index.html.erb:16: syntax error, unexpected end-of-input, expecting end Started GET “/” for 127.0.0.1 at 2019-01-17 23:22:59 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (1.5ms)

Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/urls/index.html.erb:12: syntax error, unexpected end-of-input, expecting end):

app/views/urls/index.html.erb:12: syntax error, unexpected end-of-input, expecting end Started GET “/” for 127.0.0.1 at 2019-01-17 23:23:00 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (0.8ms)

Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/urls/index.html.erb:12: syntax error, unexpected end-of-input, expecting end):

app/views/urls/index.html.erb:12: syntax error, unexpected end-of-input, expecting end Started GET “/” for 127.0.0.1 at 2019-01-17 23:23:31 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (1.3ms)

Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/urls/index.html.erb:6: syntax error, unexpected end …eze;@output_buffer.append=( end );@output_buffer.safe_append… … ^~~ /Users/naveen/Documents/Internship/projectIntern/app/views/urls/index.html.erb:10: syntax error, unexpected ensure, expecting ')'

ensure
^~~~~~

/Users/naveen/Documents/Internship/projectIntern/app/views/urls/index.html.erb:12: syntax error, unexpected end, expecting ')'

end
^~~):

app/views/urls/index.html.erb:6: syntax error, unexpected end app/views/urls/index.html.erb:10: syntax error, unexpected ensure, expecting ')' app/views/urls/index.html.erb:12: syntax error, unexpected end, expecting ')' Started GET “/” for 127.0.0.1 at 2019-01-17 23:24:14 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (4.7ms)

Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `text_field' for nil:NilClass):

1: <div class="long_short">
2:  <%= form_tag @url do |f| %>
3:          <p>Long Url : <%= f.text_field :long_url %><br /></p>
4:          <p>Domain : <%= f.text_field :domain %> <br /></p>
5:          <%=  f.submit "Enter" %><br />
6:          <% end %>

app/views/urls/index.html.erb:3:in `block in _app_views_urls_index_html_erb__4366793238271483607_70202969437060' app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__4366793238271483607_70202969437060' Started GET “/” for 127.0.0.1 at 2019-01-17 23:24:15 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (3.7ms)

Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `text_field' for nil:NilClass):

1: <div class="long_short">
2:  <%= form_tag @url do |f| %>
3:          <p>Long Url : <%= f.text_field :long_url %><br /></p>
4:          <p>Domain : <%= f.text_field :domain %> <br /></p>
5:          <%=  f.submit "Enter" %><br />
6:          <% end %>

app/views/urls/index.html.erb:3:in `block in _app_views_urls_index_html_erb__4366793238271483607_70202994473440' app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__4366793238271483607_70202994473440' Started GET “/” for 127.0.0.1 at 2019-01-17 23:25:17 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (6.1ms)

Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `text_field' for nil:NilClass):

1: <div class="long_short">
2:  <%= form_tag @url do |f| %>
3:          <p>Long Url : <%= f.text_field :longurl %><br /></p>
4:          <p>Domain : <%= f.text_field :domain %> <br /></p>
5:          <%=  f.submit "Enter" %><br />
6:          <% end %>

app/views/urls/index.html.erb:3:in `block in _app_views_urls_index_html_erb__4366793238271483607_70202978029680' app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__4366793238271483607_70202978029680' Started GET “/” for 127.0.0.1 at 2019-01-17 23:25:18 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (4.4ms)

Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `text_field' for nil:NilClass):

1: <div class="long_short">
2:  <%= form_tag @url do |f| %>
3:          <p>Long Url : <%= f.text_field :longurl %><br /></p>
4:          <p>Domain : <%= f.text_field :domain %> <br /></p>
5:          <%=  f.submit "Enter" %><br />
6:          <% end %>

app/views/urls/index.html.erb:3:in `block in _app_views_urls_index_html_erb__4366793238271483607_70202969419980' app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__4366793238271483607_70202969419980' Started GET “/” for 127.0.0.1 at 2019-01-17 23:25:19 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (3.4ms)

Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `text_field' for nil:NilClass):

1: <div class="long_short">
2:  <%= form_tag @url do |f| %>
3:          <p>Long Url : <%= f.text_field :longurl %><br /></p>
4:          <p>Domain : <%= f.text_field :domain %> <br /></p>
5:          <%=  f.submit "Enter" %><br />
6:          <% end %>

app/views/urls/index.html.erb:3:in `block in _app_views_urls_index_html_erb__4366793238271483607_70202967566100' app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__4366793238271483607_70202967566100' Started GET “/” for 127.0.0.1 at 2019-01-17 23:25:20 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (2.8ms)

Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `text_field' for nil:NilClass):

1: <div class="long_short">
2:  <%= form_tag @url do |f| %>
3:          <p>Long Url : <%= f.text_field :longurl %><br /></p>
4:          <p>Domain : <%= f.text_field :domain %> <br /></p>
5:          <%=  f.submit "Enter" %><br />
6:          <% end %>

app/views/urls/index.html.erb:3:in `block in _app_views_urls_index_html_erb__4366793238271483607_70202967531580' app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__4366793238271483607_70202967531580' Started GET “/” for 127.0.0.1 at 2019-01-17 23:26:26 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (3.6ms)

Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `text_field' for nil:NilClass):

1: <div class="long_short">
2:  <%= form_tag @url do |f| %>
3:          <p>Long Url : <%= f.text_field :longurl %><br /></p>
4:          <p>Domain : <%= f.text_field :domain %> <br /></p>
5:          <%=  f.submit :Enter %><br />
6:          <% end %>

app/views/urls/index.html.erb:3:in `block in _app_views_urls_index_html_erb__4366793238271483607_70202969206280' app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__4366793238271483607_70202969206280' Started GET “/” for 127.0.0.1 at 2019-01-17 23:26:27 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (4.2ms)

Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `text_field' for nil:NilClass):

1: <div class="long_short">
2:  <%= form_tag @url do |f| %>
3:          <p>Long Url : <%= f.text_field :longurl %><br /></p>
4:          <p>Domain : <%= f.text_field :domain %> <br /></p>
5:          <%=  f.submit :Enter %><br />
6:          <% end %>

app/views/urls/index.html.erb:3:in `block in _app_views_urls_index_html_erb__4366793238271483607_70202969251480' app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__4366793238271483607_70202969251480' Started GET “/” for 127.0.0.1 at 2019-01-17 23:26:28 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (4.4ms)

Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `text_field' for nil:NilClass):

1: <div class="long_short">
2:  <%= form_tag @url do |f| %>
3:          <p>Long Url : <%= f.text_field :longurl %><br /></p>
4:          <p>Domain : <%= f.text_field :domain %> <br /></p>
5:          <%=  f.submit :Enter %><br />
6:          <% end %>

app/views/urls/index.html.erb:3:in `block in _app_views_urls_index_html_erb__4366793238271483607_70202994507420' app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__4366793238271483607_70202994507420' Started GET “/” for 127.0.0.1 at 2019-01-17 23:26:48 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (4.0ms)

Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `text_field' for nil:NilClass):

1: <div class="long_short">
2:  <%= form_tag @url do |f| %>
3:          <p>Long Url : <%= f.text_field :longurl %><br /></p>
4:          <p>Domain : <%= f.text_field :domain %> <br /></p>
5:          <%=  f.submit :Signup %><br />
6:          <% end %>

app/views/urls/index.html.erb:3:in `block in _app_views_urls_index_html_erb__4366793238271483607_70202977964780' app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__4366793238271483607_70202977964780' Started GET “/” for 127.0.0.1 at 2019-01-17 23:26:49 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (5.0ms)

Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `text_field' for nil:NilClass):

1: <div class="long_short">
2:  <%= form_tag @url do |f| %>
3:          <p>Long Url : <%= f.text_field :longurl %><br /></p>
4:          <p>Domain : <%= f.text_field :domain %> <br /></p>
5:          <%=  f.submit :Signup %><br />
6:          <% end %>

app/views/urls/index.html.erb:3:in `block in _app_views_urls_index_html_erb__4366793238271483607_70202994751660' app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__4366793238271483607_70202994751660' Started GET “/” for 127.0.0.1 at 2019-01-17 23:33:48 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (5.0ms)

Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `text_field' for nil:NilClass):

1: <div class="long_short">
2:  <%= form_tag @url do |f| %>
3:          <p> Long Url:</br> <%= f.text_field :longurl%> </p>
4:          <p>Domain : <%= f.text_field :domain %> <br /></p>
5:          <%=  f.submit :Signup %><br />
6:          <% end %>

app/views/urls/index.html.erb:3:in `block in _app_views_urls_index_html_erb__4366793238271483607_70202978179560' app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__4366793238271483607_70202978179560' Started GET “/” for 127.0.0.1 at 2019-01-17 23:33:49 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (3.1ms)

Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `text_field' for nil:NilClass):

1: <div class="long_short">
2:  <%= form_tag @url do |f| %>
3:          <p> Long Url:</br> <%= f.text_field :longurl%> </p>
4:          <p>Domain : <%= f.text_field :domain %> <br /></p>
5:          <%=  f.submit :Signup %><br />
6:          <% end %>

app/views/urls/index.html.erb:3:in `block in _app_views_urls_index_html_erb__4366793238271483607_70202978323800' app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__4366793238271483607_70202978323800' Started GET “/” for 127.0.0.1 at 2019-01-17 23:33:49 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (4.2ms)

Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `text_field' for nil:NilClass):

1: <div class="long_short">
2:  <%= form_tag @url do |f| %>
3:          <p> Long Url:</br> <%= f.text_field :longurl%> </p>
4:          <p>Domain : <%= f.text_field :domain %> <br /></p>
5:          <%=  f.submit :Signup %><br />
6:          <% end %>

app/views/urls/index.html.erb:3:in `block in _app_views_urls_index_html_erb__4366793238271483607_70202969565060' app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__4366793238271483607_70202969565060' Started GET “/” for 127.0.0.1 at 2019-01-17 23:33:50 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (5.7ms)

Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `text_field' for nil:NilClass):

1: <div class="long_short">
2:  <%= form_tag @url do |f| %>
3:          <p> Long Url:</br> <%= f.text_field :longurl%> </p>
4:          <p>Domain : <%= f.text_field :domain %> <br /></p>
5:          <%=  f.submit :Signup %><br />
6:          <% end %>

app/views/urls/index.html.erb:3:in `block in _app_views_urls_index_html_erb__4366793238271483607_70202995073800' app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__4366793238271483607_70202995073800' Started GET “/” for 127.0.0.1 at 2019-01-17 23:33:50 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (4.2ms)

Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `text_field' for nil:NilClass):

1: <div class="long_short">
2:  <%= form_tag @url do |f| %>
3:          <p> Long Url:</br> <%= f.text_field :longurl%> </p>
4:          <p>Domain : <%= f.text_field :domain %> <br /></p>
5:          <%=  f.submit :Signup %><br />
6:          <% end %>

app/views/urls/index.html.erb:3:in `block in _app_views_urls_index_html_erb__4366793238271483607_70202963049440' app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__4366793238271483607_70202963049440' Started GET “/” for 127.0.0.1 at 2019-01-17 23:33:50 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (4.1ms)

Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `text_field' for nil:NilClass):

1: <div class="long_short">
2:  <%= form_tag @url do |f| %>
3:          <p> Long Url:</br> <%= f.text_field :longurl%> </p>
4:          <p>Domain : <%= f.text_field :domain %> <br /></p>
5:          <%=  f.submit :Signup %><br />
6:          <% end %>

app/views/urls/index.html.erb:3:in `block in _app_views_urls_index_html_erb__4366793238271483607_70202965627960' app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__4366793238271483607_70202965627960' Started GET “/” for 127.0.0.1 at 2019-01-17 23:37:08 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (3.8ms)

Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `text_field' for nil:NilClass):

1: <div class="long_short">
2:  <%= form_tag @urls do |f| %>
3:          <p> Long Url:</br> <%= f.text_field :longurl%> </p>
4:          <p>Domain : <%= f.text_field :domain %> <br /></p>
5:          <%=  f.submit :Signup %><br />
6:          <% end %>

app/views/urls/index.html.erb:3:in `block in _app_views_urls_index_html_erb__4366793238271483607_70202966189940' app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__4366793238271483607_70202966189940' Started GET “/” for 127.0.0.1 at 2019-01-17 23:41:18 +0530

 (1.4ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (18.0ms)

Completed 500 Internal Server Error in 41ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `text_field' for nil:NilClass):

1: <div class="long_short">
2:  <%= form_tag @url do |f| %>
3:          <p> Long Url:</br> <%= f.text_field :longurl%> </p>
4:          <p>Domain : <%= f.text_field :domain %> <br /></p>
5:          <%=  f.submit :Signup %><br />
6:          <% end %>

app/views/urls/index.html.erb:3:in `block in _app_views_urls_index_html_erb__2509778131700759644_70241111030920' app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__2509778131700759644_70241111030920' Started GET “/” for 127.0.0.1 at 2019-01-17 23:41:44 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (3.3ms)

Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `text_field' for nil:NilClass):

1: <div class="long_short">
2:  <%= form_tag @url do |f| %>
3:          <p> Long Url:</br> <%= f.text_field :longurl %> </p>
4:          <p>Domain : <%= f.text_field :domain %> <br /></p>
5:          <%=  f.submit :Signup %><br />
6:          <% end %>

app/views/urls/index.html.erb:3:in `block in _app_views_urls_index_html_erb__2509778131700759644_70241111982300' app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__2509778131700759644_70241111982300' Started GET “/” for 127.0.0.1 at 2019-01-17 23:42:05 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (4.2ms)

Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `text_field' for nil:NilClass):

1: <div>
2:  <%= form_tag @url do |f| %>
3:          <p> Long Url:</br> <%= f.text_field :longurl %> </p>
4:          <p>Domain : <%= f.text_field :domain %> <br /></p>
5:          <%=  f.submit :Signup %><br />
6:          <% end %>

app/views/urls/index.html.erb:3:in `block in _app_views_urls_index_html_erb__2509778131700759644_70241110219520' app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__2509778131700759644_70241110219520' Started GET “/” for 127.0.0.1 at 2019-01-17 23:43:26 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (0.3ms)

Completed 200 OK in 366ms (Views: 365.1ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-17 23:43:44 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (0.5ms)

Completed 200 OK in 31ms (Views: 29.3ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-17 23:44:11 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (3.8ms)

Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `text_field' for nil:NilClass):

1: <p> cvycvvcvtv</p>
2: <div>
3:  <%= form_tag @url do |f| %>
4:          <p> Long Url:</br> <%= f.text_field :longurl %> </p>
5:          <p>Domain : <%= f.text_field :domain %> <br /></p>
6:          <%=  f.submit :Signup %><br />
7:          <% end %>

app/views/urls/index.html.erb:4:in `block in _app_views_urls_index_html_erb__2509778131700759644_70241113429580' app/views/urls/index.html.erb:3:in `_app_views_urls_index_html_erb__2509778131700759644_70241113429580' Started GET “/” for 127.0.0.1 at 2019-01-17 23:44:37 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (4.5ms)

Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `text_field' for nil:NilClass):

1: <p> cvycvvcvtv</p>
2: <div>
3:  <%= form_tag @url do |f| %>
4:          <p> Long Url: <%= f.text_field :longurl %> </br></p>
5:          <p>Domain : <%= f.text_field :domain %> <br /></p>
6:          <%=  f.submit :Signup %><br />
7:          <% end %>

app/views/urls/index.html.erb:4:in `block in _app_views_urls_index_html_erb__2509778131700759644_70241154165900' app/views/urls/index.html.erb:3:in `_app_views_urls_index_html_erb__2509778131700759644_70241154165900' Started GET “/” for 127.0.0.1 at 2019-01-17 23:44:38 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (3.7ms)

Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `text_field' for nil:NilClass):

1: <p> cvycvvcvtv</p>
2: <div>
3:  <%= form_tag @url do |f| %>
4:          <p> Long Url: <%= f.text_field :longurl %> </br></p>
5:          <p>Domain : <%= f.text_field :domain %> <br /></p>
6:          <%=  f.submit :Signup %><br />
7:          <% end %>

app/views/urls/index.html.erb:4:in `block in _app_views_urls_index_html_erb__2509778131700759644_70241121340700' app/views/urls/index.html.erb:3:in `_app_views_urls_index_html_erb__2509778131700759644_70241121340700' Started GET “/” for 127.0.0.1 at 2019-01-17 23:45:12 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (2.1ms)

Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

1: <p> cvycvvcvtv</p>
2: <div>
3:  <%= form_for @url do |f| %>
4:          <p> Long Url: <%= f.text_field :longurl %> </br></p>
5:          <p>Domain : <%= f.text_field :domain %> <br /></p>
6:          <%=  f.submit :Signup %><br />

app/views/urls/index.html.erb:3:in `_app_views_urls_index_html_erb__2509778131700759644_70241114016900' Started GET “/” for 127.0.0.1 at 2019-01-17 23:46:17 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (2.5ms)

Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

1: <p> cvycvvcvtv</p>
2: <div>
3:  <%= form_for @url do |f| %>
4:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
5:          <p>Domain : <%= f.text_field :domain%> <br /></p>
6:          <%=  f.submit :Signup %><br />

app/views/urls/index.html.erb:3:in `_app_views_urls_index_html_erb__2509778131700759644_70241135873140' Started GET “/” for 127.0.0.1 at 2019-01-17 23:46:19 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (1.9ms)

Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

1: <p> cvycvvcvtv</p>
2: <div>
3:  <%= form_for @url do |f| %>
4:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
5:          <p>Domain : <%= f.text_field :domain%> <br /></p>
6:          <%=  f.submit :Signup %><br />

app/views/urls/index.html.erb:3:in `_app_views_urls_index_html_erb__2509778131700759644_70241154333040' Started GET “/” for 127.0.0.1 at 2019-01-17 23:46:20 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (1.3ms)

Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

1: <p> cvycvvcvtv</p>
2: <div>
3:  <%= form_for @url do |f| %>
4:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
5:          <p>Domain : <%= f.text_field :domain%> <br /></p>
6:          <%=  f.submit :Signup %><br />

app/views/urls/index.html.erb:3:in `_app_views_urls_index_html_erb__2509778131700759644_70241113938700' Started GET “/” for 127.0.0.1 at 2019-01-17 23:46:24 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (3.7ms)

Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

1: <p> cvycvvcvtv</p>
2: <div>
3:  <%= form_for @url do |f| %>
4:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
5:          <p>Domain : <%= f.text_field :domain%> <br /></p>
6:          <%=  f.submit :Signup %><br />

app/views/urls/index.html.erb:3:in `_app_views_urls_index_html_erb__2509778131700759644_70241154200300' Started GET “/” for 127.0.0.1 at 2019-01-17 23:46:54 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (1.3ms)

Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

1: <div>
2:  <%= form_for @url do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=  f.submit :Signup %><br />

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__2509778131700759644_70241146400620' Started GET “/” for 127.0.0.1 at 2019-01-17 23:46:55 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (1.3ms)

Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

1: <div>
2:  <%= form_for @url do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=  f.submit :Signup %><br />

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__2509778131700759644_70241154711020' Started GET “/” for 127.0.0.1 at 2019-01-17 23:48:42 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (306.6ms)

Completed 500 Internal Server Error in 310ms (ActiveRecord: 6.6ms)

ActionView::Template::Error (undefined method `urls_path' for #<#<Class:0x00007fc493f7b020>:0x00007fc493f79720> Did you mean? users_path):

1: <div>
2:  <%= form_for Url.new do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=  f.submit :Signup %><br />

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__2509778131700759644_70241136401340' Started GET “/” for 127.0.0.1 at 2019-01-17 23:50:00 +0530

ActionController::RoutingError (uninitialized constant UrlController):

bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `block in load_missing_constant' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:8:in `without_bootsnap_cache' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `rescue in load_missing_constant' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:56:in `load_missing_constant' activesupport (5.2.2) lib/active_support/inflector/methods.rb:283:in `const_get' activesupport (5.2.2) lib/active_support/inflector/methods.rb:283:in `block in constantize' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.2) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.2) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-17 23:50:47 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (158.3ms)

Completed 500 Internal Server Error in 162ms (ActiveRecord: 3.7ms)

ActionView::Template::Error (undefined method `urls_path' for #<#<Class:0x00007fc4912ea4c0>:0x00007fc4912fa820> Did you mean? users_path):

1: <div>
2:  <%= form_for Url.new do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=  f.submit :Signup %><br />

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__2509778131700759644_70241113037740' Started GET “/” for 127.0.0.1 at 2019-01-17 23:51:09 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (1.3ms)

Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

1: <div>
2:  <%= form_for @url do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=  f.submit :Signup %><br />

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__2509778131700759644_70241112038160' Started GET “/” for 127.0.0.1 at 2019-01-18 09:58:57 +0530

 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (2.4ms)

Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

1: <div>
2:  <%= form_for @url do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=  f.submit :Signup %><br />

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb___4576619835541789150_70363108019100' Started GET “/” for 127.0.0.1 at 2019-01-18 10:04:40 +0530 Processing by UrlsController#index as HTML Completed 500 Internal Server Error in 15ms (ActiveRecord: 4.7ms)

ArgumentError (wrong number of arguments (given 2, expected 1)):

app/controllers/urls_controller.rb:12:in `index' Started GET “/” for 127.0.0.1 at 2019-01-18 10:06:01 +0530 Processing by UrlsController#index as HTML Completed 500 Internal Server Error in 18ms (ActiveRecord: 5.3ms)

NoMethodError (undefined method `each_char' for nil:NilClass):

app/controllers/urls_controller.rb:16:in `index' Started GET “/” for 127.0.0.1 at 2019-01-18 10:07:08 +0530 Processing by UrlsController#index as HTML Completed 500 Internal Server Error in 16ms (ActiveRecord: 4.8ms)

NoMethodError (undefined method `each_char' for nil:NilClass):

app/controllers/urls_controller.rb:17:in `index' Started GET “/” for 127.0.0.1 at 2019-01-18 10:10:06 +0530 Processing by UrlsController#index as HTML Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)

NoMethodError (undefined method `each_char' for nil:NilClass):

app/controllers/urls_controller.rb:17:in `index' Started GET “/” for 127.0.0.1 at 2019-01-18 10:10:36 +0530 Processing by UrlsController#index as HTML

 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:18
Url Create (70.2ms)  INSERT INTO "urls" ("mdsum", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["mdsum", 0], ["created_at", "2019-01-18 04:40:36.331354"], ["updated_at", "2019-01-18 04:40:36.331354"]]
↳ app/controllers/urls_controller.rb:18
 (332.0ms)  COMMIT
↳ app/controllers/urls_controller.rb:18
Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (156.1ms)

Completed 500 Internal Server Error in 579ms (ActiveRecord: 406.8ms)

ActionView::Template::Error (undefined method `url_path' for #<#<Class:0x00007ffd5e726fb0>:0x00007ffd5e7253e0> Did you mean? url_index_path):

1: <div>
2:  <%= form_for @url do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=  f.submit %><br />

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb___4576619835541789150_70363094006760' Started GET “/” for 127.0.0.1 at 2019-01-18 10:12:35 +0530

 (1.0ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UrlsController#index as HTML

 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:18
Url Create (0.7ms)  INSERT INTO "urls" ("mdsum", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["mdsum", 0], ["created_at", "2019-01-18 04:42:35.651911"], ["updated_at", "2019-01-18 04:42:35.651911"]]
↳ app/controllers/urls_controller.rb:18
 (0.5ms)  COMMIT
↳ app/controllers/urls_controller.rb:18
Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (0.9ms)

Completed 500 Internal Server Error in 30ms (ActiveRecord: 6.6ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/urls/index.html.erb:2: syntax error, unexpected ':', expecting end …_buffer.append= form_for url : url_index_path do |f| @outpu… … ^):

app/views/urls/index.html.erb:2: syntax error, unexpected ':', expecting end Started GET “/” for 127.0.0.1 at 2019-01-18 10:12:54 +0530 Processing by UrlsController#index as HTML

 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:18
Url Create (0.5ms)  INSERT INTO "urls" ("mdsum", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["mdsum", 0], ["created_at", "2019-01-18 04:42:54.987207"], ["updated_at", "2019-01-18 04:42:54.987207"]]
↳ app/controllers/urls_controller.rb:18
 (0.5ms)  COMMIT
↳ app/controllers/urls_controller.rb:18
Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (6.1ms)

Completed 500 Internal Server Error in 14ms (ActiveRecord: 1.3ms)

ActionView::Template::Error (undefined method `model_name' for {:url=>“/url/index”}:Hash):

1: <div>
2:  <%= form_for url: url_index_path do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=  f.submit %><br />

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb___4541281549358625138_70188738295840' Started GET “/” for 127.0.0.1 at 2019-01-18 10:13:18 +0530 Processing by UrlsController#index as HTML

 (0.4ms)  BEGIN
↳ app/controllers/urls_controller.rb:18
Url Create (0.5ms)  INSERT INTO "urls" ("mdsum", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["mdsum", 0], ["created_at", "2019-01-18 04:43:18.961344"], ["updated_at", "2019-01-18 04:43:18.961344"]]
↳ app/controllers/urls_controller.rb:18
 (0.7ms)  COMMIT
↳ app/controllers/urls_controller.rb:18
Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (321.2ms)

Completed 500 Internal Server Error in 331ms (ActiveRecord: 1.6ms)

ActionView::Template::Error (undefined local variable or method `urls_index_path' for #<#<Class:0x00007fac2e5cae18>:0x00007fac2cfee4f0> Did you mean? url_index_path):

1: <div>
2:  <%= form_for url: urls_index_path do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=  f.submit %><br />

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb___4541281549358625138_70188733004020' Started GET “/” for 127.0.0.1 at 2019-01-18 10:14:20 +0530 Processing by UrlsController#index as HTML

 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:18
Url Create (0.4ms)  INSERT INTO "urls" ("mdsum", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["mdsum", 0], ["created_at", "2019-01-18 04:44:20.327081"], ["updated_at", "2019-01-18 04:44:20.327081"]]
↳ app/controllers/urls_controller.rb:18
 (0.4ms)  COMMIT
↳ app/controllers/urls_controller.rb:18
Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (297.8ms)

Completed 500 Internal Server Error in 306ms (ActiveRecord: 1.1ms)

ActionView::Template::Error (undefined local variable or method `url_index' for #<#<Class:0x00007fac2e5cae18>:0x00007fac2e7d6518> Did you mean? url_index_url):

1: <div>
2:  <%= form_for url: url_index do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=  f.submit %><br />

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb___4541281549358625138_70188745537200' Started GET “/” for 127.0.0.1 at 2019-01-18 10:14:21 +0530 Processing by UrlsController#index as HTML

 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:18
Url Create (0.6ms)  INSERT INTO "urls" ("mdsum", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["mdsum", 0], ["created_at", "2019-01-18 04:44:21.837961"], ["updated_at", "2019-01-18 04:44:21.837961"]]
↳ app/controllers/urls_controller.rb:18
 (0.5ms)  COMMIT
↳ app/controllers/urls_controller.rb:18
Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (284.7ms)

Completed 500 Internal Server Error in 293ms (ActiveRecord: 1.4ms)

ActionView::Template::Error (undefined local variable or method `url_index' for #<#<Class:0x00007fac2e5cae18>:0x00007fac2cd50a18> Did you mean? url_index_url):

1: <div>
2:  <%= form_for url: url_index do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=  f.submit %><br />

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb___4541281549358625138_70188731597400' Started GET “/” for 127.0.0.1 at 2019-01-18 10:14:23 +0530 Processing by UrlsController#index as HTML

 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:18
Url Create (0.5ms)  INSERT INTO "urls" ("mdsum", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["mdsum", 0], ["created_at", "2019-01-18 04:44:23.022635"], ["updated_at", "2019-01-18 04:44:23.022635"]]
↳ app/controllers/urls_controller.rb:18
 (0.5ms)  COMMIT
↳ app/controllers/urls_controller.rb:18
Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (297.1ms)

Completed 500 Internal Server Error in 304ms (ActiveRecord: 1.2ms)

ActionView::Template::Error (undefined local variable or method `url_index' for #<#<Class:0x00007fac2e5cae18>:0x00007fac2ce0aee0> Did you mean? url_index_url):

1: <div>
2:  <%= form_for url: url_index do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=  f.submit %><br />

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb___4541281549358625138_70188731990340' Started GET “/” for 127.0.0.1 at 2019-01-18 10:14:51 +0530 Processing by UrlsController#index as HTML

 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:18
Url Create (0.5ms)  INSERT INTO "urls" ("mdsum", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["mdsum", 0], ["created_at", "2019-01-18 04:44:51.996569"], ["updated_at", "2019-01-18 04:44:51.996569"]]
↳ app/controllers/urls_controller.rb:18
 (0.5ms)  COMMIT
↳ app/controllers/urls_controller.rb:18
Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (280.4ms)

Completed 500 Internal Server Error in 288ms (ActiveRecord: 1.2ms)

ActionView::Template::Error (undefined local variable or method `url_index' for #<#<Class:0x00007fac2e5cae18>:0x00007fac2ce49410> Did you mean? url_index_url):

1: <div>
2:  <%= form_with url: url_index do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=  f.submit %><br />

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb___4541281549358625138_70188732141500' Started GET “/” for 127.0.0.1 at 2019-01-18 10:14:53 +0530 Processing by UrlsController#index as HTML

 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:18
Url Create (0.5ms)  INSERT INTO "urls" ("mdsum", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["mdsum", 0], ["created_at", "2019-01-18 04:44:53.611064"], ["updated_at", "2019-01-18 04:44:53.611064"]]
↳ app/controllers/urls_controller.rb:18
 (0.4ms)  COMMIT
↳ app/controllers/urls_controller.rb:18
Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (281.1ms)

Completed 500 Internal Server Error in 288ms (ActiveRecord: 1.1ms)

ActionView::Template::Error (undefined local variable or method `url_index' for #<#<Class:0x00007fac2e5cae18>:0x00007fac2ce6c500> Did you mean? url_index_url):

1: <div>
2:  <%= form_with url: url_index do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=  f.submit %><br />

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb___4541281549358625138_70188732217440' Started GET “/” for 127.0.0.1 at 2019-01-18 10:14:54 +0530 Processing by UrlsController#index as HTML

 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:18
Url Create (0.4ms)  INSERT INTO "urls" ("mdsum", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["mdsum", 0], ["created_at", "2019-01-18 04:44:54.601275"], ["updated_at", "2019-01-18 04:44:54.601275"]]
↳ app/controllers/urls_controller.rb:18
 (0.6ms)  COMMIT
↳ app/controllers/urls_controller.rb:18
Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (286.6ms)

Completed 500 Internal Server Error in 294ms (ActiveRecord: 1.2ms)

ActionView::Template::Error (undefined local variable or method `url_index' for #<#<Class:0x00007fac2e5cae18>:0x00007fac2ce9eca8> Did you mean? url_index_url):

1: <div>
2:  <%= form_with url: url_index do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=  f.submit %><br />

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb___4541281549358625138_70188732277420' Started GET “/” for 127.0.0.1 at 2019-01-18 10:14:55 +0530 Processing by UrlsController#index as HTML

 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:18
Url Create (0.5ms)  INSERT INTO "urls" ("mdsum", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["mdsum", 0], ["created_at", "2019-01-18 04:44:55.890951"], ["updated_at", "2019-01-18 04:44:55.890951"]]
↳ app/controllers/urls_controller.rb:18
 (0.4ms)  COMMIT
↳ app/controllers/urls_controller.rb:18
Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (295.0ms)

Completed 500 Internal Server Error in 302ms (ActiveRecord: 1.1ms)

ActionView::Template::Error (undefined local variable or method `url_index' for #<#<Class:0x00007fac2e5cae18>:0x00007fac2ceada28> Did you mean? url_index_url):

1: <div>
2:  <%= form_with url: url_index do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=  f.submit %><br />

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb___4541281549358625138_70188732347340' Started GET “/” for 127.0.0.1 at 2019-01-18 10:19:15 +0530 Processing by UrlsController#index as HTML

 (0.5ms)  BEGIN
↳ app/controllers/urls_controller.rb:18
Url Create (0.4ms)  INSERT INTO "urls" ("mdsum", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["mdsum", 0], ["created_at", "2019-01-18 04:49:15.025023"], ["updated_at", "2019-01-18 04:49:15.025023"]]
↳ app/controllers/urls_controller.rb:18
 (0.5ms)  COMMIT
↳ app/controllers/urls_controller.rb:18
Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (141.7ms)

Completed 500 Internal Server Error in 149ms (ActiveRecord: 1.4ms)

ActionView::Template::Error (undefined method `urls_path' for #<#<Class:0x00007fac2e5cae18>:0x00007fac2d0f6578> Did you mean? users_path):

1: <div>
2:  <%= form_for Url.new do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=  f.submit %><br />

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb___4541281549358625138_70188733544160' Started GET “/” for 127.0.0.1 at 2019-01-18 10:19:16 +0530 Processing by UrlsController#index as HTML

 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:18
Url Create (0.4ms)  INSERT INTO "urls" ("mdsum", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["mdsum", 0], ["created_at", "2019-01-18 04:49:16.546245"], ["updated_at", "2019-01-18 04:49:16.546245"]]
↳ app/controllers/urls_controller.rb:18
 (0.6ms)  COMMIT
↳ app/controllers/urls_controller.rb:18
Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (152.9ms)

Completed 500 Internal Server Error in 160ms (ActiveRecord: 1.3ms)

ActionView::Template::Error (undefined method `urls_path' for #<#<Class:0x00007fac2e5cae18>:0x00007fac310b4818> Did you mean? users_path):

1: <div>
2:  <%= form_for Url.new do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=  f.submit %><br />

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb___4541281549358625138_70188766963760' Started GET “/” for 127.0.0.1 at 2019-01-18 10:19:17 +0530 Processing by UrlsController#index as HTML

 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:18
Url Create (0.5ms)  INSERT INTO "urls" ("mdsum", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["mdsum", 0], ["created_at", "2019-01-18 04:49:17.525742"], ["updated_at", "2019-01-18 04:49:17.525742"]]
↳ app/controllers/urls_controller.rb:18
 (0.6ms)  COMMIT
↳ app/controllers/urls_controller.rb:18
Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (159.8ms)

Completed 500 Internal Server Error in 167ms (ActiveRecord: 1.3ms)

ActionView::Template::Error (undefined method `urls_path' for #<#<Class:0x00007fac2e5cae18>:0x00007fac2e644448> Did you mean? users_path):

1: <div>
2:  <%= form_for Url.new do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=  f.submit %><br />

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb___4541281549358625138_70188744713800' Started GET “/” for 127.0.0.1 at 2019-01-18 10:19:18 +0530 Processing by UrlsController#index as HTML

 (2.8ms)  BEGIN
↳ app/controllers/urls_controller.rb:18
Url Create (0.5ms)  INSERT INTO "urls" ("mdsum", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["mdsum", 0], ["created_at", "2019-01-18 04:49:18.067429"], ["updated_at", "2019-01-18 04:49:18.067429"]]
↳ app/controllers/urls_controller.rb:18
 (1.0ms)  COMMIT
↳ app/controllers/urls_controller.rb:18
Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (159.9ms)

Completed 500 Internal Server Error in 173ms (ActiveRecord: 4.3ms)

ActionView::Template::Error (undefined method `urls_path' for #<#<Class:0x00007fac2e5cae18>:0x00007fac2e317590> Did you mean? users_path):

1: <div>
2:  <%= form_for Url.new do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=  f.submit %><br />

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb___4541281549358625138_70188743039060' Started GET “/” for 127.0.0.1 at 2019-01-18 10:19:18 +0530 Processing by UrlsController#index as HTML

 (0.8ms)  BEGIN
↳ app/controllers/urls_controller.rb:18
Url Create (5.7ms)  INSERT INTO "urls" ("mdsum", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["mdsum", 0], ["created_at", "2019-01-18 04:49:18.452581"], ["updated_at", "2019-01-18 04:49:18.452581"]]
↳ app/controllers/urls_controller.rb:18
 (0.7ms)  COMMIT
↳ app/controllers/urls_controller.rb:18
Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (149.9ms)

Completed 500 Internal Server Error in 164ms (ActiveRecord: 7.3ms)

ActionView::Template::Error (undefined method `urls_path' for #<#<Class:0x00007fac2e5cae18>:0x00007fac2d99c718> Did you mean? users_path):

1: <div>
2:  <%= form_for Url.new do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=  f.submit %><br />

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb___4541281549358625138_70188738078660' Started GET “/” for 127.0.0.1 at 2019-01-18 10:19:18 +0530 Processing by UrlsController#index as HTML

 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:18
Url Create (0.6ms)  INSERT INTO "urls" ("mdsum", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["mdsum", 0], ["created_at", "2019-01-18 04:49:18.713687"], ["updated_at", "2019-01-18 04:49:18.713687"]]
↳ app/controllers/urls_controller.rb:18
 (0.7ms)  COMMIT
↳ app/controllers/urls_controller.rb:18
Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (159.8ms)

Completed 500 Internal Server Error in 169ms (ActiveRecord: 1.6ms)

ActionView::Template::Error (undefined method `urls_path' for #<#<Class:0x00007fac2e5cae18>:0x00007fac2da1f2f8> Did you mean? users_path):

1: <div>
2:  <%= form_for Url.new do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=  f.submit %><br />

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb___4541281549358625138_70188738346400' Started GET “/” for 127.0.0.1 at 2019-01-18 10:19:18 +0530 Processing by UrlsController#index as HTML

 (0.4ms)  BEGIN
↳ app/controllers/urls_controller.rb:18
Url Create (3.7ms)  INSERT INTO "urls" ("mdsum", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["mdsum", 0], ["created_at", "2019-01-18 04:49:19.020273"], ["updated_at", "2019-01-18 04:49:19.020273"]]
↳ app/controllers/urls_controller.rb:18
 (1.4ms)  COMMIT
↳ app/controllers/urls_controller.rb:18
Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (161.4ms)

Completed 500 Internal Server Error in 179ms (ActiveRecord: 5.5ms)

ActionView::Template::Error (undefined method `urls_path' for #<#<Class:0x00007fac2e5cae18>:0x00007fac2e677cf8> Did you mean? users_path):

1: <div>
2:  <%= form_for Url.new do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=  f.submit %><br />

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb___4541281549358625138_70188734145220' Started GET “/” for 127.0.0.1 at 2019-01-18 10:19:19 +0530 Processing by UrlsController#index as HTML

 (2.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:18
Url Create (1.9ms)  INSERT INTO "urls" ("mdsum", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["mdsum", 0], ["created_at", "2019-01-18 04:49:19.418122"], ["updated_at", "2019-01-18 04:49:19.418122"]]
↳ app/controllers/urls_controller.rb:18
 (10.7ms)  COMMIT
↳ app/controllers/urls_controller.rb:18
Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (154.2ms)

Completed 500 Internal Server Error in 230ms (ActiveRecord: 14.8ms)

ActionView::Template::Error (undefined method `urls_path' for #<#<Class:0x00007fac2e5cae18>:0x00007fac2e2993c0> Did you mean? users_path):

1: <div>
2:  <%= form_for Url.new do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=  f.submit %><br />

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb___4541281549358625138_70188742744020' Started GET “/” for 127.0.0.1 at 2019-01-18 10:19:35 +0530 Processing by UrlsController#index as HTML

 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:18
Url Create (0.4ms)  INSERT INTO "urls" ("mdsum", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["mdsum", 0], ["created_at", "2019-01-18 04:49:35.659568"], ["updated_at", "2019-01-18 04:49:35.659568"]]
↳ app/controllers/urls_controller.rb:18
 (0.4ms)  COMMIT
↳ app/controllers/urls_controller.rb:18
Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (164.3ms)

Completed 500 Internal Server Error in 171ms (ActiveRecord: 1.0ms)

ActionView::Template::Error (undefined method `url_path' for #<#<Class:0x00007fac2e5cae18>:0x00007fac2e4fff60> Did you mean? url_index_path):

1: <div>
2:  <%= form_for @url do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=  f.submit  %><br />

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb___4541281549358625138_70188744058860' Started GET “/” for 127.0.0.1 at 2019-01-18 10:19:37 +0530 Processing by UrlsController#index as HTML

 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:18
Url Create (0.3ms)  INSERT INTO "urls" ("mdsum", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["mdsum", 0], ["created_at", "2019-01-18 04:49:37.155718"], ["updated_at", "2019-01-18 04:49:37.155718"]]
↳ app/controllers/urls_controller.rb:18
 (0.4ms)  COMMIT
↳ app/controllers/urls_controller.rb:18
Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (142.2ms)

Completed 500 Internal Server Error in 148ms (ActiveRecord: 0.9ms)

ActionView::Template::Error (undefined method `url_path' for #<#<Class:0x00007fac2e5cae18>:0x00007fac2e49d4c8> Did you mean? url_index_path):

1: <div>
2:  <%= form_for @url do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=  f.submit  %><br />

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb___4541281549358625138_70188743848100' Started GET “/” for 127.0.0.1 at 2019-01-18 10:20:00 +0530

ActionController::RoutingError (uninitialized constant UrlController):

bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `block in load_missing_constant' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:8:in `without_bootsnap_cache' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `rescue in load_missing_constant' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:56:in `load_missing_constant' activesupport (5.2.2) lib/active_support/inflector/methods.rb:283:in `const_get' activesupport (5.2.2) lib/active_support/inflector/methods.rb:283:in `block in constantize' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.2) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.2) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-18 10:20:26 +0530 Processing by UrlsController#index as HTML

 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:18
Url Create (0.4ms)  INSERT INTO "urls" ("mdsum", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["mdsum", 0], ["created_at", "2019-01-18 04:50:26.386334"], ["updated_at", "2019-01-18 04:50:26.386334"]]
↳ app/controllers/urls_controller.rb:18
 (0.4ms)  COMMIT
↳ app/controllers/urls_controller.rb:18
Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (158.7ms)

Completed 500 Internal Server Error in 183ms (ActiveRecord: 9.5ms)

ActionView::Template::Error (undefined method `url_path' for #<#<Class:0x00007fac31023778>:0x00007fac31021cc0> Did you mean? url_index_path):

1: <div>
2:  <%= form_for @url do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=  f.submit  %><br />

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb___4541281549358625138_70188766666020' Started GET “/” for 127.0.0.1 at 2019-01-18 10:20:33 +0530 Processing by UrlsController#index as HTML

 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:18
Url Create (0.4ms)  INSERT INTO "urls" ("mdsum", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["mdsum", 0], ["created_at", "2019-01-18 04:50:33.929582"], ["updated_at", "2019-01-18 04:50:33.929582"]]
↳ app/controllers/urls_controller.rb:18
 (0.4ms)  COMMIT
↳ app/controllers/urls_controller.rb:18
Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (162.6ms)

Completed 500 Internal Server Error in 181ms (ActiveRecord: 4.5ms)

ActionView::Template::Error (undefined method `url_path' for #<#<Class:0x00007fac3105efd0>:0x00007fac3105c5f0> Did you mean? url_index_path):

1: <div>
2:  <%= form_for @url do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=  f.submit  %><br />

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb___4541281549358625138_70188766788500' Started GET “/” for 127.0.0.1 at 2019-01-18 10:22:53 +0530 Processing by UrlsController#index as HTML

 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:18
Url Create (0.4ms)  INSERT INTO "urls" ("mdsum", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["mdsum", 0], ["created_at", "2019-01-18 04:52:53.601505"], ["updated_at", "2019-01-18 04:52:53.601505"]]
↳ app/controllers/urls_controller.rb:18
 (40.5ms)  COMMIT
↳ app/controllers/urls_controller.rb:18
Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (290.3ms)

Completed 500 Internal Server Error in 352ms (ActiveRecord: 44.5ms)

ActionView::Template::Error (undefined local variable or method `url_index' for #<#<Class:0x00007fac2e76ec10>:0x00007fac2e76d220> Did you mean? url_index_url):

1: <div>
2:  <%= form_with scope: :url, url: url_index, local: true do |form| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=  f.submit  %><br />

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb___4541281549358625138_70188745325080' Started GET “/” for 127.0.0.1 at 2019-01-18 10:23:52 +0530 Processing by UrlsController#index as HTML

 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:18
Url Create (0.6ms)  INSERT INTO "urls" ("mdsum", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["mdsum", 0], ["created_at", "2019-01-18 04:53:52.374501"], ["updated_at", "2019-01-18 04:53:52.374501"]]
↳ app/controllers/urls_controller.rb:18
 (0.5ms)  COMMIT
↳ app/controllers/urls_controller.rb:18
Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (156.0ms)

Completed 500 Internal Server Error in 165ms (ActiveRecord: 1.4ms)

ActionView::Template::Error (undefined method `url_path' for #<#<Class:0x00007fac2e76ec10>:0x00007fac2e7178c0> Did you mean? url_index_path):

1: <div>
2:  <%= form_for @url do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=  f.submit  %><br />

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb___4541281549358625138_70188734243520' Started GET “/” for 127.0.0.1 at 2019-01-18 10:25:17 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 431ms (Views: 375.2ms | ActiveRecord: 5.5ms)

Started POST “/users” for 127.0.0.1 at 2019-01-18 10:25:33 +0530 Processing by UsersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"IxaiLx8fyZI+6PyilV6k2ucfRx+kp15Lj3+14w95LN2w0bzurD+ga5G6bpnOFzYnN8auKo4Mbv0SBAXZI/cJ+A==", "user"=>{"username"=>"bdbdb", "email"=>"db@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

 (0.2ms)  BEGIN
↳ app/controllers/users_controller.rb:7
User Exists (1.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "bdbdb"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:7
User Exists (0.7ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "db@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:7
User Create (0.6ms)  INSERT INTO "users" ("username", "email", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["username", "bdbdb"], ["email", "db@gmail.com"], ["created_at", "2019-01-18 04:55:33.099505"], ["updated_at", "2019-01-18 04:55:33.099505"]]
↳ app/controllers/users_controller.rb:7
 (39.6ms)  COMMIT
↳ app/controllers/users_controller.rb:7

No template found for UsersController#create, rendering head :no_content Completed 204 No Content in 93ms (ActiveRecord: 42.2ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 10:28:29 +0530

 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UrlsController#index as HTML

 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:11
Url Create (0.7ms)  INSERT INTO "urls" ("mdsum", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["mdsum", 0], ["created_at", "2019-01-18 04:58:29.255364"], ["updated_at", "2019-01-18 04:58:29.255364"]]
↳ app/controllers/urls_controller.rb:11
 (0.5ms)  COMMIT
↳ app/controllers/urls_controller.rb:11
Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (201.4ms)

Completed 500 Internal Server Error in 233ms (ActiveRecord: 8.1ms)

ActionView::Template::Error (undefined method `url_path' for #<#<Class:0x00007f8f9adc8378>:0x00007f8f99ee48e8> Did you mean? url_index_path):

1: <div>
2:  <%= form_for @url do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=  f.submit  %><br />

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb___1188062881591435707_70127377599980' Started GET “/” for 127.0.0.1 at 2019-01-18 10:39:49 +0530

 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UrlsController#index as HTML

 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:11
Url Create (0.7ms)  INSERT INTO "urls" ("mdsum", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["mdsum", 0], ["created_at", "2019-01-18 05:09:49.821565"], ["updated_at", "2019-01-18 05:09:49.821565"]]
↳ app/controllers/urls_controller.rb:11
 (0.6ms)  COMMIT
↳ app/controllers/urls_controller.rb:11
Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (0.9ms)

Completed 500 Internal Server Error in 45ms (ActiveRecord: 9.4ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/urls/index.html.erb:2: syntax error, unexpected =>, expecting ')' …r.append= form_for (:method => 'post') @url do |f| @output_… … ^~ /Users/naveen/Documents/Internship/projectIntern/app/views/urls/index.html.erb:2: syntax error, unexpected ')', expecting end …= form_for (:method => 'post') @url do |f| @output_buffer.s… … ^ /Users/naveen/Documents/Internship/projectIntern/app/views/urls/index.html.erb:10: syntax error, unexpected ensure, expecting end-of-input

ensure
^~~~~~):

app/views/urls/index.html.erb:2: syntax error, unexpected =>, expecting ')' app/views/urls/index.html.erb:2: syntax error, unexpected ')', expecting end app/views/urls/index.html.erb:10: syntax error, unexpected ensure, expecting end-of-input Started GET “/” for 127.0.0.1 at 2019-01-18 10:48:29 +0530

 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (9.4ms)

Completed 200 OK in 351ms (Views: 338.5ms | ActiveRecord: 0.0ms)

Started POST “/” for 127.0.0.1 at 2019-01-18 10:48:45 +0530

ActionController::RoutingError (No route matches [POST] “/”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/” for 127.0.0.1 at 2019-01-18 10:50:35 +0530

ActionController::RoutingError (No route matches [POST] “/”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-18 10:53:51 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (1.5ms)

Completed 200 OK in 29ms (Views: 27.4ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 10:55:01 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (1.3ms)

Completed 200 OK in 28ms (Views: 25.9ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 10:55:02 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (1.0ms)

Completed 200 OK in 44ms (Views: 42.4ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 10:55:30 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (102.1ms)

Completed 500 Internal Server Error in 107ms (ActiveRecord: 0.0ms)

LoadError (dlopen(/Users/naveen/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin16/readline.bundle, 9): Library not loaded: /usr/local/opt/readline/lib/libreadline.7.dylib

Referenced from: /Users/naveen/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin16/readline.bundle
Reason: image not found - /Users/naveen/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin16/readline.bundle):

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__3277506584190130421_70181002419120' Started GET “/” for 127.0.0.1 at 2019-01-18 10:55:40 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (2.6ms)

Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)

LoadError (dlopen(/Users/naveen/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin16/readline.bundle, 9): Library not loaded: /usr/local/opt/readline/lib/libreadline.7.dylib

Referenced from: /Users/naveen/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin16/readline.bundle
Reason: image not found - /Users/naveen/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin16/readline.bundle):

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__3277506584190130421_70181013036460' Started GET “/” for 127.0.0.1 at 2019-01-18 10:55:45 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (5.3ms)

Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.0ms)

LoadError (dlopen(/Users/naveen/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin16/readline.bundle, 9): Library not loaded: /usr/local/opt/readline/lib/libreadline.7.dylib

Referenced from: /Users/naveen/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin16/readline.bundle
Reason: image not found - /Users/naveen/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin16/readline.bundle):

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__3277506584190130421_70181017128020' Started GET “/” for 127.0.0.1 at 2019-01-18 10:55:57 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (2.0ms)

Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)

LoadError (dlopen(/Users/naveen/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin16/readline.bundle, 9): Library not loaded: /usr/local/opt/readline/lib/libreadline.7.dylib

Referenced from: /Users/naveen/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin16/readline.bundle
Reason: image not found - /Users/naveen/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin16/readline.bundle):

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__3277506584190130421_70181012560640' Started GET “/” for 127.0.0.1 at 2019-01-18 10:56:30 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (1.7ms)

Completed 200 OK in 27ms (Views: 25.7ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 10:57:46 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (5.4ms)

Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `model_name' for {:url=>“/url/index”}:Hash):

1: <div>
2:  <%= form_for url: '/url/index' do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=  f.submit "Post" %><br />

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__3277506584190130421_70181013313600' Started GET “/” for 127.0.0.1 at 2019-01-18 10:59:13 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (1.5ms)

Completed 200 OK in 42ms (Views: 24.3ms | ActiveRecord: 6.1ms)

Started POST “/url/index” for 127.0.0.1 at 2019-01-18 10:59:24 +0530 Processing by UrlsController#post as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"2c/PrXWCAZoIDnAFmWDcNsvGAf2UmDct3jEe1K+2ZvZKCNFsxqJoY6dc4j7CKU7LGx/oyL4zB5tDSq7ugzhD0w==", "url"=>{"longurl"=>"askdjh", "domain"=>"asl"}, "commit"=>"Post"}
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:11
Url Create (4.6ms)  INSERT INTO "urls" ("mdsum", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["mdsum", 0], ["created_at", "2019-01-18 05:29:24.268596"], ["updated_at", "2019-01-18 05:29:24.268596"]]
↳ app/controllers/urls_controller.rb:11
 (42.7ms)  COMMIT
↳ app/controllers/urls_controller.rb:11

No template found for UrlsController#post, rendering head :no_content Completed 204 No Content in 99ms (ActiveRecord: 47.6ms)

Started POST “/url/index” for 127.0.0.1 at 2019-01-18 10:59:30 +0530 Processing by UrlsController#post as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"2c/PrXWCAZoIDnAFmWDcNsvGAf2UmDct3jEe1K+2ZvZKCNFsxqJoY6dc4j7CKU7LGx/oyL4zB5tDSq7ugzhD0w==", "url"=>{"longurl"=>"askdjh", "domain"=>"asl"}, "commit"=>"Post"}
 (1.9ms)  BEGIN
↳ app/controllers/urls_controller.rb:11
Url Create (0.4ms)  INSERT INTO "urls" ("mdsum", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["mdsum", 0], ["created_at", "2019-01-18 05:29:30.186055"], ["updated_at", "2019-01-18 05:29:30.186055"]]
↳ app/controllers/urls_controller.rb:11
 (40.2ms)  COMMIT
↳ app/controllers/urls_controller.rb:11

No template found for UrlsController#post, rendering head :no_content Completed 204 No Content in 80ms (ActiveRecord: 42.5ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 11:04:36 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (1.6ms)

Completed 200 OK in 29ms (Views: 26.7ms | ActiveRecord: 0.0ms)

Started POST “/url/index” for 127.0.0.1 at 2019-01-18 11:05:01 +0530 Processing by UrlsController#post as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"zGlQbD4JQE/zaU8lBZWPSoH5tQu6k0Rgmu34uQHXmj5frk6tjSkptlw73R5e3B23USBcPpA4dNYHlkiDLVm/Gw==", "url"=>{"longurl"=>"asdkjh", "domain"=>"askdjl"}, "commit"=>"Post"}
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:11
Url Create (0.5ms)  INSERT INTO "urls" ("mdsum", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["mdsum", 0], ["created_at", "2019-01-18 05:35:01.139160"], ["updated_at", "2019-01-18 05:35:01.139160"]]
↳ app/controllers/urls_controller.rb:11
 (39.8ms)  COMMIT
↳ app/controllers/urls_controller.rb:11

No template found for UrlsController#post, rendering head :no_content Completed 204 No Content in 75ms (ActiveRecord: 40.6ms)

Started POST “/url/index” for 127.0.0.1 at 2019-01-18 11:05:03 +0530 Processing by UrlsController#post as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"zGlQbD4JQE/zaU8lBZWPSoH5tQu6k0Rgmu34uQHXmj5frk6tjSkptlw73R5e3B23USBcPpA4dNYHlkiDLVm/Gw==", "url"=>{"longurl"=>"asdkjh", "domain"=>"askdjl"}, "commit"=>"Post"}
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:11
Url Create (0.4ms)  INSERT INTO "urls" ("mdsum", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["mdsum", 0], ["created_at", "2019-01-18 05:35:03.201053"], ["updated_at", "2019-01-18 05:35:03.201053"]]
↳ app/controllers/urls_controller.rb:11
 (39.9ms)  COMMIT
↳ app/controllers/urls_controller.rb:11

No template found for UrlsController#post, rendering head :no_content Completed 204 No Content in 74ms (ActiveRecord: 40.6ms)

Started POST “/url/index” for 127.0.0.1 at 2019-01-18 11:05:11 +0530 Processing by UrlsController#post as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"zGlQbD4JQE/zaU8lBZWPSoH5tQu6k0Rgmu34uQHXmj5frk6tjSkptlw73R5e3B23USBcPpA4dNYHlkiDLVm/Gw==", "url"=>{"longurl"=>"asdkjh", "domain"=>"askdjl"}, "commit"=>"Post"}
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:11
Url Create (0.5ms)  INSERT INTO "urls" ("mdsum", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["mdsum", 0], ["created_at", "2019-01-18 05:35:11.844097"], ["updated_at", "2019-01-18 05:35:11.844097"]]
↳ app/controllers/urls_controller.rb:11
 (39.6ms)  COMMIT
↳ app/controllers/urls_controller.rb:11

No template found for UrlsController#post, rendering head :no_content Completed 204 No Content in 78ms (ActiveRecord: 40.4ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 11:05:26 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (1.9ms)

Completed 200 OK in 36ms (Views: 33.7ms | ActiveRecord: 0.0ms)

Started POST “/url/index” for 127.0.0.1 at 2019-01-18 11:05:49 +0530 Processing by UrlsController#post as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"/wV85EMkmv9BsaSrVBkkR92tRPXk0+fn8LeAKIHBD8tswmIl8ATzBu7jNpAPULa6DXStwM5411FtzDASrU8q7g==", "url"=>{"longurl"=>"", "domain"=>""}, "commit"=>"Post"}
 (12.1ms)  BEGIN
↳ app/controllers/urls_controller.rb:11
Url Create (1.2ms)  INSERT INTO "urls" ("mdsum", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["mdsum", 0], ["created_at", "2019-01-18 05:35:49.733490"], ["updated_at", "2019-01-18 05:35:49.733490"]]
↳ app/controllers/urls_controller.rb:11
 (874.3ms)  COMMIT
↳ app/controllers/urls_controller.rb:11

No template found for UrlsController#post, rendering head :no_content Completed 204 No Content in 938ms (ActiveRecord: 887.6ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 11:05:54 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (2.1ms)

Completed 200 OK in 36ms (Views: 33.4ms | ActiveRecord: 0.0ms)

Started POST “/url/index” for 127.0.0.1 at 2019-01-18 11:06:05 +0530 Processing by UrlsController#post as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"85xlh7XviGQXfcZb0TLHpp/DR99Qklw0IxCuHGLABERgW3tGBs/hnbgvVGCKe1VbTxqu6no5bIK+ax4mTk4hYQ==", "url"=>{"longurl"=>"alskdj", "domain"=>"aslkdjlaskdj"}, "commit"=>"Post"}
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:11
Url Create (0.4ms)  INSERT INTO "urls" ("mdsum", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["mdsum", 0], ["created_at", "2019-01-18 05:36:05.035421"], ["updated_at", "2019-01-18 05:36:05.035421"]]
↳ app/controllers/urls_controller.rb:11
 (40.8ms)  COMMIT
↳ app/controllers/urls_controller.rb:11

No template found for UrlsController#post, rendering head :no_content Completed 204 No Content in 86ms (ActiveRecord: 41.4ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 11:06:36 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (1.3ms)

Completed 200 OK in 31ms (Views: 29.2ms | ActiveRecord: 0.0ms)

Started POST “/url/index” for 127.0.0.1 at 2019-01-18 11:06:46 +0530 Processing by UrlsController#post as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"rX/1eOTMBRpIrgDmqePAQlSJ0CX5ds/z3XGuBbhHsho+uOu5V+xs4+f8kt3yqlK/hFA5ENPd/0VACh4/lMmXPw==", "url"=>{"longurl"=>"dfghjk", "domain"=>"fghjkl"}, "commit"=>"Post"}
 (0.6ms)  BEGIN
↳ app/controllers/urls_controller.rb:11
Url Create (0.5ms)  INSERT INTO "urls" ("mdsum", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["mdsum", 0], ["created_at", "2019-01-18 05:36:46.887929"], ["updated_at", "2019-01-18 05:36:46.887929"]]
↳ app/controllers/urls_controller.rb:11
 (0.4ms)  COMMIT
↳ app/controllers/urls_controller.rb:11

No template found for UrlsController#post, rendering head :no_content Completed 204 No Content in 42ms (ActiveRecord: 1.5ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 11:15:39 +0530

ArgumentError ('@urls' is not a supported controller name. This can lead to potential routing problems. See guides.rubyonrails.org/routing.html#specifying-a-controller-to-use):

config/routes.rb:8:in `block in <main>' config/routes.rb:1:in `<main>' Started GET “/” for 127.0.0.1 at 2019-01-18 11:18:34 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (1.4ms)

Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

1: <div>
2:  <%= form_for @url, url: '/url/index' do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=f.submit %><br/>

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__3277506584190130421_70181036090080' Started GET “/” for 127.0.0.1 at 2019-01-18 11:19:42 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (1.7ms)

Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

1: <div>
2:  <%= form_for @url, url: '/url/index' do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=f.submit "New" %><br/>

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__3277506584190130421_70181050351880' Started GET “/” for 127.0.0.1 at 2019-01-18 11:19:44 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (1.7ms)

Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

1: <div>
2:  <%= form_for @url, url: '/url/index' do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=f.submit "New" %><br/>

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__3277506584190130421_70181035971820' Started GET “/” for 127.0.0.1 at 2019-01-18 11:19:54 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (2.9ms)

Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

1: <div>
2:  <%= form_for @url, url: 'url/index' do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=f.submit  %><br/>

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__3277506584190130421_70181043984560' Started GET “/” for 127.0.0.1 at 2019-01-18 11:20:15 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (1.7ms)

Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

1: <div>
2:  <%= form_for @url do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=f.submit  %><br/>

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__3277506584190130421_70181042477380' Started GET “/” for 127.0.0.1 at 2019-01-18 11:20:17 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (1.5ms)

Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

1: <div>
2:  <%= form_for @url do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=f.submit  %><br/>

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__3277506584190130421_70181043542260' Started GET “/” for 127.0.0.1 at 2019-01-18 11:21:05 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (2.1ms)

Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

1: <div>
2:  <%= form_for @url, url: '/url/index' do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=  f.submit "Post" %><br/>

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__3277506584190130421_70181016938500' Started GET “/” for 127.0.0.1 at 2019-01-18 11:21:07 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (1.2ms)

Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

1: <div>
2:  <%= form_for @url, url: '/url/index' do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=  f.submit "Post" %><br/>

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__3277506584190130421_70181018063920' Started GET “/” for 127.0.0.1 at 2019-01-18 11:21:37 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (1.4ms)

Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

1: <div>
2:  <%= form_for @url, url: '/url/index' do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=  f.submit "Post" %><br/>

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__3277506584190130421_70181012609860' Started GET “/” for 127.0.0.1 at 2019-01-18 11:21:48 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (2.1ms)

Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

1: <div>
2:  <%= form_for @url, url: '/url/index' do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=  f.submit "Post" %><br/>

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__3277506584190130421_70181049584400' Started GET “/” for 127.0.0.1 at 2019-01-18 11:21:50 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (1.2ms)

Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

1: <div>
2:  <%= form_for @url, url: '/url/index' do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=  f.submit "Post" %><br/>

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__3277506584190130421_70181016627580' Started GET “/” for 127.0.0.1 at 2019-01-18 11:21:51 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (3.1ms)

Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

1: <div>
2:  <%= form_for @url, url: '/url/index' do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=  f.submit "Post" %><br/>

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__3277506584190130421_70181049424340' Started GET “/” for 127.0.0.1 at 2019-01-18 11:22:08 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (3.0ms)

Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

1: <div>
2:  <%= form_for @url, url: '/url/index' do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=  f.submit "Post" %><br/>

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__3277506584190130421_70181012542700' Started GET “/” for 127.0.0.1 at 2019-01-18 11:22:10 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (1.7ms)

Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

1: <div>
2:  <%= form_for @url, url: '/url/index' do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=  f.submit "Post" %><br/>

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__3277506584190130421_70181018080180' Started GET “/” for 127.0.0.1 at 2019-01-18 11:22:36 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (1.3ms)

Completed 200 OK in 103ms (Views: 23.3ms | ActiveRecord: 11.1ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 11:23:43 +0530 Processing by UrlsController#new as HTML Completed 406 Not Acceptable in 56ms (ActiveRecord: 4.8ms)

ActionController::UnknownFormat (UrlsController#new is missing a template for this request format and variant.

request.formats: [“text/html”] request.variant: []

NOTE! For XHR/Ajax or API requests, this action would normally respond with 204 No Content: an empty white screen. Since you're loading it in a web browser, we assume that you expected to actually render a template, not nothing, so we're showing an error to be extra-clear. If you expect 204 No Content, carry on. That's what you'll get from an XHR or API request. Give it a shot.):

actionpack (5.2.2) lib/action_controller/metal/implicit_render.rb:55:in `default_render' actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.2) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.2) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.2) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.2) lib/active_support/callbacks.rb:132:in `run_callbacks' actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-18 11:23:54 +0530 Processing by UrlsController#new as HTML Completed 406 Not Acceptable in 38ms (ActiveRecord: 0.0ms)

ActionController::UnknownFormat (UrlsController#new is missing a template for this request format and variant.

request.formats: [“text/html”] request.variant: []

NOTE! For XHR/Ajax or API requests, this action would normally respond with 204 No Content: an empty white screen. Since you're loading it in a web browser, we assume that you expected to actually render a template, not nothing, so we're showing an error to be extra-clear. If you expect 204 No Content, carry on. That's what you'll get from an XHR or API request. Give it a shot.):

actionpack (5.2.2) lib/action_controller/metal/implicit_render.rb:55:in `default_render' actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.2) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.2) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.2) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.2) lib/active_support/callbacks.rb:132:in `run_callbacks' actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-18 11:24:06 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Rendered urls/index.html.erb within layouts/application (2.3ms)

Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

1: <div>
2:  <%= form_for @url, url: '/url/index' do |f| %>
3:          <p> Long Url: <%= f.text_field :longurl%> </br></p>
4:          <p>Domain : <%= f.text_field :domain%> <br /></p>
5:          <%=  f.submit "Post" %><br/>

app/views/urls/index.html.erb:2:in `_app_views_urls_index_html_erb__3277506584190130421_70181006802100' Started GET “/” for 127.0.0.1 at 2019-01-18 11:26:35 +0530

 (1.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (38.5ms)

Completed 200 OK in 466ms (Views: 414.2ms | ActiveRecord: 6.6ms)

Started POST “/users” for 127.0.0.1 at 2019-01-18 11:27:03 +0530 Processing by UsersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"MK1rCn/x/Tuqz/VZqBQsgIOAkv6aUwjDkZtLE/xUexGjanXLzNGUwgWdZ2LzXb59U1l7y7D4OHUM4Psp0NpeNA==", "user"=>{"username"=>"proptiger", "email"=>"pt@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

 (0.3ms)  BEGIN
↳ app/controllers/users_controller.rb:7
User Exists (1.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "proptiger"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:7
User Exists (1.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "pt@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:7
User Create (0.6ms)  INSERT INTO "users" ("username", "email", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["username", "proptiger"], ["email", "pt@gmail.com"], ["created_at", "2019-01-18 05:57:03.585083"], ["updated_at", "2019-01-18 05:57:03.585083"]]
↳ app/controllers/users_controller.rb:7
 (40.8ms)  COMMIT
↳ app/controllers/users_controller.rb:7

No template found for UsersController#create, rendering head :no_content Completed 204 No Content in 105ms (ActiveRecord: 44.6ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 11:37:24 +0530

 (0.9ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:21: syntax error, unexpected end, expecting end-of-input):

app/controllers/urls_controller.rb:21: syntax error, unexpected end, expecting end-of-input Started GET “/” for 127.0.0.1 at 2019-01-18 11:37:58 +0530

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:21: syntax error, unexpected end, expecting end-of-input):

app/controllers/urls_controller.rb:21: syntax error, unexpected end, expecting end-of-input Started GET “/” for 127.0.0.1 at 2019-01-18 11:38:26 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (78.5ms)

Completed 200 OK in 406ms (Views: 386.1ms | ActiveRecord: 8.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 11:38:38 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"prd1zsbscIu4j3/Vyyr/jfg/W2VuCvFPRrA2wRaZbTA1cGsPdcwZchfd7e6QY21wKOayUEShwfnby4b7OhdIFQ==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}

Completed 500 Internal Server Error in 276ms (ActiveRecord: 0.0ms)

NameError (undefined local variable or method `mdsum' for #<UrlsController:0x00007fc7f331dbd0>):

app/controllers/urls_controller.rb:9:in `create' Started POST “/urls” for 127.0.0.1 at 2019-01-18 11:38:52 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"prd1zsbscIu4j3/Vyyr/jfg/W2VuCvFPRrA2wRaZbTA1cGsPdcwZchfd7e6QY21wKOayUEShwfnby4b7OhdIFQ==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:10
Url Create (1.0ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.facebook.com"], ["shorturl", "facebook53"], ["domain", "facebook"], ["mdsum", 1594], ["created_at", "2019-01-18 06:08:52.656232"], ["updated_at", "2019-01-18 06:08:52.656232"]]
↳ app/controllers/urls_controller.rb:10
 (40.2ms)  COMMIT
↳ app/controllers/urls_controller.rb:10

No template found for UrlsController#create, rendering head :no_content Completed 204 No Content in 103ms (ActiveRecord: 48.3ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 11:38:56 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"prd1zsbscIu4j3/Vyyr/jfg/W2VuCvFPRrA2wRaZbTA1cGsPdcwZchfd7e6QY21wKOayUEShwfnby4b7OhdIFQ==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}
 (1.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:10
Url Create (1.9ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.facebook.com"], ["shorturl", "facebook53"], ["domain", "facebook"], ["mdsum", 1594], ["created_at", "2019-01-18 06:08:56.487399"], ["updated_at", "2019-01-18 06:08:56.487399"]]
↳ app/controllers/urls_controller.rb:10
 (40.0ms)  COMMIT
↳ app/controllers/urls_controller.rb:10

No template found for UrlsController#create, rendering head :no_content Completed 204 No Content in 119ms (ActiveRecord: 43.2ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 11:41:33 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.9ms)

Completed 200 OK in 32ms (Views: 30.8ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 11:49:45 +0530

 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"f6MExJquL0o7ikFAt6dAIIcFRIxLJF+8tpMpKqlyFmnsZBoFKY5Gs5TY03vs7tLdV9ytuWGPbwor6JkQhfwzTA==", "url"=>{"longurl"=>"www.housing.com/seller", "domain"=>"housing"}, "commit"=>"Create Url"}
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:10
Url Create (0.7ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.housing.com/seller"], ["shorturl", "housing16"], ["domain", "housing"], ["mdsum", 2227], ["created_at", "2019-01-18 06:19:45.634408"], ["updated_at", "2019-01-18 06:19:45.634408"]]
↳ app/controllers/urls_controller.rb:10
 (0.5ms)  COMMIT
↳ app/controllers/urls_controller.rb:10

No template found for UrlsController#create, rendering head :no_content Completed 204 No Content in 71ms (ActiveRecord: 11.1ms)

Started GET “/url” for 127.0.0.1 at 2019-01-18 11:50:14 +0530

ActionController::RoutingError (No route matches [GET] “/url”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/url/new” for 127.0.0.1 at 2019-01-18 11:50:18 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (6.7ms)

Completed 200 OK in 263ms (Views: 260.3ms | ActiveRecord: 0.0ms)

Started GET “/url/show” for 127.0.0.1 at 2019-01-18 11:50:24 +0530

ActionController::RoutingError (No route matches [GET] “/url/show”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/urls” for 127.0.0.1 at 2019-01-18 11:50:50 +0530

ActionController::RoutingError (No route matches [GET] “/urls”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/urls/shoiw” for 127.0.0.1 at 2019-01-18 11:50:58 +0530

ActionController::RoutingError (No route matches [GET] “/urls/shoiw”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/urls/show” for 127.0.0.1 at 2019-01-18 11:51:03 +0530

ActionController::RoutingError (No route matches [GET] “/urls/show”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/urls/show” for 127.0.0.1 at 2019-01-18 11:52:52 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"show"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 0], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13

Completed 404 Not Found in 9ms (ActiveRecord: 4.1ms)

ActiveRecord::RecordNotFound (Couldn't find Url with 'id'=show):

app/controllers/urls_controller.rb:13:in `show' Started GET “/” for 127.0.0.1 at 2019-01-18 11:52:57 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.9ms)

Completed 200 OK in 40ms (Views: 27.3ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 11:53:01 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"of6XJCyzw6W2Fuj1UEbrdlHgRSEViiFxiAk+tt5Dy90yOYnln5OqXBlEes4LD3mLgTmsFD8hEccVco6M8s3u+A==", "url"=>{"longurl"=>"r", "domain"=>"rr"}, "commit"=>"Create Url"}
 (9.1ms)  BEGIN
↳ app/controllers/urls_controller.rb:10
Url Create (1.0ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "r"], ["shorturl", "rr47"], ["domain", "rr"], ["mdsum", 114], ["created_at", "2019-01-18 06:23:01.690801"], ["updated_at", "2019-01-18 06:23:01.690801"]]
↳ app/controllers/urls_controller.rb:10
 (39.7ms)  COMMIT
↳ app/controllers/urls_controller.rb:10

No template found for UrlsController#create, rendering head :no_content Completed 204 No Content in 97ms (ActiveRecord: 49.7ms)

Started GET “/urls” for 127.0.0.1 at 2019-01-18 11:53:06 +0530

AbstractController::ActionNotFound (The action 'index' could not be found for UrlsController):

actionpack (5.2.2) lib/abstract_controller/base.rb:129:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 11:54:37 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.4ms)

Completed 200 OK in 49ms (Views: 30.6ms | ActiveRecord: 3.2ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 11:54:45 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"gQMQfN22fFjdER81A/Had4Yvt4sQfsXPwiLVjVDC+aESxA69bpYVoXJDjQ5YuEiKVvZevjrV9XlfWWW3fEzchA==", "url"=>{"longurl"=>"www.housing.com/seller", "domain"=>"hosuing"}, "commit"=>"Create Url"}
 (1.8ms)  BEGIN
↳ app/controllers/urls_controller.rb:10
Url Create (0.7ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.housing.com/seller"], ["shorturl", "hosuing16"], ["domain", "hosuing"], ["mdsum", 2227], ["created_at", "2019-01-18 06:24:45.307628"], ["updated_at", "2019-01-18 06:24:45.307628"]]
↳ app/controllers/urls_controller.rb:10
 (40.7ms)  COMMIT
↳ app/controllers/urls_controller.rb:10

No template found for UrlsController#create, rendering head :no_content Completed 204 No Content in 91ms (ActiveRecord: 43.1ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 11:55:51 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (1.9ms)

Completed 200 OK in 43ms (Views: 40.0ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 11:56:00 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"DW5NIRIwhvGGDAn/wEAky+QtxdddYg/RT8LnHy7M0KeeqVPgoRDvCClem8SbCbY2NPQs4nfJP2fSuVclAkL1gg==", "url"=>{"longurl"=>"aegfugai ", "domain"=>"hfwbakhbaf"}, "commit"=>"Create Url"}
 (1.8ms)  BEGIN
↳ app/controllers/urls_controller.rb:10
Url Create (0.9ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "aegfugai "], ["shorturl", "hfwbakhbaf53"], ["domain", "hfwbakhbaf"], ["mdsum", 857], ["created_at", "2019-01-18 06:26:00.416159"], ["updated_at", "2019-01-18 06:26:00.416159"]]
↳ app/controllers/urls_controller.rb:10
 (0.6ms)  COMMIT
↳ app/controllers/urls_controller.rb:10

No template found for UrlsController#create, rendering head :no_content Completed 204 No Content in 59ms (ActiveRecord: 3.3ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 11:57:03 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (1.6ms)

Completed 200 OK in 53ms (Views: 39.3ms | ActiveRecord: 3.4ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 11:57:04 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (1.6ms)

Completed 200 OK in 24ms (Views: 22.6ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 11:57:08 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"GfUsDpbK/eYs3JEknPxh3m6TiJjZsZZmSbz+bZ8XNmyKMjLPJeqUH4OOAx/HtfMjvkphrfMaptDUx05Xs5kTSQ==", "url"=>{"longurl"=>"yfwigiwfgq", "domain"=>"aef a"}, "commit"=>"Create Url"}
 (0.4ms)  BEGIN
↳ app/controllers/urls_controller.rb:10
Url Create (0.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "yfwigiwfgq"], ["shorturl", "aef a20"], ["domain", "aef a"], ["mdsum", 1092], ["created_at", "2019-01-18 06:27:08.839554"], ["updated_at", "2019-01-18 06:27:08.839554"]]
↳ app/controllers/urls_controller.rb:10
 (40.6ms)  COMMIT
↳ app/controllers/urls_controller.rb:10

Redirected to localhost:3000/urls/show Completed 302 Found in 46ms (ActiveRecord: 41.5ms)

Started GET “/urls/show” for 127.0.0.1 at 2019-01-18 11:57:08 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"show"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 0], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:14

Completed 404 Not Found in 4ms (ActiveRecord: 0.8ms)

ActiveRecord::RecordNotFound (Couldn't find Url with 'id'=show):

app/controllers/urls_controller.rb:14:in `show' Started GET “/urls/show” for 127.0.0.1 at 2019-01-18 11:57:42 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"show"}

Completed 404 Not Found in 6ms (ActiveRecord: 3.1ms)

ActiveRecord::RecordNotFound (Couldn't find Url without an ID):

app/controllers/urls_controller.rb:14:in `show' Started POST “/urls” for 127.0.0.1 at 2019-01-18 11:57:50 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"GfUsDpbK/eYs3JEknPxh3m6TiJjZsZZmSbz+bZ8XNmyKMjLPJeqUH4OOAx/HtfMjvkphrfMaptDUx05Xs5kTSQ==", "url"=>{"longurl"=>"yfwigiwfgq", "domain"=>"aef a"}, "commit"=>"Create Url"}
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:10
Url Create (0.3ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "yfwigiwfgq"], ["shorturl", "aef a20"], ["domain", "aef a"], ["mdsum", 1092], ["created_at", "2019-01-18 06:27:50.113565"], ["updated_at", "2019-01-18 06:27:50.113565"]]
↳ app/controllers/urls_controller.rb:10
 (0.4ms)  COMMIT
↳ app/controllers/urls_controller.rb:10

Redirected to localhost:3000/urls/show Completed 302 Found in 15ms (ActiveRecord: 0.9ms)

Started GET “/urls/show” for 127.0.0.1 at 2019-01-18 11:57:50 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"show"}

Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms)

ActiveRecord::RecordNotFound (Couldn't find Url without an ID):

app/controllers/urls_controller.rb:14:in `show' Started GET “/urls/show” for 127.0.0.1 at 2019-01-18 12:00:20 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"show"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 0], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:14

Completed 404 Not Found in 12ms (ActiveRecord: 3.8ms)

ActiveRecord::RecordNotFound (Couldn't find Url with 'id'=show):

app/controllers/urls_controller.rb:14:in `show' Started GET “/” for 127.0.0.1 at 2019-01-18 12:00:25 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.8ms)

Completed 200 OK in 46ms (Views: 33.8ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 12:00:30 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"HGp1Ws/wUDAO0iGDKw7MBhVZol/xBFERE+3oiFzUliSPrWubfNA5yaGAs7hwR177xYBLatuvYaeOlliycFqzAQ==", "url"=>{"longurl"=>"ffnfnf", "domain"=>"ffff"}, "commit"=>"Create Url"}
 (0.5ms)  BEGIN
↳ app/controllers/urls_controller.rb:10
Url Create (1.2ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "ffnfnf"], ["shorturl", "ffff25"], ["domain", "ffff"], ["mdsum", 628], ["created_at", "2019-01-18 06:30:30.476236"], ["updated_at", "2019-01-18 06:30:30.476236"]]
↳ app/controllers/urls_controller.rb:10
 (39.7ms)  COMMIT
↳ app/controllers/urls_controller.rb:10

Redirected to localhost:3000/urls/44 Completed 302 Found in 47ms (ActiveRecord: 41.4ms)

Started GET “/urls/44” for 127.0.0.1 at 2019-01-18 12:00:30 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"44"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 44], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:14
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.6ms)

Completed 200 OK in 49ms (Views: 27.3ms | ActiveRecord: 0.6ms)

Started GET “/urls/44” for 127.0.0.1 at 2019-01-18 12:01:09 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"44"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 44], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:18
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.6ms)

Completed 200 OK in 54ms (Views: 37.7ms | ActiveRecord: 4.1ms)

Started GET “/urls/44” for 127.0.0.1 at 2019-01-18 12:01:10 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"44"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 44], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:18
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 37ms (Views: 33.4ms | ActiveRecord: 0.8ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 12:01:13 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"HGp1Ws/wUDAO0iGDKw7MBhVZol/xBFERE+3oiFzUliSPrWubfNA5yaGAs7hwR177xYBLatuvYaeOlliycFqzAQ==", "url"=>{"longurl"=>"ffnfnf", "domain"=>"ffff"}, "commit"=>"Create Url"}
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:10
Url Create (4.1ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "ffnfnf"], ["shorturl", "ffff25"], ["domain", "ffff"], ["mdsum", 628], ["created_at", "2019-01-18 06:31:13.631260"], ["updated_at", "2019-01-18 06:31:13.631260"]]
↳ app/controllers/urls_controller.rb:10
 (40.1ms)  COMMIT
↳ app/controllers/urls_controller.rb:10

Redirected to localhost:3000/urls/45 Completed 302 Found in 51ms (ActiveRecord: 44.5ms)

Started GET “/urls/45” for 127.0.0.1 at 2019-01-18 12:01:13 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"45"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 45], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:18
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 34ms (Views: 31.8ms | ActiveRecord: 0.3ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 12:02:09 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.6ms)

Completed 200 OK in 33ms (Views: 29.3ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 12:02:17 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"6blkAIUvv7h2hE/g16D1bdqyOPywlwM4rzb1hu1Qa2B6fnrBNg/WQdnW3duM6WeQCmvRyZo8M44yTUW8wd5ORQ==", "url"=>{"longurl"=>"www.google.com", "domain"=>"google"}, "commit"=>"Create Url"}
 (0.6ms)  BEGIN
↳ app/controllers/urls_controller.rb:10
Url Create (0.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.google.com"], ["shorturl", "google65"], ["domain", "google"], ["mdsum", 1405], ["created_at", "2019-01-18 06:32:17.565784"], ["updated_at", "2019-01-18 06:32:17.565784"]]
↳ app/controllers/urls_controller.rb:10
 (39.7ms)  COMMIT
↳ app/controllers/urls_controller.rb:10

Redirected to localhost:3000/urls/46 Completed 302 Found in 46ms (ActiveRecord: 41.0ms)

Started GET “/urls/46” for 127.0.0.1 at 2019-01-18 12:02:17 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"46"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 46], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:18
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 25ms (Views: 22.5ms | ActiveRecord: 0.3ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 12:03:25 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (6.6ms)

Completed 200 OK in 84ms (Views: 81.2ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 12:03:39 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"P1BQTknqgaGPq0xVvUlpFcUl1bk3resM1BwSlE7O4aqsl06P+sroWCD53m7mAPvoFfw8jB0G27pJZ6KuYkDEjw==", "url"=>{"longurl"=>"www.proptiger.com/seller", "domain"=>"proptiger"}, "commit"=>"Create Url"}
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:10
Url Create (0.9ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.proptiger.com/seller"], ["shorturl", "proptiger38"], ["domain", "proptiger"], ["mdsum", 2450], ["created_at", "2019-01-18 06:33:39.281535"], ["updated_at", "2019-01-18 06:33:39.281535"]]
↳ app/controllers/urls_controller.rb:10
 (40.1ms)  COMMIT
↳ app/controllers/urls_controller.rb:10

Redirected to localhost:3000/urls/47 Completed 302 Found in 47ms (ActiveRecord: 41.2ms)

Started GET “/urls/47” for 127.0.0.1 at 2019-01-18 12:03:39 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"47"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 47], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:18
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 26ms (Views: 23.4ms | ActiveRecord: 0.3ms)

Started GET “/urls/47” for 127.0.0.1 at 2019-01-18 12:03:40 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"47"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 47], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:18
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.6ms)

Completed 200 OK in 52ms (Views: 48.3ms | ActiveRecord: 0.8ms)

Started GET “/urls/47” for 127.0.0.1 at 2019-01-18 12:03:42 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"47"}
Url Load (3.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 47], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:18
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 57ms (Views: 50.3ms | ActiveRecord: 3.7ms)

Started GET “/urls/47” for 127.0.0.1 at 2019-01-18 12:03:54 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"47"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 47], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:18
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (308.9ms)

Completed 500 Internal Server Error in 314ms (ActiveRecord: 0.3ms)

ActionView::Template::Error (undefined local variable or method `url_new_path' for #<#<Class:0x00007f97dc5a7d70>:0x00007f97d83618a8> Did you mean? user_new_path):

18:   <strong>shorturl:</strong>
19:   <%= @url.shorturl %>
20: </p>
21: <%= link_to 'Back', url_new_path %>

app/views/urls/show.html.erb:21:in `_app_views_urls_show_html_erb__1140643112854223876_70145072107640' Started GET “/urls/47” for 127.0.0.1 at 2019-01-18 12:04:56 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"47"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 47], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:18
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.2ms)

Completed 200 OK in 75ms (Views: 69.5ms | ActiveRecord: 0.3ms)

Started GET “/url/new” for 127.0.0.1 at 2019-01-18 12:04:58 +0530

ActionController::RoutingError (No route matches [GET] “/url/new”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-18 12:05:27 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.3ms)

Completed 200 OK in 40ms (Views: 37.2ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 12:05:33 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"htRyBzbeJyEnic4FytXiF4IECiYJ7blMhde5iN1dNxgVE2zGhf5O2IjbXD6RnHDqUt3jEyNGifoYrAmy8dMSPQ==", "url"=>{"longurl"=>"www.housing.com/seller", "domain"=>"eee"}, "commit"=>"Create Url"}
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:10
Url Create (7.0ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.housing.com/seller"], ["shorturl", "eee16"], ["domain", "eee"], ["mdsum", 2227], ["created_at", "2019-01-18 06:35:33.240930"], ["updated_at", "2019-01-18 06:35:33.240930"]]
↳ app/controllers/urls_controller.rb:10
 (422.0ms)  COMMIT
↳ app/controllers/urls_controller.rb:10

Redirected to localhost:3000/urls/48 Completed 302 Found in 441ms (ActiveRecord: 429.3ms)

Started GET “/urls/48” for 127.0.0.1 at 2019-01-18 12:05:33 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"48"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 48], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:18
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 30ms (Views: 25.9ms | ActiveRecord: 0.4ms)

Started GET “/urls/new_url_path” for 127.0.0.1 at 2019-01-18 12:05:35 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"new_url_path"}
Url Load (5.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 0], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:18

Completed 404 Not Found in 8ms (ActiveRecord: 5.6ms)

ActiveRecord::RecordNotFound (Couldn't find Url with 'id'=new_url_path):

app/controllers/urls_controller.rb:18:in `show' Started GET “/urls/new_url_path” for 127.0.0.1 at 2019-01-18 12:11:41 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"new_url_path"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 0], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:18

Completed 404 Not Found in 6ms (ActiveRecord: 4.2ms)

ActiveRecord::RecordNotFound (Couldn't find Url with 'id'=new_url_path):

app/controllers/urls_controller.rb:18:in `show' Started GET “/” for 127.0.0.1 at 2019-01-18 12:11:57 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (6.8ms)

Completed 200 OK in 76ms (Views: 73.4ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 12:12:03 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"w90EQiXW/ctQI4+2VvSUjQzcYRkOla7wVdWkAp7G5ytQGhqDlvaUMv9xHY0NvQZw3AWILCQ+nkbIrhQ4skjCDg==", "url"=>{"longurl"=>"ejndejnde", "domain"=>"dend "}, "commit"=>"Create Url"}
 (0.4ms)  BEGIN
↳ app/controllers/urls_controller.rb:10
Url Create (0.9ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "ejndejnde"], ["shorturl", "dend 64"], ["domain", "dend "], ["mdsum", 935], ["created_at", "2019-01-18 06:42:03.976928"], ["updated_at", "2019-01-18 06:42:03.976928"]]
↳ app/controllers/urls_controller.rb:10
 (40.0ms)  COMMIT
↳ app/controllers/urls_controller.rb:10

Redirected to localhost:3000/urls/49 Completed 302 Found in 47ms (ActiveRecord: 41.3ms)

Started GET “/urls/49” for 127.0.0.1 at 2019-01-18 12:12:04 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"49"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 49], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:18
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.3ms)

Completed 200 OK in 55ms (Views: 50.8ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 12:12:05 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.1ms)

Completed 200 OK in 52ms (Views: 47.6ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 12:19:02 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (1.7ms)

Completed 200 OK in 24ms (Views: 23.2ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 12:19:08 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"2RDAyGJkoOTGpDlV0uyF+2y+fWTDcjXogO6n41NddBFK194J0UTJHWn2q26JpRcGvGeUUenZBV4dlRfZf9NRNA==", "url"=>{"longurl"=>"vufwqvuq", "domain"=>" qf "}, "commit"=>"Create Url"}
 (0.6ms)  BEGIN
↳ app/controllers/urls_controller.rb:10
Url Create (1.7ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "vufwqvuq"], ["shorturl", " qf 46"], ["domain", " qf "], ["mdsum", 917], ["created_at", "2019-01-18 06:49:08.956172"], ["updated_at", "2019-01-18 06:49:08.956172"]]
↳ app/controllers/urls_controller.rb:10
 (40.3ms)  COMMIT
↳ app/controllers/urls_controller.rb:10

Redirected to localhost:3000/urls/50 Completed 302 Found in 48ms (ActiveRecord: 42.6ms)

Started GET “/urls/50” for 127.0.0.1 at 2019-01-18 12:19:09 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"50"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 50], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:18
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.6ms)

Completed 200 OK in 30ms (Views: 19.5ms | ActiveRecord: 5.9ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 12:19:22 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.3ms)

Completed 200 OK in 59ms (Views: 54.3ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 12:23:39 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (19.7ms)

Completed 200 OK in 44ms (Views: 42.1ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 12:23:49 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.9ms)

Completed 200 OK in 28ms (Views: 26.5ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 12:23:51 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"KsPEoaBCucX2F8JNtIHWcBcp7/pvnaUzM4gSLQr9Jcy5BNpgE2LQPFlFUHbvyESNx/AGz0U2lYWu86IXJnMA6Q==", "url"=>{"shorturl"=>"fff"}, "commit"=>"Create Url"}

Unpermitted parameter: :shorturl Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)

NoMethodError (undefined method `each_char' for nil:NilClass):

app/controllers/urls_controller.rb:8:in `create' Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 12:24:07 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 29ms (Views: 27.3ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 12:24:11 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.1ms)

Completed 200 OK in 40ms (Views: 36.9ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 12:24:13 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"I8zIt2OiJ5FoNizt4S13QnJ+Si7Uw2EV0arEW+iBHMOwC9Z20IJOaMdkvta6ZOW/oqejG/5oUaNM0XRhxA855g==", "url"=>{"shorturl"=>"ddd"}, "commit"=>"Show"}

Unpermitted parameter: :shorturl Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)

NoMethodError (undefined method `each_char' for nil:NilClass):

app/controllers/urls_controller.rb:8:in `create' Started POST “/urls” for 127.0.0.1 at 2019-01-18 12:24:39 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"I8zIt2OiJ5FoNizt4S13QnJ+Si7Uw2EV0arEW+iBHMOwC9Z20IJOaMdkvta6ZOW/oqejG/5oUaNM0XRhxA855g==", "url"=>{"shorturl"=>"ddd"}, "commit"=>"Show"}

Unpermitted parameter: :shorturl Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)

NoMethodError (undefined method `each_char' for nil:NilClass):

app/controllers/urls_controller.rb:8:in `create' Started POST “/urls” for 127.0.0.1 at 2019-01-18 12:24:42 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"I8zIt2OiJ5FoNizt4S13QnJ+Si7Uw2EV0arEW+iBHMOwC9Z20IJOaMdkvta6ZOW/oqejG/5oUaNM0XRhxA855g==", "url"=>{"shorturl"=>"ddd"}, "commit"=>"Show"}

Unpermitted parameter: :shorturl Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)

NoMethodError (undefined method `each_char' for nil:NilClass):

app/controllers/urls_controller.rb:8:in `create' Started POST “/urls” for 127.0.0.1 at 2019-01-18 12:24:45 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"I8zIt2OiJ5FoNizt4S13QnJ+Si7Uw2EV0arEW+iBHMOwC9Z20IJOaMdkvta6ZOW/oqejG/5oUaNM0XRhxA855g==", "url"=>{"shorturl"=>"ddd"}, "commit"=>"Show"}

Unpermitted parameter: :shorturl Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)

NoMethodError (undefined method `each_char' for nil:NilClass):

app/controllers/urls_controller.rb:8:in `create' Started GET “/” for 127.0.0.1 at 2019-01-18 12:27:35 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.8ms)

Completed 200 OK in 34ms (Views: 31.7ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 12:37:20 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.3ms)

Completed 200 OK in 41ms (Views: 23.4ms | ActiveRecord: 6.8ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 12:37:38 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"/OieinH8yUdCm4VAfpvB+3bglW9IoK2lxezwWa+VtzhvL4BLwtygvu3JF3sl0lMGpjl8WmILnRNYl0BjgxuSHQ==", "url"=>{"longurl"=>"www.housing.com/seller", "domain"=>"housing"}, "commit"=>"Create Url"}
 (0.4ms)  BEGIN
↳ app/controllers/urls_controller.rb:10
Url Create (1.3ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.housing.com/seller"], ["shorturl", "housing16"], ["domain", "housing"], ["mdsum", 2227], ["created_at", "2019-01-18 07:07:38.255958"], ["updated_at", "2019-01-18 07:07:38.255958"]]
↳ app/controllers/urls_controller.rb:10
 (40.4ms)  COMMIT
↳ app/controllers/urls_controller.rb:10

Redirected to localhost:3000/urls/51 Completed 302 Found in 49ms (ActiveRecord: 42.1ms)

Started GET “/urls/51” for 127.0.0.1 at 2019-01-18 12:37:38 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"51"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 51], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:18
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.6ms)

Completed 200 OK in 39ms (Views: 35.1ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 12:37:43 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.8ms)

Completed 200 OK in 71ms (Views: 60.7ms | ActiveRecord: 0.0ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 12:37:46 +0530

ActionController::RoutingError (No route matches [POST] “/url/shorten”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 12:37:47 +0530

ActionController::RoutingError (No route matches [POST] “/url/shorten”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 12:37:47 +0530

ActionController::RoutingError (No route matches [POST] “/url/shorten”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 12:37:47 +0530

ActionController::RoutingError (No route matches [POST] “/url/shorten”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 12:37:47 +0530

ActionController::RoutingError (No route matches [POST] “/url/shorten”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 12:37:49 +0530

ActionController::RoutingError (No route matches [POST] “/url/shorten”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 12:37:49 +0530

ActionController::RoutingError (No route matches [POST] “/url/shorten”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 12:39:06 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 37ms (Views: 22.9ms | ActiveRecord: 3.7ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 12:39:13 +0530

ActionController::RoutingError (No route matches [POST] “/url/shorten”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 12:40:43 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 46ms (Views: 30.3ms | ActiveRecord: 3.6ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 12:40:44 +0530 Processing by UrlsController#fetch as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"urWtqkZOt5zbsU+EPAyYU3ETycqYrIJSQWQj1hPcJP8pcrNr9W7eZXTj3b9nRQquocog/7IHsuTcH5PsP1IB2g==", "shorturl"=>"", "commit"=>"show"}
Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", ""], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:21
Rendering urls/fetch.html.erb within layouts/application
Rendered urls/fetch.html.erb within layouts/application (6.9ms)

Completed 500 Internal Server Error in 23ms (ActiveRecord: 1.0ms)

ActionView::Template::Error (undefined method `shorturl' for nil:NilClass):

1: <p>
2:   <strong>shorturl:</strong>
3:   <%= @row.shorturl %>
4: </p>
5: <p>
6:   <strong>LongUrl:</strong>

app/views/urls/fetch.html.erb:3:in `_app_views_urls_fetch_html_erb__496898517641827419_70145117422240' Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 12:40:46 +0530 Processing by UrlsController#fetch as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"urWtqkZOt5zbsU+EPAyYU3ETycqYrIJSQWQj1hPcJP8pcrNr9W7eZXTj3b9nRQquocog/7IHsuTcH5PsP1IB2g==", "shorturl"=>"", "commit"=>"show"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", ""], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:21
Rendering urls/fetch.html.erb within layouts/application
Rendered urls/fetch.html.erb within layouts/application (6.1ms)

Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.4ms)

ActionView::Template::Error (undefined method `shorturl' for nil:NilClass):

1: <p>
2:   <strong>shorturl:</strong>
3:   <%= @row.shorturl %>
4: </p>
5: <p>
6:   <strong>LongUrl:</strong>

app/views/urls/fetch.html.erb:3:in `_app_views_urls_fetch_html_erb__496898517641827419_70145076128160' Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 12:40:48 +0530 Processing by UrlsController#fetch as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"urWtqkZOt5zbsU+EPAyYU3ETycqYrIJSQWQj1hPcJP8pcrNr9W7eZXTj3b9nRQquocog/7IHsuTcH5PsP1IB2g==", "shorturl"=>"housing16", "commit"=>"show"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "housing16"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:21
Rendering urls/fetch.html.erb within layouts/application
Rendered urls/fetch.html.erb within layouts/application (0.9ms)

Completed 200 OK in 33ms (Views: 25.6ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 12:42:25 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 38ms (Views: 23.8ms | ActiveRecord: 3.4ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 12:42:28 +0530 Processing by UrlsController#fetch as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"HF2caBvYm+FKAsPmr/EuRCwJI1xXDQunVLPpdqlbxIWPmoKpqPjyGOVQUd30uLy5/NDKaX2mOxHJyFlMhdXhoA==", "shorturl"=>"housing16", "commit"=>"show"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "housing16"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:21

Redirected to localhost:3000/url/shorten Completed 200 OK in 3ms (ActiveRecord: 0.5ms)

Started GET “/url/shorten” for 127.0.0.1 at 2019-01-18 12:42:28 +0530

ActionController::RoutingError (No route matches [GET] “/url/shorten”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/url/shorten” for 127.0.0.1 at 2019-01-18 12:46:48 +0530

ActionController::RoutingError (uninitialized constant UrlController):

bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `block in load_missing_constant' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:8:in `without_bootsnap_cache' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `rescue in load_missing_constant' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:56:in `load_missing_constant' activesupport (5.2.2) lib/active_support/inflector/methods.rb:283:in `const_get' activesupport (5.2.2) lib/active_support/inflector/methods.rb:283:in `block in constantize' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.2) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.2) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-18 12:46:53 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.0ms)

Completed 200 OK in 58ms (Views: 32.9ms | ActiveRecord: 7.2ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 12:46:58 +0530 Processing by UrlsController#fetch as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mw9t7U515+4ZMCVbz723eVr1I4QDs+U++Z8EraNMUgKgyHMs/VWOF7Zit2CU9CWEiizKsSkY1Yhk5LSXj8J3Jw==", "shorturl"=>"housing16", "commit"=>"show"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "housing16"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:21

Redirected to localhost:3000/url/shorten Completed 200 OK in 4ms (ActiveRecord: 0.5ms)

Started GET “/url/shorten” for 127.0.0.1 at 2019-01-18 12:46:58 +0530

ActionController::RoutingError (uninitialized constant UrlController):

bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `block in load_missing_constant' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:8:in `without_bootsnap_cache' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `rescue in load_missing_constant' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:56:in `load_missing_constant' activesupport (5.2.2) lib/active_support/inflector/methods.rb:283:in `const_get' activesupport (5.2.2) lib/active_support/inflector/methods.rb:283:in `block in constantize' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.2) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.2) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-18 12:49:32 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.9ms)

Completed 200 OK in 62ms (Views: 27.4ms | ActiveRecord: 8.8ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 12:49:39 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"zKFg1E2r6lGwRdI/SytJ8NkAVbioWog61mqj6oCDbrxfZn4V/ouDqB8XQAQQYtsNCdm8jYLxuIxLERPQrA1LmQ==", "url"=>{"longurl"=>"ddd", "domain"=>"ddddddw"}, "commit"=>"Create Url"}
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:10
Url Create (0.7ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "ddd"], ["shorturl", "ddddddw32"], ["domain", "ddddddw"], ["mdsum", 300], ["created_at", "2019-01-18 07:19:39.247471"], ["updated_at", "2019-01-18 07:19:39.247471"]]
↳ app/controllers/urls_controller.rb:10
 (40.6ms)  COMMIT
↳ app/controllers/urls_controller.rb:10

Redirected to localhost:3000/urls/52 Completed 302 Found in 47ms (ActiveRecord: 41.6ms)

Started GET “/urls/52” for 127.0.0.1 at 2019-01-18 12:49:39 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"52"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 52], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:18
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 61ms (Views: 58.0ms | ActiveRecord: 0.4ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 12:49:54 +0530

ActionController::RoutingError (No route matches [POST] “/url/shorten”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 12:49:55 +0530

ActionController::RoutingError (No route matches [POST] “/url/shorten”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 12:49:56 +0530

ActionController::RoutingError (No route matches [POST] “/url/shorten”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 12:49:56 +0530

ActionController::RoutingError (No route matches [POST] “/url/shorten”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 12:55:51 +0530

ActionController::RoutingError (No route matches [POST] “/url/shorten”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-18 13:12:06 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 44ms (Views: 23.7ms | ActiveRecord: 8.0ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 13:12:12 +0530

ActionController::RoutingError (No route matches [POST] “/url/shorten”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 13:12:34 +0530

ActionController::RoutingError (No route matches [POST] “/url/shorten”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/urls/46” for 127.0.0.1 at 2019-01-18 13:13:15 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"46"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 46], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:18
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 37ms (Views: 22.0ms | ActiveRecord: 4.1ms)

Started GET “/urls/46” for 127.0.0.1 at 2019-01-18 13:13:16 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"46"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 46], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:18
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 32ms (Views: 27.5ms | ActiveRecord: 0.8ms)

Started GET “/urls/46” for 127.0.0.1 at 2019-01-18 13:13:17 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"46"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 46], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:18
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 58ms (Views: 54.7ms | ActiveRecord: 0.5ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 13:13:20 +0530

ActionController::RoutingError (uninitialized constant UrlController):

bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `block in load_missing_constant' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:8:in `without_bootsnap_cache' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `rescue in load_missing_constant' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:56:in `load_missing_constant' activesupport (5.2.2) lib/active_support/inflector/methods.rb:283:in `const_get' activesupport (5.2.2) lib/active_support/inflector/methods.rb:283:in `block in constantize' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.2) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.2) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:38:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 13:13:21 +0530

ActionController::RoutingError (uninitialized constant UrlController):

bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `block in load_missing_constant' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:8:in `without_bootsnap_cache' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `rescue in load_missing_constant' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:56:in `load_missing_constant' activesupport (5.2.2) lib/active_support/inflector/methods.rb:283:in `const_get' activesupport (5.2.2) lib/active_support/inflector/methods.rb:283:in `block in constantize' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.2) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.2) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:38:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 13:13:21 +0530

ActionController::RoutingError (uninitialized constant UrlController):

bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `block in load_missing_constant' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:8:in `without_bootsnap_cache' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `rescue in load_missing_constant' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:56:in `load_missing_constant' activesupport (5.2.2) lib/active_support/inflector/methods.rb:283:in `const_get' activesupport (5.2.2) lib/active_support/inflector/methods.rb:283:in `block in constantize' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.2) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.2) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:38:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 13:13:21 +0530

ActionController::RoutingError (uninitialized constant UrlController):

bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `block in load_missing_constant' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:8:in `without_bootsnap_cache' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `rescue in load_missing_constant' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:56:in `load_missing_constant' activesupport (5.2.2) lib/active_support/inflector/methods.rb:283:in `const_get' activesupport (5.2.2) lib/active_support/inflector/methods.rb:283:in `block in constantize' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.2) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.2) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:38:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-18 13:13:52 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.6ms)

Completed 200 OK in 27ms (Views: 24.8ms | ActiveRecord: 0.0ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 13:13:56 +0530

ActionController::RoutingError (uninitialized constant UrlController):

bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `block in load_missing_constant' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:8:in `without_bootsnap_cache' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `rescue in load_missing_constant' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:56:in `load_missing_constant' activesupport (5.2.2) lib/active_support/inflector/methods.rb:283:in `const_get' activesupport (5.2.2) lib/active_support/inflector/methods.rb:283:in `block in constantize' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.2) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.2) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:38:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-18 13:15:53 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.9ms)

Completed 200 OK in 48ms (Views: 28.5ms | ActiveRecord: 4.1ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 13:15:57 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"KJ9XyI2AsgUJafqukipUE4msHmx8N7L7uED8C6kCpvS7WEkJPqDb/KY7aJXJY8buWXX3WVacgk0lO0wxhYyD0Q==", "shorturl"=>"housing16", "commit"=>"fetch"}
Rendering urls/show_long_url.html.erb within layouts/application
Rendered urls/show_long_url.html.erb within layouts/application (11.2ms)

Completed 500 Internal Server Error in 30ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `shorturl' for nil:NilClass):

1: <p>
2:   <strong>shorturl:</strong>
3:   <%= @row.shorturl %>
4: </p>
5: <p>
6:   <strong>LongUrl:</strong>

app/views/urls/show_long_url.html.erb:3:in `_app_views_urls_show_long_url_html_erb__64018848677323320_70145106614840' Started GET “/” for 127.0.0.1 at 2019-01-18 13:19:30 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.9ms)

Completed 200 OK in 64ms (Views: 34.0ms | ActiveRecord: 9.3ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 13:19:34 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"LRs7SXhLduYY0hL9/tA5QZ3lZSHtVEiXlubdwRknj/C+3CWIy2sfH7eAgMalmau8TTyMFMf/eCELnW37Namq1Q==", "shorturl"=>"housing16", "commit"=>"fetch"}
Url Load (1.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "housing16"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:27
Rendering urls/show_long_url.html.erb within layouts/application
Rendered urls/show_long_url.html.erb within layouts/application (1.0ms)

Completed 200 OK in 52ms (Views: 40.1ms | ActiveRecord: 1.9ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 13:19:36 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"LRs7SXhLduYY0hL9/tA5QZ3lZSHtVEiXlubdwRknj/C+3CWIy2sfH7eAgMalmau8TTyMFMf/eCELnW37Namq1Q==", "shorturl"=>"housing16", "commit"=>"fetch"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "housing16"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:27
Rendering urls/show_long_url.html.erb within layouts/application
Rendered urls/show_long_url.html.erb within layouts/application (1.3ms)

Completed 200 OK in 37ms (Views: 28.8ms | ActiveRecord: 0.5ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 13:19:51 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"LRs7SXhLduYY0hL9/tA5QZ3lZSHtVEiXlubdwRknj/C+3CWIy2sfH7eAgMalmau8TTyMFMf/eCELnW37Namq1Q==", "shorturl"=>"housing16", "commit"=>"fetch"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "housing16"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:27

Completed 500 Internal Server Error in 160ms (ActiveRecord: 4.3ms)

NoMethodError (undefined method `edirect_to' for #<UrlsController:0x00007f97d824cee0> Did you mean? redirect_to):

app/controllers/urls_controller.rb:28:in `show_long_url' Started GET “/” for 127.0.0.1 at 2019-01-18 13:20:08 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.3ms)

Completed 200 OK in 41ms (Views: 24.6ms | ActiveRecord: 5.3ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 13:20:53 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"+08XtK80q4X6cR4GCTnCc2AUOZa2issLpjakqMOVu95oiAl1HBTCfFUjjD1ScFCOsM3Qo5wh+707TRSS7xue+w==", "shorturl"=>"ddddddw32", "commit"=>"fetch"}
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "ddddddw32"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:27
Rendering urls/show_long_url.html.erb within layouts/application
Rendered urls/show_long_url.html.erb within layouts/application (1.2ms)

Completed 200 OK in 47ms (Views: 36.9ms | ActiveRecord: 0.9ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 13:21:38 +0530

 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (24.5ms)

Completed 200 OK in 357ms (Views: 328.6ms | ActiveRecord: 7.2ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 13:21:52 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"jeKqN8trfEFSjXC7xwSNGrLixauaht8BY47uVJ51m8keJbT2eEsVuP3f4oCcTR/nYjssnrAt77f+9V5usvu+7A==", "shorturl"=>"ddddddw32", "commit"=>"fetch"}
Url Load (2.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "ddddddw32"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:27
Rendering urls/show_long_url.html.erb within layouts/application
Rendered urls/show_long_url.html.erb within layouts/application (0.9ms)

Completed 200 OK in 97ms (Views: 82.1ms | ActiveRecord: 2.3ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 13:23:19 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.4ms)

Completed 200 OK in 58ms (Views: 27.2ms | ActiveRecord: 17.0ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 13:23:24 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"cIc2GbrzGfswaIWNYs8yvwp2Dccr2hjArXOoDaHaHnPjQCjYCdNwAp86F7Y5hqBC2q/k8gFxKHYwCBg3jVQ7Vg==", "shorturl"=>"ddddddw32", "commit"=>"fetch"}
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "ddddddw32"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:27
Rendering urls/show_long_url.html.erb within layouts/application
Rendered urls/show_long_url.html.erb within layouts/application (1.1ms)

Completed 200 OK in 47ms (Views: 36.9ms | ActiveRecord: 0.9ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 13:26:04 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.3ms)

Completed 200 OK in 72ms (Views: 36.0ms | ActiveRecord: 3.9ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 13:26:08 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"fdW2vbTuYyb37+gWQIBBpJglBNPhspOiiqQ4zHcO9OXuEqh8B84K31i9ei0bydNZSPzt5ssZoxQX34j2W4DRwA==", "shorturl"=>"housing16", "commit"=>"fetch"}
Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "housing16"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:22
Rendering urls/show_long_url.html.erb within layouts/application
Rendered urls/show_long_url.html.erb within layouts/application (1.0ms)

Completed 200 OK in 54ms (Views: 44.5ms | ActiveRecord: 1.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 13:27:06 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 69ms (Views: 45.0ms | ActiveRecord: 5.8ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 13:27:07 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (8.0ms)

Completed 200 OK in 84ms (Views: 81.8ms | ActiveRecord: 0.0ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 13:27:10 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"S6hDKang/PizVUlsUFPVGUqFS4k5TGnFYM/0sDBrBwHYb13oGsCVARwH21cLGkfkmlyivBPnWXP9tESKHOUiJA==", "shorturl"=>"ddddddw32", "commit"=>"fetch"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "ddddddw32"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:22
Rendering urls/show_long_url.html.erb within layouts/application
Rendered urls/show_long_url.html.erb within layouts/application (0.9ms)

Completed 200 OK in 41ms (Views: 31.1ms | ActiveRecord: 0.7ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 13:27:42 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"S6hDKang/PizVUlsUFPVGUqFS4k5TGnFYM/0sDBrBwHYb13oGsCVARwH21cLGkfkmlyivBPnWXP9tESKHOUiJA==", "url"=>{"longurl"=>"rrrr", "domain"=>"weee"}, "commit"=>"Create Url"}
 (2.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:10
Url Create (2.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "rrrr"], ["shorturl", "weee54"], ["domain", "weee"], ["mdsum", 456], ["created_at", "2019-01-18 07:57:42.375981"], ["updated_at", "2019-01-18 07:57:42.375981"]]
↳ app/controllers/urls_controller.rb:10
 (401.1ms)  COMMIT
↳ app/controllers/urls_controller.rb:10

Redirected to localhost:3000/urls/53 Completed 302 Found in 413ms (ActiveRecord: 405.9ms)

Started GET “/urls/53” for 127.0.0.1 at 2019-01-18 13:27:42 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"53"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 53], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:18
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 37ms (Views: 32.6ms | ActiveRecord: 0.4ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 13:28:44 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 57ms (Views: 39.7ms | ActiveRecord: 3.7ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 13:28:48 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"fA0DG8Vuyr3TbNYOP8udtZY0fHF6kwi7hvndnkXRpqvvyh3adk6jRHw+RDVkgg9IRu2VRFA4OA0bgm2kaV+Djg==", "shorturl"=>"ddddddw32", "commit"=>"fetch"}
Url Load (1.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "ddddddw32"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:22

Redirected to localhost:3000show_long_url Completed 200 OK in 5ms (ActiveRecord: 1.1ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 13:29:13 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"fA0DG8Vuyr3TbNYOP8udtZY0fHF6kwi7hvndnkXRpqvvyh3adk6jRHw+RDVkgg9IRu2VRFA4OA0bgm2kaV+Djg==", "shorturl"=>"ddddddw32", "commit"=>"fetch"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "ddddddw32"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:22

Redirected to localhost:3000show_long_url Completed 200 OK in 3ms (ActiveRecord: 0.5ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 13:30:22 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.6ms)

Completed 200 OK in 29ms (Views: 27.1ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 13:30:24 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.5ms)

Completed 200 OK in 48ms (Views: 46.3ms | ActiveRecord: 0.0ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 13:30:27 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"2Anil9MlCrCftspSK0Xx2gs1Z8v16J/p+EbK5BJaHatLzvxWYAVjSTDkWGlwDGMn2+yO/t9Dr19lPXrePtQ4jg==", "shorturl"=>"ddddddw32", "commit"=>"fetch"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "ddddddw32"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:25

Redirected to localhost:3000show_long_url Completed 200 OK in 4ms (ActiveRecord: 0.6ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 13:31:09 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.3ms)

Completed 200 OK in 26ms (Views: 24.8ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 13:31:10 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.8ms)

Completed 200 OK in 46ms (Views: 43.3ms | ActiveRecord: 0.0ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 13:31:13 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Y/DItnyJdjwHus8q/A3QBsiJEIpytSgz8m4XCr8BgjXwN9Z3z6kfxajoXRGnREL7GFD5v1geGIVvFacwk4+nEA==", "shorturl"=>"ddddddw32", "commit"=>"fetch"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "ddddddw32"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:26
Rendering urls/show_long_url.html.erb within layouts/application
Rendered urls/show_long_url.html.erb within layouts/application (0.8ms)

Completed 200 OK in 40ms (Views: 29.3ms | ActiveRecord: 0.7ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 13:31:38 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Y/DItnyJdjwHus8q/A3QBsiJEIpytSgz8m4XCr8BgjXwN9Z3z6kfxajoXRGnREL7GFD5v1geGIVvFacwk4+nEA==", "shorturl"=>"ddddddw32", "commit"=>"fetch"}
Url Load (1.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "ddddddw32"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:26
Rendering urls/show_long_url.html.erb within layouts/application
Rendered urls/show_long_url.html.erb within layouts/application (1.6ms)

Completed 200 OK in 56ms (Views: 44.9ms | ActiveRecord: 1.5ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 13:40:37 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 60ms (Views: 31.4ms | ActiveRecord: 13.8ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 13:41:08 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.5ms)

Completed 200 OK in 66ms (Views: 24.1ms | ActiveRecord: 5.4ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 13:41:10 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Af1V4woBu5JeTQCVQnbvEtaei9eNabMi6kutHoF7OvqSOksiuSHSa/Efkq4ZP33vBkdi4qfCg5R3MB0krfUf3w==", "shorturl"=>"ddddddw32", "commit"=>"fetch"}
Url Load (1.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "ddddddw32"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:25

Redirected to localhost:3000show_long_url.html.erb Completed 200 OK in 5ms (ActiveRecord: 1.2ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 13:43:46 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.1ms)

Completed 200 OK in 44ms (Views: 24.7ms | ActiveRecord: 7.6ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 13:43:49 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"M8/tDYdVYrBR65/lyZSxPQr2naLVzEzZDQV1Kf/f7LqgCPPMNHULSf65Dd6S3SPA2i90l/9nfG+QfsUT01HJnw==", "shorturl"=>"ddddddw32", "commit"=>"fetch"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "ddddddw32"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:25

Redirected to localhost:3000/app/views/urls/show_long_url.html.erb Completed 200 OK in 3ms (ActiveRecord: 0.5ms)

Started GET “/app/views/urls/show_long_url.html.erb” for 127.0.0.1 at 2019-01-18 13:43:49 +0530

ActionController::RoutingError (No route matches [GET] “/app/views/urls/show_long_url.html.erb”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/app/views/urls/show_long_url.html.erb” for 127.0.0.1 at 2019-01-18 13:44:25 +0530

ActionController::RoutingError (No route matches [GET] “/app/views/urls/show_long_url.html.erb”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 13:44:30 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"M8/tDYdVYrBR65/lyZSxPQr2naLVzEzZDQV1Kf/f7LqgCPPMNHULSf65Dd6S3SPA2i90l/9nfG+QfsUT01HJnw==", "shorturl"=>"ddddddw32", "commit"=>"fetch"}
Url Load (1.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "ddddddw32"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:25

Redirected to localhost:3000/url/shorten Completed 200 OK in 22ms (ActiveRecord: 8.3ms)

Started GET “/url/shorten” for 127.0.0.1 at 2019-01-18 13:44:30 +0530

ActionController::RoutingError (No route matches [GET] “/url/shorten”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/url/index” for 127.0.0.1 at 2019-01-18 13:45:12 +0530

ActionController::RoutingError (No route matches [GET] “/url/index”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-18 13:45:18 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (37.7ms)

Completed 200 OK in 100ms (Views: 69.6ms | ActiveRecord: 11.1ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 13:45:21 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"SfHg+IRhSqIvFXIH5zdDUKCXio52MKNgckbShWZutnbaNv45N0EjW4BH4Dy8ftGtcE5ju1ybk9bvPWK/SuCTUw==", "shorturl"=>"ddddddw32", "commit"=>"fetch"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "ddddddw32"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:25

Redirected to localhost:3000/url/shorten Completed 200 OK in 3ms (ActiveRecord: 0.7ms)

Started GET “/url/shorten” for 127.0.0.1 at 2019-01-18 13:45:21 +0530

ActionController::RoutingError (No route matches [GET] “/url/shorten”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/url/shorten” for 127.0.0.1 at 2019-01-18 14:16:09 +0530

ActionController::RoutingError (No route matches [GET] “/url/shorten”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-18 14:16:11 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.0ms)

Completed 200 OK in 81ms (Views: 34.2ms | ActiveRecord: 29.9ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 14:16:16 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"04jI++o+LxubnvqCSBX40E4lEWYq7EnIzDsqdb4kLp5AT9Y6WR5G4jTMaLkTXGotnvz4UwBHeX5RQJpPkqoLuw==", "shorturl"=>"ddddddw32", "commit"=>"fetch"}
Url Load (1.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "ddddddw32"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:21

Redirected to localhost:3000new Completed 200 OK in 6ms (ActiveRecord: 1.7ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 14:16:58 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 46ms (Views: 29.1ms | ActiveRecord: 4.8ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 14:17:02 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"r5qWm4cP3Rs17w/Dv62PXFw3ZQdftUQOYDcq7788J708XYhaNC+04pq9nfjk5B2hjO6MMnUedLj9TJrVk7ICmA==", "shorturl"=>"ddddddw32", "commit"=>"fetch"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "ddddddw32"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:21

Redirected to localhost:3000/urls/52 Completed 200 OK in 4ms (ActiveRecord: 0.7ms)

Started GET “/urls/52” for 127.0.0.1 at 2019-01-18 14:17:02 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"52"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 52], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:18
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 45ms (Views: 40.0ms | ActiveRecord: 0.5ms)

Started GET “/urls/52” for 127.0.0.1 at 2019-01-18 14:18:04 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"52"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 52], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:18
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 52ms (Views: 33.4ms | ActiveRecord: 4.4ms)

Started GET “/urls/52” for 127.0.0.1 at 2019-01-18 14:18:07 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"52"}
Url Load (1.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 52], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:18
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.3ms)

Completed 200 OK in 83ms (Views: 79.3ms | ActiveRecord: 1.3ms)

Started GET “/url/shorten” for 127.0.0.1 at 2019-01-18 14:18:08 +0530 Processing by UrlsController#show_long_url as HTML

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:21

Redirected to localhost:3000/urls/1 Completed 302 Found in 4ms (ActiveRecord: 0.6ms)

Started GET “/urls/1” for 127.0.0.1 at 2019-01-18 14:18:08 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"1"}
Url Load (1.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:18
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.4ms)

Completed 200 OK in 45ms (Views: 40.7ms | ActiveRecord: 1.2ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 14:18:14 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.0ms)

Completed 200 OK in 47ms (Views: 44.5ms | ActiveRecord: 0.0ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 14:18:17 +0530

ActionController::RoutingError (No route matches [POST] “/url/shorten”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-18 14:18:49 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.7ms)

Completed 200 OK in 38ms (Views: 22.4ms | ActiveRecord: 3.6ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 14:18:52 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"pVu87MKzzavOtxEZI4lDecIuRrUnsz8nmqdve3LJio82nKItcZOkUmHlgyJ4wNGEEvevgA0YD5EH3N9BXkevqg==", "shorturl"=>"ddddddw32", "commit"=>"Save "}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "ddddddw32"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:21

Redirected to localhost:3000/urls/52 Completed 200 OK in 4ms (ActiveRecord: 0.6ms)

Started GET “/urls/52” for 127.0.0.1 at 2019-01-18 14:18:52 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"52"}
Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 52], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:18
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 54ms (Views: 47.8ms | ActiveRecord: 1.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 14:21:56 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (7.5ms)

Completed 200 OK in 53ms (Views: 51.2ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 14:22:02 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"bKEQHC/bftCmORYHYWFNM1ZSSHmcvWoLg7VMwIbYlEX/Zg7dnPsXKQlrhDw6KN/OhouhTLYWWr0ezvz6qlaxYA==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}
 (8.8ms)  BEGIN
↳ app/controllers/urls_controller.rb:10
Url Create (0.8ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.facebook.com"], ["shorturl", "facebook53"], ["domain", "facebook"], ["mdsum", 1594], ["created_at", "2019-01-18 08:52:02.358901"], ["updated_at", "2019-01-18 08:52:02.358901"]]
↳ app/controllers/urls_controller.rb:10
 (41.3ms)  COMMIT
↳ app/controllers/urls_controller.rb:10

Redirected to localhost:3000/urls/54 Completed 302 Found in 56ms (ActiveRecord: 50.9ms)

Started GET “/urls/54” for 127.0.0.1 at 2019-01-18 14:22:02 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"54"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 54], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:18
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 36ms (Views: 33.7ms | ActiveRecord: 0.5ms)

Started GET “/urls/54” for 127.0.0.1 at 2019-01-18 14:25:49 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"54"}
Url Load (0.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 54], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:21
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.4ms)

Completed 200 OK in 48ms (Views: 28.5ms | ActiveRecord: 7.1ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 14:25:53 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.6ms)

Completed 200 OK in 77ms (Views: 75.6ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 14:25:58 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"cBC6DKL9luPkDcOtZdc0Tbocro1VaZS2Cm2tz6asnQDj16TNEd3/GktfUZY+nqawasVHuH/CpACXFh31iiK4JQ==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}

Completed 404 Not Found in 2ms (ActiveRecord: 0.0ms)

ActiveRecord::RecordNotFound (Couldn't find Url without an ID):

app/controllers/urls_controller.rb:7:in `create' Started GET “/” for 127.0.0.1 at 2019-01-18 14:34:19 +0530 Processing by UrlsController#new as HTML Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)

ArgumentError (Unknown key: :presence. Valid keys are: :on, :if, :unless, :prepend. Perhaps you meant to call `validates` instead of `validate`?):

app/models/url.rb:2:in `<class:Url>' app/models/url.rb:1:in `<main>' app/controllers/urls_controller.rb:3:in `new' Started GET “/” for 127.0.0.1 at 2019-01-18 14:34:44 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.7ms)

Completed 200 OK in 91ms (Views: 27.9ms | ActiveRecord: 10.8ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 14:34:48 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"10pj7BC9ze5adjLmE/ttyjjnQaY6fk3jLOBhNtcgPOBEjX0to52kF/UkoN1Isv836D6okxDVfVWxm9EM+64ZxQ==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}
Url Load (4.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7

No template found for UrlsController#create, rendering head :no_content Completed 204 No Content in 49ms (ActiveRecord: 4.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 14:35:46 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.1ms)

Completed 200 OK in 43ms (Views: 27.0ms | ActiveRecord: 4.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 14:35:47 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.6ms)

Completed 200 OK in 31ms (Views: 29.5ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 14:35:50 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"SrtgoxfaGAPXMBNwAINH4PDT58HzcAslJaPCHMOkDMDZfH5ipPpx+nhigUtbytUdIAoO9NnbO5O42HIm7yop5Q==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}
 (0.5ms)  BEGIN
↳ app/controllers/urls_controller.rb:10
Url Exists (3.7ms)  SELECT  1 AS one FROM "urls" WHERE "urls"."longurl" = $1 LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:10
 (0.3ms)  ROLLBACK
↳ app/controllers/urls_controller.rb:10
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.7ms)

Completed 200 OK in 44ms (Views: 32.2ms | ActiveRecord: 4.5ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 14:35:55 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"CH4i96OZInVd3T40lVZew38otLs6uta7WjA2LfapM1ObuTw2ELlLjPKPrA/OH8w+r/FdjhAR5g3HS4YX2icWdg==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:10
Url Exists (7.0ms)  SELECT  1 AS one FROM "urls" WHERE "urls"."longurl" = $1 LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:10
 (0.2ms)  ROLLBACK
↳ app/controllers/urls_controller.rb:10
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.8ms)

Completed 200 OK in 44ms (Views: 33.3ms | ActiveRecord: 7.4ms)

Started GET “/urls” for 127.0.0.1 at 2019-01-18 14:40:02 +0530

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:8: syntax error, unexpected ':', expecting end

render json : {status: 'already_exist'}
            ^):

app/controllers/urls_controller.rb:8: syntax error, unexpected ':', expecting end Started GET “/urls” for 127.0.0.1 at 2019-01-18 14:41:23 +0530

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:8: syntax error, unexpected ':', expecting end

render json : {'msg' : 'already_exist'}
            ^

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:8: syntax error, unexpected ':', expecting =>

render json : {'msg' : 'already_exist'}
                     ^

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:8: syntax error, unexpected '}', expecting end …son : {'msg' : 'already_exist'} … ^):

app/controllers/urls_controller.rb:8: syntax error, unexpected ':', expecting end app/controllers/urls_controller.rb:8: syntax error, unexpected ':', expecting => app/controllers/urls_controller.rb:8: syntax error, unexpected '}', expecting end Started GET “/urls” for 127.0.0.1 at 2019-01-18 14:42:15 +0530

AbstractController::ActionNotFound (The action 'index' could not be found for UrlsController):

actionpack (5.2.2) lib/abstract_controller/base.rb:129:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-18 14:42:22 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 55ms (Views: 27.3ms | ActiveRecord: 8.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 14:42:26 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"QNNC2SDFV3COmiVDMh3WKs0aXV8CyHXomzJ/R+OkqxDTFFwYk+U+iSHIt3hpVETXHcO0aihjRV4GSc99zyqONQ==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7

Redirected to Completed 500 Internal Server Error in 4ms (Views: 0.2ms | ActiveRecord: 0.6ms)

AbstractController::DoubleRenderError (Render and/or redirect were called multiple times in this action. Please note that you may only call render OR redirect, and at most once per action. Also note that neither redirect nor render terminate execution of the action, so if you want to exit an action after redirecting, you need to do something like “redirect_to(…) and return”.):

app/controllers/urls_controller.rb:9:in `create' Started POST “/urls” for 127.0.0.1 at 2019-01-18 14:42:43 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"QNNC2SDFV3COmiVDMh3WKs0aXV8CyHXomzJ/R+OkqxDTFFwYk+U+iSHIt3hpVETXHcO0aihjRV4GSc99zyqONQ==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7

Redirected to localhost:3000/urls Completed 302 Found in 17ms (ActiveRecord: 5.2ms)

Started GET “/urls” for 127.0.0.1 at 2019-01-18 14:42:43 +0530

AbstractController::ActionNotFound (The action 'index' could not be found for UrlsController):

actionpack (5.2.2) lib/abstract_controller/base.rb:129:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-18 14:42:47 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.3ms)

Completed 200 OK in 40ms (Views: 37.1ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 14:42:50 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"wcM5IlDdqFu5BD97FANCjmR+DcsYY8gT40VwpOLy0TBSBCfj4/3BohZWrUBPStBztKfk/jLI+KV+PsCeznz0FQ==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7

Redirected to localhost:3000/urls Completed 302 Found in 4ms (ActiveRecord: 0.6ms)

Started GET “/urls” for 127.0.0.1 at 2019-01-18 14:42:50 +0530

AbstractController::ActionNotFound (The action 'index' could not be found for UrlsController):

actionpack (5.2.2) lib/abstract_controller/base.rb:129:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/urls” for 127.0.0.1 at 2019-01-18 14:43:48 +0530

AbstractController::ActionNotFound (The action 'index' could not be found for UrlsController):

actionpack (5.2.2) lib/abstract_controller/base.rb:129:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-18 14:43:52 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.4ms)

Completed 200 OK in 54ms (Views: 29.7ms | ActiveRecord: 6.8ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 14:43:58 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"jz40Wt8QoTY85G/Yg4vRPcOtpmmvBPGt6Fdq/peWK+Ac+SqbbDDIz5O2/ePYwkPAE3RPXIWvwRt1LNrEuxgOxQ==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}
Url Load (1.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7

Completed 200 OK in 6ms (Views: 0.3ms | ActiveRecord: 1.3ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 14:44:13 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"jz40Wt8QoTY85G/Yg4vRPcOtpmmvBPGt6Fdq/peWK+Ac+SqbbDDIz5O2/ePYwkPAE3RPXIWvwRt1LNrEuxgOxQ==", "url"=>{"longurl"=>"www.facebook.om", "domain"=>"facebook"}, "commit"=>"Create Url"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7

Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.7ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 14:44:21 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"jz40Wt8QoTY85G/Yg4vRPcOtpmmvBPGt6Fdq/peWK+Ac+SqbbDDIz5O2/ePYwkPAE3RPXIWvwRt1LNrEuxgOxQ==", "url"=>{"longurl"=>"www.faceok.om", "domain"=>"facebook"}, "commit"=>"Create Url"}
Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7

Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 1.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 14:44:48 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.9ms)

Completed 200 OK in 43ms (Views: 27.5ms | ActiveRecord: 5.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 14:44:57 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"c4Gw8tmcNIzq+pjE55iN/5oapaRLRja46nHRKBPaeFXgRq4zarxddUWoCv+80R8CSsNMkWHtBg53CmESP1RdcA==", "url"=>{"longurl"=>"www.fabook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:6

Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.6ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 14:45:53 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"c4Gw8tmcNIzq+pjE55iN/5oapaRLRja46nHRKBPaeFXgRq4zarxddUWoCv+80R8CSsNMkWHtBg53CmESP1RdcA==", "url"=>{"longurl"=>"gefuygweubvfweubiwfe", "domain"=>"facebookbvfwuwby"}, "commit"=>"Create Url"}
Url Load (1.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:6

Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 1.8ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 14:46:11 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 37ms (Views: 22.3ms | ActiveRecord: 4.4ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 14:46:17 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"mMrdsloMcaDlJJBW7IYehb4iLVOtwl2+ytBZKKm4U2QLDcNz6SwYWUp2Am23z4x4bvvEZodpbQhXq+kShTZ2QQ==", "url"=>{"longurl"=>"fewhjbaef", "domain"=>"hfbawkbkefb"}, "commit"=>"Create Url"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:6
 (0.5ms)  BEGIN
↳ app/controllers/urls_controller.rb:14
Url Exists (0.6ms)  SELECT  1 AS one FROM "urls" WHERE "urls"."longurl" = $1 LIMIT $2  [["longurl", "fewhjbaef"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:14
Url Create (1.8ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "fewhjbaef"], ["shorturl", "hfbawkbkefb59"], ["domain", "hfbawkbkefb"], ["mdsum", 930], ["created_at", "2019-01-18 09:16:17.206575"], ["updated_at", "2019-01-18 09:16:17.206575"]]
↳ app/controllers/urls_controller.rb:14
 (370.7ms)  COMMIT
↳ app/controllers/urls_controller.rb:14

Redirected to localhost:3000/urls/55 Completed 302 Found in 383ms (ActiveRecord: 374.2ms)

Started GET “/urls/55” for 127.0.0.1 at 2019-01-18 14:46:17 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"55"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 55], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:22
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 24ms (Views: 20.3ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 14:46:29 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.9ms)

Completed 200 OK in 46ms (Views: 41.5ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 14:46:56 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"KMLf/Z9mo3BaRUdKX/Gc5gZYGlO3t3Vffhe7RI+2GU0ouen+59Ov1IS+upJ7epK0Hsqkg42mVELFGt2PzoIYUQ==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:6
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:14
Url Exists (0.3ms)  SELECT  1 AS one FROM "urls" WHERE "urls"."longurl" = $1 LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:14
 (0.2ms)  ROLLBACK
↳ app/controllers/urls_controller.rb:14
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.3ms)

Completed 200 OK in 57ms (Views: 26.6ms | ActiveRecord: 7.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 14:47:19 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.3ms)

Completed 200 OK in 38ms (Views: 22.4ms | ActiveRecord: 3.2ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 14:47:23 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"dQ75HTM/40CYRYYGRTBRxvlYTBpWkVI1bcObsDdYe1jmyefcgB+KuTcXFD0eecM7KYGlL3w6YoPwuCuKG9ZefQ==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:6
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:14
Url Exists (0.3ms)  SELECT  1 AS one FROM "urls" WHERE "urls"."longurl" = $1 LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:14
 (0.3ms)  ROLLBACK
↳ app/controllers/urls_controller.rb:14
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.0ms)

Completed 200 OK in 41ms (Views: 33.5ms | ActiveRecord: 1.6ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 14:47:39 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (6.3ms)

Completed 200 OK in 44ms (Views: 41.5ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 14:47:50 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"kb/KkSEp/yMHUa1aVG3p7yJYATJDaKzkVmn6q8Z7f90CeNRQkgmW2qgDP2EPJHsS8oHoB2nDnFLLEkqR6vVa+A==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}
Url Load (1.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:6
 (0.6ms)  BEGIN
↳ app/controllers/urls_controller.rb:14
Url Exists (0.6ms)  SELECT  1 AS one FROM "urls" WHERE "urls"."longurl" = $1 LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:14
 (0.2ms)  ROLLBACK
↳ app/controllers/urls_controller.rb:14
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.5ms)

Completed 200 OK in 42ms (Views: 30.1ms | ActiveRecord: 2.5ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 14:48:18 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.7ms)

Completed 200 OK in 39ms (Views: 24.9ms | ActiveRecord: 4.3ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 14:48:30 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"xA/1NTQRw959HZ+HV4SQ0U6FZcETJgR+3QFfeg+hNcJXyOv0hzGqJ9JPDbwMzQIsnlyM9DmNNMhAeu9AIy8Q5w==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:6
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:14
Url Exists (2.5ms)  SELECT  1 AS one FROM "urls" WHERE "urls"."longurl" = $1 LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:14
 (0.4ms)  ROLLBACK
↳ app/controllers/urls_controller.rb:14
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.8ms)

Completed 200 OK in 40ms (Views: 29.8ms | ActiveRecord: 3.6ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 14:48:48 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 43ms (Views: 24.6ms | ActiveRecord: 5.2ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 14:48:51 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"97QF0cokJ/sdXgX0o+cGG8STz6aBDea5M2DLH+yJ3R5kcxsQeQROArIMl8/4rpTmFEomk6um1g+uG3slwAf4Ow==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}
Url Load (1.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:6
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:14
Url Exists (0.5ms)  SELECT  1 AS one FROM "urls" WHERE "urls"."longurl" = $1 LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:14
 (0.3ms)  ROLLBACK
↳ app/controllers/urls_controller.rb:14
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.3ms)

Completed 200 OK in 39ms (Views: 28.2ms | ActiveRecord: 2.3ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 14:49:49 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.9ms)

Completed 200 OK in 45ms (Views: 27.2ms | ActiveRecord: 6.1ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 14:49:59 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"9w63xXLRD3VZCQd51M5m0x50zBqA01foY+9GOsJ/Zs5kyakEwfFmjPZblUKPh/Quzq0lL6p4Z17+lPYA7vFD6w==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:6
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:14
Url Exists (0.5ms)  SELECT  1 AS one FROM "urls" WHERE "urls"."longurl" = $1 LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:14
 (0.4ms)  ROLLBACK
↳ app/controllers/urls_controller.rb:14
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.2ms)

Completed 200 OK in 44ms (Views: 34.1ms | ActiveRecord: 2.0ms)

Started GET “/urls” for 127.0.0.1 at 2019-01-18 14:51:39 +0530

AbstractController::ActionNotFound (The action 'index' could not be found for UrlsController):

actionpack (5.2.2) lib/abstract_controller/base.rb:129:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-18 14:51:42 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.1ms)

Completed 200 OK in 75ms (Views: 53.4ms | ActiveRecord: 5.6ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 14:51:47 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"3Fo3sCn37wyAqjBsyU+FvhhwMj7Cv5npRCJu8QpnTqRPnSlxmteG9S/4oleSBhdDyKnbC+gUqV/ZWd7LJulrgQ==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:6

Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.7ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 14:52:01 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.7ms)

Completed 200 OK in 40ms (Views: 26.5ms | ActiveRecord: 4.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 14:52:09 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"yrvSPlxJWqlE/nZHMCjuEmBokXjd1Ahv4XmMhAetdR5ZfMz/72kzUOus5HxrYXzvsLF4Tfd/ONl8Ajy+KyNQOw==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}
Url Load (1.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:6

Redirected to Completed 500 Internal Server Error in 5ms (ActiveRecord: 1.1ms)

ActionController::ActionControllerError (Cannot redirect to nil!):

app/controllers/urls_controller.rb:18:in `create' Started POST “/urls” for 127.0.0.1 at 2019-01-18 14:52:31 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"yrvSPlxJWqlE/nZHMCjuEmBokXjd1Ahv4XmMhAetdR5ZfMz/72kzUOus5HxrYXzvsLF4Tfd/ONl8Ajy+KyNQOw==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:6
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (5.9ms)

Completed 500 Internal Server Error in 24ms (ActiveRecord: 4.0ms)

ActionView::Template::Error (undefined method `longurl' for nil:NilClass):

1: <p>
2:   <strong>LongUrl:</strong>
3:   <%= @url.longurl %>
4: </p>
5:  
6: <p>

app/views/urls/show.html.erb:3:in `_app_views_urls_show_html_erb__3488436604500239381_70250912783820' app/controllers/urls_controller.rb:18:in `create' Started GET “/” for 127.0.0.1 at 2019-01-18 14:52:34 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.1ms)

Completed 200 OK in 33ms (Views: 31.1ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 14:52:38 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"dMp/Q9mF2sUA7a4rTrDJG7dlO49/Z1LcNtvy6poptpnnDWGCaqWzPK+/PBAV+VvmZ7zSulXMYmqroELQtqeTvA==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}
Url Load (1.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:6
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (3.8ms)

Completed 500 Internal Server Error in 13ms (ActiveRecord: 1.8ms)

ActionView::Template::Error (undefined method `longurl' for nil:NilClass):

1: <p>
2:   <strong>LongUrl:</strong>
3:   <%= @url.longurl %>
4: </p>
5:  
6: <p>

app/views/urls/show.html.erb:3:in `_app_views_urls_show_html_erb__3488436604500239381_70250941073420' app/controllers/urls_controller.rb:18:in `create' Started POST “/urls” for 127.0.0.1 at 2019-01-18 14:52:49 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"dMp/Q9mF2sUA7a4rTrDJG7dlO49/Z1LcNtvy6poptpnnDWGCaqWzPK+/PBAV+VvmZ7zSulXMYmqroELQtqeTvA==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}
Url Load (1.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:6
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (3.6ms)

Completed 500 Internal Server Error in 11ms (ActiveRecord: 1.1ms)

ActionView::Template::Error (undefined method `longurl' for nil:NilClass):

1: <p>
2:   <strong>LongUrl:</strong>
3:   <%= @url.longurl %>
4: </p>
5:  
6: <p>

app/views/urls/show.html.erb:3:in `_app_views_urls_show_html_erb__3488436604500239381_70250950851800' app/controllers/urls_controller.rb:18:in `create' Started POST “/urls” for 127.0.0.1 at 2019-01-18 14:53:24 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"dMp/Q9mF2sUA7a4rTrDJG7dlO49/Z1LcNtvy6poptpnnDWGCaqWzPK+/PBAV+VvmZ7zSulXMYmqroELQtqeTvA==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:6
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (4.8ms)

Completed 500 Internal Server Error in 27ms (ActiveRecord: 4.6ms)

ActionView::Template::Error (undefined method `longurl' for nil:NilClass):

1: <p>
2:   <strong>LongUrl:</strong>
3:   <%= @url.longurl %>
4: </p>
5:  
6: <p>

app/views/urls/show.html.erb:3:in `_app_views_urls_show_html_erb__3488436604500239381_70250912453640' app/controllers/urls_controller.rb:18:in `create' Started POST “/urls” for 127.0.0.1 at 2019-01-18 14:53:27 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"dMp/Q9mF2sUA7a4rTrDJG7dlO49/Z1LcNtvy6poptpnnDWGCaqWzPK+/PBAV+VvmZ7zSulXMYmqroELQtqeTvA==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:6
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (2.7ms)

Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.5ms)

ActionView::Template::Error (undefined method `longurl' for nil:NilClass):

1: <p>
2:   <strong>LongUrl:</strong>
3:   <%= @url.longurl %>
4: </p>
5:  
6: <p>

app/views/urls/show.html.erb:3:in `_app_views_urls_show_html_erb__3488436604500239381_70250910849720' app/controllers/urls_controller.rb:18:in `create' Started GET “/” for 127.0.0.1 at 2019-01-18 14:56:09 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 41ms (Views: 24.0ms | ActiveRecord: 3.4ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 14:56:13 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"0//UiGMOQOpEnsgr6dYe/Txg4RfSs0A7rzhZv2D1ruxAOMpJ0C4pE+vMWhCyn4wA7LkIIvgYcI0yQ+mFTHuLyQ==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}
Url Load (1.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:6
CACHE Url Load (0.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:18

Redirected to localhost:3000show Completed 302 Found in 7ms (ActiveRecord: 1.2ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 14:56:30 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"0//UiGMOQOpEnsgr6dYe/Txg4RfSs0A7rzhZv2D1ruxAOMpJ0C4pE+vMWhCyn4wA7LkIIvgYcI0yQ+mFTHuLyQ==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}
Url Load (3.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:6
CACHE Url Load (0.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:18

Redirected to localhost:3000/urls/1 Completed 302 Found in 68ms (ActiveRecord: 11.0ms)

Started GET “/urls/1” for 127.0.0.1 at 2019-01-18 14:56:30 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"1"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 30ms (Views: 27.6ms | ActiveRecord: 0.3ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 14:56:37 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.3ms)

Completed 200 OK in 40ms (Views: 36.8ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 14:56:41 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"5RuEHekitrhfcK9M7TCvvyN6rr7lm0gQJOUFfnSETWx23JrcWgLfQfAiPXe2eT1C86NHi88weKa5nrVEWApoSQ==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:6
CACHE Url Load (0.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:18

Redirected to localhost:3000/urls/1 Completed 302 Found in 4ms (ActiveRecord: 0.5ms)

Started GET “/urls/1” for 127.0.0.1 at 2019-01-18 14:56:41 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"1"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 30ms (Views: 27.5ms | ActiveRecord: 0.4ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 14:57:41 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"5RuEHekitrhfcK9M7TCvvyN6rr7lm0gQJOUFfnSETWx23JrcWgLfQfAiPXe2eT1C86NHi88weKa5nrVEWApoSQ==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}
Url Load (3.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:6
CACHE Url Load (0.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:18

Redirected to localhost:3000/urls/1 Completed 302 Found in 10ms (ActiveRecord: 3.8ms)

Started GET “/urls/1” for 127.0.0.1 at 2019-01-18 14:57:41 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"1"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 32ms (Views: 28.9ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 14:57:44 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.9ms)

Completed 200 OK in 52ms (Views: 47.9ms | ActiveRecord: 0.0ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 14:57:47 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"6RrJ31Bel1q5V/OSTv5MhsTbfEBc/RP736SQqe8iLgflrbcuwmjV3sxjYNfP/GZ5QKKhf+pgXqHbIqABgR8edQ==", "shorturl"=>"ddddddw32", "commit"=>"Save "}
Url Load (1.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "ddddddw32"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:27

Redirected to localhost:3000/urls/52 Completed 200 OK in 4ms (ActiveRecord: 1.1ms)

Started GET “/urls/52” for 127.0.0.1 at 2019-01-18 14:57:47 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"52"}
Url Load (4.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 52], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 49ms (Views: 40.9ms | ActiveRecord: 4.5ms)

Started GET “/urls/1” for 127.0.0.1 at 2019-01-18 14:57:49 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"1"}
Url Load (7.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 48ms (Views: 35.8ms | ActiveRecord: 7.0ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 14:58:10 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"5RuEHekitrhfcK9M7TCvvyN6rr7lm0gQJOUFfnSETWx23JrcWgLfQfAiPXe2eT1C86NHi88weKa5nrVEWApoSQ==", "shorturl"=>"wdewfa", "commit"=>"Save "}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "wdewfa"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:27

Redirected to Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.4ms)

ActionController::ActionControllerError (Cannot redirect to nil!):

app/controllers/urls_controller.rb:28:in `show_long_url' Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 14:58:17 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"5RuEHekitrhfcK9M7TCvvyN6rr7lm0gQJOUFfnSETWx23JrcWgLfQfAiPXe2eT1C86NHi88weKa5nrVEWApoSQ==", "shorturl"=>"wdewfa", "commit"=>"Save "}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "wdewfa"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:27

Redirected to Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.4ms)

ActionController::ActionControllerError (Cannot redirect to nil!):

app/controllers/urls_controller.rb:28:in `show_long_url' Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 15:00:40 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"5RuEHekitrhfcK9M7TCvvyN6rr7lm0gQJOUFfnSETWx23JrcWgLfQfAiPXe2eT1C86NHi88weKa5nrVEWApoSQ==", "shorturl"=>"wdewfa", "commit"=>"Save "}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "wdewfa"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28

Completed 200 OK in 13ms (Views: 0.3ms | ActiveRecord: 7.6ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 15:00:42 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"5RuEHekitrhfcK9M7TCvvyN6rr7lm0gQJOUFfnSETWx23JrcWgLfQfAiPXe2eT1C86NHi88weKa5nrVEWApoSQ==", "shorturl"=>"wdewfa", "commit"=>"Save "}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "wdewfa"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28

Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.4ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 15:00:43 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"5RuEHekitrhfcK9M7TCvvyN6rr7lm0gQJOUFfnSETWx23JrcWgLfQfAiPXe2eT1C86NHi88weKa5nrVEWApoSQ==", "shorturl"=>"wdewfa", "commit"=>"Save "}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "wdewfa"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28

Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.5ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 15:00:44 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"5RuEHekitrhfcK9M7TCvvyN6rr7lm0gQJOUFfnSETWx23JrcWgLfQfAiPXe2eT1C86NHi88weKa5nrVEWApoSQ==", "shorturl"=>"wdewfa", "commit"=>"Save "}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "wdewfa"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28

Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.4ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 15:00:46 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.5ms)

Completed 200 OK in 39ms (Views: 28.3ms | ActiveRecord: 0.0ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 15:00:49 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"KAX+nIqq2aS0WYXvdhe68umcJkNu6DduH9c2LbXfXFm7wuBdOYqwXRsLF9QtXigPOUXPdkRDB9iCrIYXmVF5fA==", "shorturl"=>"ewdfw", "commit"=>"Save "}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "ewdfw"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28

Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.4ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 15:00:50 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"KAX+nIqq2aS0WYXvdhe68umcJkNu6DduH9c2LbXfXFm7wuBdOYqwXRsLF9QtXigPOUXPdkRDB9iCrIYXmVF5fA==", "shorturl"=>"ewdfw", "commit"=>"Save "}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "ewdfw"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28

Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.4ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 15:01:19 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.8ms)

Completed 200 OK in 55ms (Views: 37.7ms | ActiveRecord: 4.9ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 15:01:23 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"3+RQGdeUQrqN0urdQlZFndaIL7zKUA++QEFgAKQYDJFMI07YZLQrQyKAeOYZH9dgBlHGieD7PwjdOtA6iJYptA==", "shorturl"=>"fferfwdq", "commit"=>"Save "}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "fferfwdq"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28

Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.5ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 15:01:44 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 48ms (Views: 31.0ms | ActiveRecord: 4.4ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 15:01:45 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.0ms)

Completed 200 OK in 36ms (Views: 34.1ms | ActiveRecord: 0.0ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 15:01:48 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"4sUDHVl+7bKaiQmD6IthDm1Im/B2UUqBB/bOt6k3Ph1xAh3c6l6ESzXbm7izwvPzvZFyxVz6ejeajX6NhbkbOA==", "shorturl"=>"fewas", "commit"=>"Save "}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "fewas"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28

Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.5ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 15:02:47 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"4sUDHVl+7bKaiQmD6IthDm1Im/B2UUqBB/bOt6k3Ph1xAh3c6l6ESzXbm7izwvPzvZFyxVz6ejeajX6NhbkbOA==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}
Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
CACHE Url Load (0.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:19

Redirected to localhost:3000/urls/1 Completed 302 Found in 7ms (ActiveRecord: 1.1ms)

Started GET “/urls/1” for 127.0.0.1 at 2019-01-18 15:02:47 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"1"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:25
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.9ms)

Completed 200 OK in 45ms (Views: 41.4ms | ActiveRecord: 0.3ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 15:04:07 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.4ms)

Completed 200 OK in 49ms (Views: 46.6ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 15:04:13 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Dhg8iudOQiETevXS0P/Fa2dEj7NryjLcEQ+4KHL1DFGd3yJLVG4r2LwoZ+mLtleWt51mhkFhAmqMdAgSXnspdA==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
CACHE Url Load (0.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:19

Redirected to localhost:3000/urls/1 Completed 302 Found in 5ms (ActiveRecord: 0.9ms)

Started GET “/urls/1” for 127.0.0.1 at 2019-01-18 15:04:13 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"1"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:25
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (2.1ms)

Completed 200 OK in 48ms (Views: 43.6ms | ActiveRecord: 0.5ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 15:04:48 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.2ms)

Completed 200 OK in 44ms (Views: 25.7ms | ActiveRecord: 5.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 15:05:01 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"W+LVIFbzFfOHra8wNgt/HnECC9MYeDhYDsgpcbC+X1XIJcvh5dN8Cij/PQttQu3jodvi5jLTCO6Ts5lLnDB6cA==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}
Url Load (8.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
CACHE Url Load (0.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:19

Completed 500 Internal Server Error in 64ms (ActiveRecord: 8.8ms)

LoadError (dlopen(/Users/naveen/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin16/readline.bundle, 9): Library not loaded: /usr/local/opt/readline/lib/libreadline.7.dylib

Referenced from: /Users/naveen/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin16/readline.bundle
Reason: image not found - /Users/naveen/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin16/readline.bundle):

app/controllers/urls_controller.rb:20:in `create' Started GET “/” for 127.0.0.1 at 2019-01-18 15:07:05 +0530

 (1.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (8.6ms)

Completed 200 OK in 390ms (Views: 366.3ms | ActiveRecord: 6.3ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 15:07:10 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"fQ1h1Rd0RSw65ZPPKYUdPvArAYVmWGppcGWIu9u0r2ruyn8UpFQs1ZW3AfRyzI/DIPLosEzzWt/tHjiB9zqKTw==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}
Url Load (1.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
CACHE Url Load (0.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:19

Completed 500 Internal Server Error in 31ms (ActiveRecord: 1.2ms)

LoadError (dlopen(/Users/naveen/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin16/readline.bundle, 9): Library not loaded: /usr/local/opt/readline/lib/libreadline.7.dylib

Referenced from: /Users/naveen/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin16/readline.bundle
Reason: image not found - /Users/naveen/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin16/readline.bundle):

app/controllers/urls_controller.rb:20:in `create' Started GET “/” for 127.0.0.1 at 2019-01-18 15:08:01 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (6.3ms)

Completed 200 OK in 77ms (Views: 60.6ms | ActiveRecord: 5.4ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 15:08:06 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"8NqkQRlmNlgd3hmvBCxzutfR3/v/CsrKYReyk4VQwJ5jHbqAqkZfobKMi5RfZeFHBwg2ztWh+nz8bAKpqd7luw==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}
Url Load (5.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
CACHE Url Load (0.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:19

Completed 500 Internal Server Error in 17ms (ActiveRecord: 5.8ms)

NoMethodError (undefined method `pry' for #<Binding:0x00007fb3d14c5a68> Did you mean? try):

app/controllers/urls_controller.rb:20:in `create' Started POST “/urls” for 127.0.0.1 at 2019-01-18 15:12:30 +0530

 (1.3ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"8NqkQRlmNlgd3hmvBCxzutfR3/v/CsrKYReyk4VQwJ5jHbqAqkZfobKMi5RfZeFHBwg2ztWh+nz8bAKpqd7luw==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
CACHE Url Load (0.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:19

Completed 500 Internal Server Error in 55ms (ActiveRecord: 8.0ms)

LoadError (dlopen(/Users/naveen/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin16/readline.bundle, 9): Library not loaded: /usr/local/opt/readline/lib/libreadline.7.dylib

Referenced from: /Users/naveen/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin16/readline.bundle
Reason: image not found - /Users/naveen/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin16/readline.bundle):

app/controllers/urls_controller.rb:20:in `create' Started POST “/urls” for 127.0.0.1 at 2019-01-18 15:13:46 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"8NqkQRlmNlgd3hmvBCxzutfR3/v/CsrKYReyk4VQwJ5jHbqAqkZfobKMi5RfZeFHBwg2ztWh+nz8bAKpqd7luw==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}
Url Load (2.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
CACHE Url Load (0.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:19

Redirected to localhost:3000/urls/1 Completed 302 Found in 22ms (ActiveRecord: 6.4ms)

Started GET “/urls/1” for 127.0.0.1 at 2019-01-18 15:13:46 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"1"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:26
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (2.9ms)

Completed 200 OK in 311ms (Views: 307.9ms | ActiveRecord: 0.3ms)

Started GET “/urls/1” for 127.0.0.1 at 2019-01-18 15:14:04 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"1"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:26
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 75ms (Views: 51.1ms | ActiveRecord: 6.7ms)

Started GET “/urls/1” for 127.0.0.1 at 2019-01-18 15:14:11 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"1"}
Url Load (9.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:26
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (3.5ms)

Completed 200 OK in 101ms (Views: 84.3ms | ActiveRecord: 9.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 15:14:14 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (34.5ms)

Completed 200 OK in 106ms (Views: 101.4ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 15:14:25 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"XbOhbI6HZ6YCyUtGuu9p8CQrVo4p6w7FUGNUpGcXqy9dyJdv9jJrAtwytp6eZGeiPLnoXhP6L9jrbjJvJiOqMw==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}
Url Load (1.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
CACHE Url Load (0.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:19

Redirected to localhost:3000/urls/1 Completed 302 Found in 9ms (ActiveRecord: 1.4ms)

Started GET “/urls/1” for 127.0.0.1 at 2019-01-18 15:14:25 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"1"}
Url Load (3.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:26
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 52ms (Views: 45.5ms | ActiveRecord: 3.7ms)

Started GET “/urls/1” for 127.0.0.1 at 2019-01-18 15:15:37 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"1"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:27
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.3ms)

Completed 200 OK in 48ms (Views: 28.3ms | ActiveRecord: 7.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 15:15:39 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.6ms)

Completed 200 OK in 54ms (Views: 48.9ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 15:15:44 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"ntDGYQhQsvABvU0PUuhAlU6S2XfMu0IpAWs4yH3+QiGeq/BicOW+VN9GsNd2Y07HVgBnp/aqYzS6Zl4DPMpDPQ==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}
Url Load (1.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
Url Load (20.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/36 Completed 302 Found in 29ms (ActiveRecord: 22.6ms)

Started GET “/urls/36” for 127.0.0.1 at 2019-01-18 15:15:44 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"36"}
Url Load (1.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 36], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:27
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.3ms)

Completed 200 OK in 59ms (Views: 54.7ms | ActiveRecord: 1.2ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 15:18:09 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"hBYxPLIBiIA5YsdZEu9cai0R5vkuV5/ZIMxIDYmU7pIX0S/9ASHheZYwVWJJps6X/cgPzAT8r2+9t/g3pRrLtw==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}
Url Load (7.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
Url Load (2.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/36 Completed 302 Found in 16ms (ActiveRecord: 9.5ms)

Started GET “/urls/36” for 127.0.0.1 at 2019-01-18 15:18:09 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"36"}
Url Load (1.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 36], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:27
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 53ms (Views: 48.1ms | ActiveRecord: 1.2ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 15:18:21 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"hBYxPLIBiIA5YsdZEu9cai0R5vkuV5/ZIMxIDYmU7pIX0S/9ASHheZYwVWJJps6X/cgPzAT8r2+9t/g3pRrLtw==", "shorturl"=>"facebook53", "commit"=>"Save "}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "facebook53"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:31
CACHE Url Load (0.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "facebook53"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34

Redirected to localhost:3000/urls/36 Completed 200 OK in 4ms (ActiveRecord: 0.5ms)

Started GET “/urls/36” for 127.0.0.1 at 2019-01-18 15:18:21 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"36"}
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 36], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:27
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (2.6ms)

Completed 200 OK in 49ms (Views: 45.5ms | ActiveRecord: 0.9ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 15:20:32 +0530

 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (13.0ms)

Completed 200 OK in 400ms (Views: 353.8ms | ActiveRecord: 7.1ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 15:20:37 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"2iOYlFkPW9uN/R7cnWIH2mwzJORnT09kdeX3ANcBjONJ5IZV6i8yIiKvjOfGK5UnvOrN0U3kf9Lonkc6+4+pxg==", "shorturl"=>"ddddddw32", "commit"=>"Save "}
Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "ddddddw32"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:31
CACHE Url Load (0.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "ddddddw32"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34

Redirected to localhost:3000/url/shorten Completed 200 OK in 6ms (ActiveRecord: 1.0ms)

Started GET “/url/shorten” for 127.0.0.1 at 2019-01-18 15:20:37 +0530

ActionController::RoutingError (No route matches [GET] “/url/shorten”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-18 15:22:17 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.6ms)

Completed 200 OK in 50ms (Views: 31.1ms | ActiveRecord: 6.6ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 15:22:22 +0530

ActionController::RoutingError (No route matches [POST] “/url/shorten”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 15:22:23 +0530

ActionController::RoutingError (No route matches [POST] “/url/shorten”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/urls” for 127.0.0.1 at 2019-01-18 15:24:25 +0530

 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"8RivF5u/aAhxqOfT6sUG5E6BktBXnjku0BJQExFVwzNi37HWKJ8B8d76deixjJQZnlh75X01CZhNaeApPdvmFg==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/36 Completed 302 Found in 51ms (ActiveRecord: 7.2ms)

Started GET “/urls/36” for 127.0.0.1 at 2019-01-18 15:24:25 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"36"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 36], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:27
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.4ms)

Completed 200 OK in 324ms (Views: 313.1ms | ActiveRecord: 0.4ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 15:24:41 +0530

ActionController::RoutingError (No route matches [POST] “/url/shorten”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 15:25:36 +0530

ActionController::RoutingError (No route matches [POST] “/url/shorten”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 15:26:16 +0530

 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

ActionController::RoutingError (No route matches [POST] “/url/shorten”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-18 15:26:51 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (12.6ms)

Completed 200 OK in 334ms (Views: 300.7ms | ActiveRecord: 6.7ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 15:26:55 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"vqt9/aDThgMTGeGmZX+iXF/5rKir9h2B719xPa9qtigtbGM8E/Pv+rxLc50+NjChjyBFnYFdLTdyJMEHg+STDQ==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}
Url Load (11.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
Url Load (12.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/36 Completed 302 Found in 32ms (ActiveRecord: 24.0ms)

Started GET “/urls/36” for 127.0.0.1 at 2019-01-18 15:26:55 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"36"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 36], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:27
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 60ms (Views: 47.7ms | ActiveRecord: 0.6ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 15:27:04 +0530

ActionController::RoutingError (No route matches [POST] “/url/shorten”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-18 15:27:33 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 53ms (Views: 31.6ms | ActiveRecord: 6.4ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 15:27:37 +0530

ActionController::RoutingError (No route matches [POST] “/url/shorten”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 15:29:23 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"v38OKVbwJ7Qyy8K2AtImTAd7aVK8xHP84ikd8kD49QgsuBDo5dBOTZ2ZUI1Zm7Sx16KAZ5ZvQ0p/Uq3IbHbQLQ==", "shorturl"=>"facebook53", "commit"=>"Save "}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "facebook53"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:31

Completed 500 Internal Server Error in 26ms (ActiveRecord: 5.6ms)

NoMethodError (undefined method `[]' for nil:NilClass):

app/controllers/urls_controller.rb:34:in `show_long_url' Started GET “/” for 127.0.0.1 at 2019-01-18 15:29:53 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.9ms)

Completed 200 OK in 88ms (Views: 66.8ms | ActiveRecord: 6.5ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 15:29:57 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"HlTtZocdvRr6PgrgnsN7szuh+Izh3/XxZXdW5wDL8qeNk/OnND3U41VsmNvFiulO63gRuct0xUf4DObdLEXXgg==", "shorturl"=>"facebook53", "commit"=>"Save "}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "facebook53"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:31
CACHE Url Load (0.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "facebook53"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34

Redirected to localhost:3000/urls/36 Completed 200 OK in 6ms (ActiveRecord: 0.6ms)

Started GET “/urls/36” for 127.0.0.1 at 2019-01-18 15:29:57 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"36"}
Url Load (6.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 36], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:27
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.4ms)

Completed 200 OK in 80ms (Views: 65.4ms | ActiveRecord: 6.5ms)

Started GET “/url/shorten” for 127.0.0.1 at 2019-01-18 15:30:30 +0530

ActionController::RoutingError (No route matches [GET] “/url/shorten”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-18 15:30:39 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.9ms)

Completed 200 OK in 49ms (Views: 46.2ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 15:37:02 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"/NBQSMA6mqWbDhGguwwFTu6yxkv+JhnFfmTVjBDjsM9vF06JcxrzXDRcg5vgRZezPmsvftSNKXPjH2W2PG2V6g==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}
Url Load (1.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:12
Url Exists (0.7ms)  SELECT  1 AS one FROM "urls" WHERE "urls"."longurl" = $1 LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
Url Create (0.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.facebook.com"], ["shorturl", "facebook53"], ["domain", "facebook"], ["mdsum", 1594], ["created_at", "2019-01-18 10:07:02.702600"], ["updated_at", "2019-01-18 10:07:02.702600"]]
↳ app/controllers/urls_controller.rb:12
 (0.5ms)  COMMIT
↳ app/controllers/urls_controller.rb:12

Redirected to localhost:3000/urls/56 Completed 302 Found in 18ms (ActiveRecord: 8.1ms)

Started GET “/urls/56” for 127.0.0.1 at 2019-01-18 15:37:02 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"56"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 56], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:27
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 24ms (Views: 20.7ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 15:37:07 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (6.9ms)

Completed 200 OK in 53ms (Views: 47.4ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 15:37:13 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"zKgpaikPOL4WUXomrwsSfdXHn6qlcezbpPBL/NFfucHM0x9pUbo0Gsiqh/6LgBwvzVUhep9gzcYf/S03kGu43Q==", "url"=>{"longurl"=>"www.housing.com/seller", "domain"=>"housing"}, "commit"=>"Create Url"}
Url Load (4.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:12
Url Exists (0.4ms)  SELECT  1 AS one FROM "urls" WHERE "urls"."longurl" = $1 LIMIT $2  [["longurl", "www.housing.com/seller"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.housing.com/seller"], ["shorturl", "housing16"], ["domain", "housing"], ["mdsum", 2227], ["created_at", "2019-01-18 10:07:13.229868"], ["updated_at", "2019-01-18 10:07:13.229868"]]
↳ app/controllers/urls_controller.rb:12
 (40.1ms)  COMMIT
↳ app/controllers/urls_controller.rb:12

Redirected to localhost:3000/urls/57 Completed 302 Found in 53ms (ActiveRecord: 45.7ms)

Started GET “/urls/57” for 127.0.0.1 at 2019-01-18 15:37:13 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"57"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 57], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:27
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 22ms (Views: 19.6ms | ActiveRecord: 0.4ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 16:36:33 +0530

 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (7.0ms)

Completed 200 OK in 376ms (Views: 348.8ms | ActiveRecord: 7.8ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 16:37:15 +0530

 (1.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (18.5ms)

Completed 200 OK in 315ms (Views: 290.7ms | ActiveRecord: 4.7ms)

Started POST “/users” for 127.0.0.1 at 2019-01-18 16:37:29 +0530 Processing by UsersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"/5JovRV2ZhjEf3q9NoekEyUEQpt85BnoMe5Azv++PczpTe4yheY/BEu2TfqvOuSHEJx5i7cGxutpPLrc80WFyg==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

 (0.3ms)  BEGIN
↳ app/controllers/users_controller.rb:7
User Exists (1.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "naveen"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:7
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "naveen.kewalramani2903@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:7
 (0.3ms)  ROLLBACK
↳ app/controllers/users_controller.rb:7

No template found for UsersController#create, rendering head :no_content Completed 204 No Content in 60ms (ActiveRecord: 2.4ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 16:45:01 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 48ms (Views: 25.6ms | ActiveRecord: 10.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 16:45:10 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.9ms)

Completed 200 OK in 70ms (Views: 32.3ms | ActiveRecord: 7.2ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 16:45:41 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"nUkIvcBbWtOB1IOlaRu/YQxT3JYuBzaWnJOkjqLnj+iLlo4yUMsDzw4dtOLwpv/1OcvnhuXl6ZXEQV6crhw37g==", "url"=>{"longurl"=>"www.housing.com/3BHK", "domain"=>"housing.com"}, "commit"=>"Create Url"}
Url Load (7.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:13
Url Exists (4.4ms)  SELECT  1 AS one FROM "urls" WHERE "urls"."longurl" = $1 LIMIT $2  [["longurl", "www.housing.com/3BHK"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
Url Create (1.3ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.housing.com/3BHK"], ["shorturl", "housing.com35"], ["domain", "housing.com"], ["mdsum", 1844], ["created_at", "2019-01-18 11:15:41.452189"], ["updated_at", "2019-01-18 11:15:41.452189"]]
↳ app/controllers/urls_controller.rb:13
 (391.2ms)  COMMIT
↳ app/controllers/urls_controller.rb:13

Redirected to localhost:3000/urls/58 Completed 302 Found in 417ms (ActiveRecord: 404.9ms)

Started GET “/urls/58” for 127.0.0.1 at 2019-01-18 16:45:41 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"58"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 58], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 38ms (Views: 25.7ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 16:47:16 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.5ms)

Completed 200 OK in 50ms (Views: 29.7ms | ActiveRecord: 8.1ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 16:47:39 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"coW9oO0AgLR9ALlnQQLMJM+IMipNGHFJoyFSBWGpqsVkWjsvfZDZqPLJjiDYv4yw+hAJOob6rkr786gXbVISww==", "url"=>{"longurl"=>"www.housing.com/seller", "domain"=>"housing"}, "commit"=>"Create Url"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
 (4.5ms)  BEGIN
↳ app/controllers/urls_controller.rb:13
Url Exists (0.5ms)  SELECT  1 AS one FROM "urls" WHERE "urls"."longurl" = $1 LIMIT $2  [["longurl", "www.housing.com/seller"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (0.4ms)  ROLLBACK
↳ app/controllers/urls_controller.rb:13
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (6.1ms)

Completed 200 OK in 45ms (Views: 32.6ms | ActiveRecord: 5.7ms)

 (0.3ms)  SELECT pg_try_advisory_lock(4940285333737373340)
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
ActiveRecord::InternalMetadata Load (0.5ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.2ms)  BEGIN
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.1ms)  COMMIT
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.2ms)  SELECT pg_advisory_unlock(4940285333737373340)
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.4ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23

Started GET “/urls” for 127.0.0.1 at 2019-01-18 16:53:36 +0530

 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

AbstractController::ActionNotFound (The action 'index' could not be found for UrlsController):

actionpack (5.2.2) lib/abstract_controller/base.rb:129:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/url” for 127.0.0.1 at 2019-01-18 16:53:39 +0530

ActionController::RoutingError (No route matches [GET] “/url”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-18 16:53:48 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (4.2ms)

Completed 200 OK in 286ms (Views: 253.9ms | ActiveRecord: 10.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 16:53:52 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (7.9ms)

Completed 200 OK in 118ms (Views: 85.9ms | ActiveRecord: 7.5ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 16:54:08 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"8NflLAj9mvsYQUYkdYn8OrWlpGGuGhqvbT4MqxWLZc7mCGOjmG3D55eIcWPsNLyugD2fcWX4xaw17Pa5GXDdyA==", "url"=>{"longurl"=>"askdjh", "domain"=>"askdjl"}, "commit"=>"Create Url"}
Url Load (1.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:13
Url Exists (4.0ms)  SELECT  1 AS one FROM "urls" WHERE "urls"."longurl" = $1 LIMIT $2  [["longurl", "askdjh"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (0.4ms)  ROLLBACK
↳ app/controllers/urls_controller.rb:13

Completed 500 Internal Server Error in 30ms (ActiveRecord: 5.9ms)

NoMethodError (undefined method `long_url' for #<Url:0x00007fc840faafb8> Did you mean? longurl

longurl=
longurl?):

app/controllers/urls_controller.rb:13:in `create' Started GET “/” for 127.0.0.1 at 2019-01-18 16:55:47 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.8ms)

Completed 200 OK in 106ms (Views: 71.7ms | ActiveRecord: 6.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 16:55:53 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.6ms)

Completed 200 OK in 65ms (Views: 39.1ms | ActiveRecord: 8.1ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 16:55:59 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZFWQ/XpGk/lFfuvzAOaQlIpVRNBJ8wtk9Utv7zXX1LNyihZy6tbK5cq33LSZW9AAv81/wIIR1GetmZX9OSxstQ==", "url"=>{"longurl"=>"askdjh", "domain"=>"eee"}, "commit"=>"Create Url"}
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:13
Url Exists (0.5ms)  SELECT  1 AS one FROM "urls" WHERE "urls"."longurl" = $1 LIMIT $2  [["longurl", "askdjh"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (0.4ms)  ROLLBACK
↳ app/controllers/urls_controller.rb:13

Completed 500 Internal Server Error in 23ms (ActiveRecord: 1.9ms)

NoMethodError (undefined method `long_url' for #<Url:0x00007fc8450fa090> Did you mean? longurl

longurl=
longurl?):

app/controllers/urls_controller.rb:13:in `create' Started GET “/url” for 127.0.0.1 at 2019-01-18 16:56:31 +0530

ActionController::RoutingError (No route matches [GET] “/url”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-18 16:56:35 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (4.6ms)

Completed 200 OK in 56ms (Views: 33.6ms | ActiveRecord: 6.4ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-18 16:56:41 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 39ms (Views: 36.7ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 16:56:47 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.5ms)

Completed 200 OK in 51ms (Views: 29.2ms | ActiveRecord: 4.8ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 16:56:51 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"SBh0pe47UC07oCafwwAXL0yEkDnjS19DRqy/jMplmOFex/IqfqsJMbRpEdhavVe7eRyrKSipgEAefkWexp4g5w==", "url"=>{"longurl"=>"askdjh", "domain"=>"aef a"}, "commit"=>"Create Url"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
 (0.8ms)  BEGIN
↳ app/controllers/urls_controller.rb:13
Url Exists (0.6ms)  SELECT  1 AS one FROM "urls" WHERE "urls"."longurl" = $1 LIMIT $2  [["longurl", "askdjh"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (0.2ms)  ROLLBACK
↳ app/controllers/urls_controller.rb:13
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.5ms)

Completed 200 OK in 41ms (Views: 30.7ms | ActiveRecord: 2.2ms)

Started GET “/url” for 127.0.0.1 at 2019-01-18 16:57:13 +0530

ActionController::RoutingError (No route matches [GET] “/url”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 16:57:16 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.0ms)

Completed 200 OK in 43ms (Views: 26.5ms | ActiveRecord: 5.4ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 16:57:20 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Dp3w/F9bWsFoWfRVvUmY/4ivspfnEY7RDtUbBX09j64YQnZzz8sD3eeQwxIk9NhrvTeJhyzzUdJWB+EXccY3qA==", "url"=>{"longurl"=>"askdjh", "domain"=>"askdjl"}, "commit"=>"Create Url"}
Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
 (1.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:13
Url Exists (0.8ms)  SELECT  1 AS one FROM "urls" WHERE "urls"."longurl" = $1 LIMIT $2  [["longurl", "askdjh"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (0.7ms)  ROLLBACK
↳ app/controllers/urls_controller.rb:13
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.5ms)

Completed 200 OK in 45ms (Views: 30.6ms | ActiveRecord: 3.7ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 16:58:11 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"zm7N1i2+6Fa0FmkRtRZqpWT++0jNjZXJHk8kXrdOWovYsUtZvS6xSjvfXlYsqyoxUWbAWAZvSspGnd5Mu7XijQ==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:13
Url Exists (0.7ms)  SELECT  1 AS one FROM "urls" WHERE "urls"."longurl" = $1 LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (0.2ms)  ROLLBACK
↳ app/controllers/urls_controller.rb:13
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 52ms (Views: 26.7ms | ActiveRecord: 6.3ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 16:58:35 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"p/DTlQhoa8884MWmSRle1Zh/x2hBCMmYoG6ljhezRVKxL1UamPgy07Mp8uHQpB5Bref8eIrqFpv4vF+cG0j9VA==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Create Url"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:13
Url Create (3.8ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.facebook.com"], ["shorturl", "facebook53"], ["domain", "facebook"], ["mdsum", 1594], ["created_at", "2019-01-18 11:28:35.833988"], ["updated_at", "2019-01-18 11:28:35.833988"]]
↳ app/controllers/urls_controller.rb:13
 (1.4ms)  COMMIT
↳ app/controllers/urls_controller.rb:13

Redirected to localhost:3000/urls/59 Completed 302 Found in 35ms (ActiveRecord: 9.5ms)

Started GET “/urls/59” for 127.0.0.1 at 2019-01-18 16:58:35 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"59"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 59], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 47ms (Views: 41.3ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 16:58:57 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (11.9ms)

Completed 200 OK in 118ms (Views: 113.8ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 16:59:02 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"4FZyjH1ryqsaKMPtxH9oUU5mIpWst4bxAdj+ittu+nectELyUE4uE/lB+bWohqlpzNFeE9dJHpiWvMgdOn9CdQ==", "url"=>{"longurl"=>"www.housing.com/seller", "domain"=>"housing"}, "commit"=>"Create Url"}
Url Load (5.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
 (0.9ms)  BEGIN
↳ app/controllers/urls_controller.rb:13
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.housing.com/seller"], ["shorturl", "housing16"], ["domain", "housing"], ["mdsum", 2227], ["created_at", "2019-01-18 11:29:02.511525"], ["updated_at", "2019-01-18 11:29:02.511525"]]
↳ app/controllers/urls_controller.rb:13
 (39.6ms)  COMMIT
↳ app/controllers/urls_controller.rb:13

Redirected to localhost:3000/urls/60 Completed 302 Found in 54ms (ActiveRecord: 46.1ms)

Started GET “/urls/60” for 127.0.0.1 at 2019-01-18 16:59:02 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"60"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 60], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 35ms (Views: 32.4ms | ActiveRecord: 0.3ms)

Started GET “/urls/59” for 127.0.0.1 at 2019-01-18 16:59:17 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"59"}
Url Load (16.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 59], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 54ms (Views: 34.4ms | ActiveRecord: 16.8ms)

Started GET “/urls” for 127.0.0.1 at 2019-01-18 16:59:18 +0530

AbstractController::ActionNotFound (The action 'index' could not be found for UrlsController):

actionpack (5.2.2) lib/abstract_controller/base.rb:129:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 16:59:24 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.1ms)

Completed 200 OK in 44ms (Views: 40.3ms | ActiveRecord: 0.0ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 16:59:31 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"+5WlIEJ3MILfv053Xb9aFgVHwuA4zfy7cWw9AjsDadLtSiOv0udpnlB2eTDEAhqCMN/58PMvI7gpvscQN/jR1A==", "shorturl"=>"facebook53", "commit"=>"Save "}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "facebook53"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
CACHE Url Load (0.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "facebook53"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:35

Redirected to localhost:3000/urls/56 Completed 200 OK in 3ms (ActiveRecord: 0.5ms)

Started GET “/urls/56” for 127.0.0.1 at 2019-01-18 16:59:31 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"56"}
Url Load (35.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 56], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.4ms)

Completed 200 OK in 83ms (Views: 44.8ms | ActiveRecord: 35.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 17:03:20 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 40ms (Views: 36.8ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 17:03:56 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 30ms (Views: 28.2ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 17:04:40 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 29ms (Views: 26.4ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 17:04:53 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 39ms (Views: 36.9ms | ActiveRecord: 0.0ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 17:04:57 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"OcRk13orv6tc1i+Iu68NMu4dSpLqXGkSIH8IXj1B2DUvG+JY6rvmt9MfGM8iEk2m24VxgiG+thF4rfJMMbpgMw==", "shorturl"=>"facebook53", "commit"=>"Search"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "facebook53"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
CACHE Url Load (0.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "facebook53"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:35

Redirected to localhost:3000/urls/56 Completed 200 OK in 4ms (ActiveRecord: 0.7ms)

Started GET “/urls/56” for 127.0.0.1 at 2019-01-18 17:04:57 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"56"}
Url Load (8.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 56], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (2.1ms)

Completed 200 OK in 60ms (Views: 47.9ms | ActiveRecord: 8.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 17:05:02 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.7ms)

Completed 200 OK in 63ms (Views: 61.4ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 17:05:33 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.9ms)

Completed 200 OK in 32ms (Views: 30.3ms | ActiveRecord: 0.0ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 17:05:59 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"KzzZ4Vrz+YFi7PRjbnaGQRJz6z026lzex+bZE6AKd889419uymOgne0lwyT3y8bVJ+vQLf0Ig92fNCMBrPHPyQ==", "shorturl"=>"hevhwbbw", "commit"=>"Search"}
Url Load (1.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "hevhwbbw"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32

Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 1.6ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 17:06:02 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"KzzZ4Vrz+YFi7PRjbnaGQRJz6z026lzex+bZE6AKd889419uymOgne0lwyT3y8bVJ+vQLf0Ig92fNCMBrPHPyQ==", "shorturl"=>"hevhwbbw", "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "hevhwbbw"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32

Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 17:06:28 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.9ms)

Completed 200 OK in 70ms (Views: 40.4ms | ActiveRecord: 11.6ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 17:06:32 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"qQG+5Gc5NCqwb54By+2nfE8jI7edU2BoRwIZwUptutC/3jhr96ltNj+mqUZSUOfoersYp1axv2sf0OPTRpYC1g==", "shorturl"=>"wbebkbef", "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "wbebkbef"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32

Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.6ms)

ActionView::MissingTemplate (Missing template urls/show_long_url, application/show_long_url with {:locale=>, :formats=>[:js, “application/ecmascript”, “application/x-ecmascript”, :html, :text, :js, :css, :ics, :csv, :vcf, :vtt, :png, :jpeg, :gif, :bmp, :tiff, :svg, :mpeg, :mp3, :ogg, :m4a, :webm, :mp4, :otf, :ttf, :woff, :woff2, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json, :pdf, :zip, :gzip], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby, :coffee, :jbuilder]}. Searched in:

"/Users/naveen/Documents/Internship/projectIntern/app/views"

):

app/controllers/urls_controller.rb:33:in `show_long_url' Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 17:35:13 +0530

 (1.3ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.4ms)

Completed 200 OK in 321ms (Views: 289.7ms | ActiveRecord: 4.9ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 17:35:37 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"sDd7kQ7NaCCit5ImsJG656YMl4hS0bdCQu5Z2o/45gmm6P0enl0xPC1+pWEpLPpzk5SsmJkzaEEaPKPIgwNeDw==", "url"=>{"longurl"=>"www.proptiger.com/rentals", "domain"=>"proptiger.com"}, "commit"=>"Search"}
Url Load (13.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7

Completed 500 Internal Server Error in 25ms (ActiveRecord: 13.4ms)

NoMethodError (undefined method `each_char' for nil:NilClass):

app/helpers/urls_helper.rb:4:in `mdvalue' app/controllers/urls_controller.rb:9:in `create' Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 17:37:09 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.0ms)

Completed 200 OK in 61ms (Views: 40.6ms | ActiveRecord: 5.1ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 17:37:23 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"FWptpCl2ehPe1jE0QRAjrjSNXp/gH+sMHtgNTTp2byEDtesrueYjD1EfBnPYrWM6ARVljyv9NA9GCvdfNo3XJw==", "url"=>{"longurl"=>"www.proptiger.com/rentals", "domain"=>"proptiger.com"}, "commit"=>"Search"}
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7

Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.9ms)

NoMethodError (undefined method `each_char' for nil:NilClass):

app/helpers/urls_helper.rb:5:in `mdvalue' app/controllers/urls_controller.rb:9:in `create' Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 17:38:09 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.8ms)

Completed 200 OK in 71ms (Views: 30.4ms | ActiveRecord: 4.5ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 17:38:17 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"udcniafl0MDPctBm2/e1JDf+dtOZ2yuZU38eKU4UIqmvCKEGN3WJ3EC75yFCSvWwAmZNw1I59JoLreQ7Qu+arw==", "url"=>{"longurl"=>"www.proptiger.com/rentals", "domain"=>"proptiger.com"}, "commit"=>"Search"}
Url Load (8.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7

Completed 500 Internal Server Error in 15ms (ActiveRecord: 8.0ms)

NoMethodError (undefined method `each_char' for nil:NilClass):

app/helpers/urls_helper.rb:5:in `mdvalue' app/controllers/urls_controller.rb:10:in `create' Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 17:39:09 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.9ms)

Completed 200 OK in 48ms (Views: 29.9ms | ActiveRecord: 3.2ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 17:39:42 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"cJyLDlAzJ0b37l0fCXPjbZSGFZou8dwsJ54h0zY69OtmQw2BwKN+WngnaliQzqP5oR4uiuUTAy9/TNvBOsFM7Q==", "url"=>{"longurl"=>"www.proptiger.com/rentals", "domain"=>"proptiger.com"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7

Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.6ms)

NoMethodError (undefined method `%' for nil:NilClass):

app/helpers/urls_helper.rb:14:in `conversion' app/controllers/urls_controller.rb:11:in `create' Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 17:40:57 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.4ms)

Completed 200 OK in 48ms (Views: 27.9ms | ActiveRecord: 4.3ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 17:41:04 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"l27SvksUwWPP72JVlfic/mOaOV5pIaImTI78dUtcat+BsVQx24SYf0AmVRIMRdxqVgICTqLDfSUUXAZnR6fS2Q==", "url"=>{"longurl"=>"www.proptiger.com/rentals", "domain"=>"proptiger.com"}, "commit"=>"Search"}
Url Load (5.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:12
Url Create (1.2ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.proptiger.com/rentals"], ["shorturl", "www.proptiger.com/QpXB"], ["domain", "proptiger.com"], ["mdsum", 2564], ["created_at", "2019-01-18 12:11:04.895433"], ["updated_at", "2019-01-18 12:11:04.895433"]]
↳ app/controllers/urls_controller.rb:12
 (0.8ms)  COMMIT
↳ app/controllers/urls_controller.rb:12

Redirected to localhost:3000/urls/61 Completed 302 Found in 66ms (ActiveRecord: 7.7ms)

Started GET “/urls/61” for 127.0.0.1 at 2019-01-18 17:41:04 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"61"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 61], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:27
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.3ms)

Completed 200 OK in 44ms (Views: 40.8ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 18:06:28 +0530

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/helpers/urls_helper.rb:6: syntax error, unexpected ',', expecting '}' …char {|x| mdsum+=(x.ord*count),count+=1} … ^ /Users/naveen/Documents/Internship/projectIntern/app/helpers/urls_helper.rb:6: syntax error, unexpected '}', expecting end … mdsum+=(x.ord*count),count+=1} … ^):

app/helpers/urls_helper.rb:6: syntax error, unexpected ',', expecting '}' app/helpers/urls_helper.rb:6: syntax error, unexpected '}', expecting end app/controllers/application_controller.rb:1:in `<main>' app/controllers/urls_controller.rb:1:in `<main>' Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 18:07:19 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.5ms)

Completed 200 OK in 97ms (Views: 66.6ms | ActiveRecord: 13.7ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 20:41:19 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"oyJl/20EOyVppPABZ3y+7hl3LtfILdA1hf8di6zG6bG1/eNw/ZRiOeZtx0b+wf56LO8VxwPPDzbdLeeZoD1Rtw==", "url"=>{"longurl"=>"www.gmail.com", "domain"=>"gmail"}, "commit"=>"Search"}
Url Load (1.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7

Completed 500 Internal Server Error in 17ms (ActiveRecord: 7.5ms)

NameError (undefined local variable or method `prefix' for UrlsHelper:Module):

app/helpers/urls_helper.rb:9:in `conversion' app/controllers/urls_controller.rb:11:in `create' Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 20:41:46 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.0ms)

Completed 200 OK in 48ms (Views: 26.8ms | ActiveRecord: 9.3ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 20:42:01 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"OMOc7SU6PV65E9xOlrDN0PJV9u0sxn2kVQ+EQ2wi5KYuHBpitapkQjba6wkPDY1Ex83N/eckoqcN3X5RYNlcoA==", "url"=>{"longurl"=>"www.gmail.com", "domain"=>"gmail"}, "commit"=>"Search"}
Url Load (3.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:12
Url Create (2.1ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.gmail.com"], ["shorturl", "www.gmail/PwKA"], ["domain", "gmail"], ["mdsum", 1290], ["created_at", "2019-01-18 15:12:01.530808"], ["updated_at", "2019-01-18 15:12:01.530808"]]
↳ app/controllers/urls_controller.rb:12
 (1.7ms)  COMMIT
↳ app/controllers/urls_controller.rb:12

Redirected to localhost:3000/urls/62 Completed 302 Found in 20ms (ActiveRecord: 7.8ms)

Started GET “/urls/62” for 127.0.0.1 at 2019-01-18 20:42:01 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"62"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 62], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:27
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.3ms)

Completed 200 OK in 46ms (Views: 40.5ms | ActiveRecord: 0.4ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 20:46:13 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"OMOc7SU6PV65E9xOlrDN0PJV9u0sxn2kVQ+EQ2wi5KYuHBpitapkQjba6wkPDY1Ex83N/eckoqcN3X5RYNlcoA==", "url"=>{"longurl"=>"www.gmail.com", "domain"=>"gmail"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:12
Url Create (0.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.gmail.com"], ["shorturl", "www.nav.com/PwKA"], ["domain", "gmail"], ["mdsum", 1290], ["created_at", "2019-01-18 15:16:14.011793"], ["updated_at", "2019-01-18 15:16:14.011793"]]
↳ app/controllers/urls_controller.rb:12
 (39.5ms)  COMMIT
↳ app/controllers/urls_controller.rb:12

Redirected to localhost:3000/urls/63 Completed 302 Found in 61ms (ActiveRecord: 45.9ms)

Started GET “/urls/63” for 127.0.0.1 at 2019-01-18 20:46:14 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"63"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 63], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:27
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 36ms (Views: 33.6ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 20:47:21 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (8.8ms)

Completed 200 OK in 64ms (Views: 61.9ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 20:47:29 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"kKUZiOsbELXZlBFskzjEhiaON9kdhVyFWkdtf56Au1qGep8He4tJqVZdJisKhYQSExYMydZng4YClZdtknsDXA==", "url"=>{"longurl"=>"www.gmail.com", "domain"=>"gmail"}, "commit"=>"Search"}
Url Load (8.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
 (0.5ms)  BEGIN
↳ app/controllers/urls_controller.rb:12
Url Create (1.9ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.gmail.com"], ["shorturl", "www.nav.com/PwKA"], ["domain", "gmail"], ["mdsum", 1290], ["created_at", "2019-01-18 15:17:29.666051"], ["updated_at", "2019-01-18 15:17:29.666051"]]
↳ app/controllers/urls_controller.rb:12
 (1.0ms)  COMMIT
↳ app/controllers/urls_controller.rb:12

Redirected to localhost:3000/urls/64 Completed 302 Found in 19ms (ActiveRecord: 11.9ms)

Started GET “/urls/64” for 127.0.0.1 at 2019-01-18 20:47:29 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"64"}
Url Load (5.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 64], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:27
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 47ms (Views: 37.0ms | ActiveRecord: 5.0ms)

Started GET “/urls” for 127.0.0.1 at 2019-01-18 20:48:05 +0530

 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

AbstractController::ActionNotFound (The action 'index' could not be found for UrlsController):

actionpack (5.2.2) lib/abstract_controller/base.rb:129:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 20:48:09 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (9.1ms)

Completed 200 OK in 299ms (Views: 256.1ms | ActiveRecord: 12.6ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 20:48:21 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"xsgx7nhPDZ3ZVSyafbfnOB1dm/haOF2gZ5Dqc9JLn7LQF7dh6N9UgVacG93kCqesKMWg6JHagqM/QhBh3rAntA==", "url"=>{"longurl"=>"www.gmail.com", "domain"=>"google"}, "commit"=>"Search"}
Url Load (11.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
 (0.4ms)  BEGIN
↳ app/controllers/urls_controller.rb:12
Url Create (1.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.gmail.com"], ["shorturl", "www.nav.com/PwKA"], ["domain", "google"], ["mdsum", 1290], ["created_at", "2019-01-18 15:18:21.936297"], ["updated_at", "2019-01-18 15:18:21.936297"]]
↳ app/controllers/urls_controller.rb:12
 (1.2ms)  COMMIT
↳ app/controllers/urls_controller.rb:12

Redirected to localhost:3000/urls/65 Completed 302 Found in 41ms (ActiveRecord: 14.7ms)

Started GET “/urls/65” for 127.0.0.1 at 2019-01-18 20:48:21 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"65"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 65], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:27
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.4ms)

Completed 200 OK in 54ms (Views: 42.4ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 20:50:53 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.7ms)

Completed 200 OK in 41ms (Views: 25.7ms | ActiveRecord: 5.3ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 20:50:59 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"tFWQpHxz0WHfQIMu9wtaKpdv7sRnVxxVjJazsU0VKx6iihYr7OOIfVCJtGluthq+ovfV1Ky1w1bUREmjQe6TGA==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Search"}
Url Load (6.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:12
Url Create (0.7ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.facebook.com"], ["shorturl", "www.nav.com/nXNA"], ["domain", "facebook"], ["mdsum", 1594], ["created_at", "2019-01-18 15:20:59.599602"], ["updated_at", "2019-01-18 15:20:59.599602"]]
↳ app/controllers/urls_controller.rb:12
 (0.6ms)  COMMIT
↳ app/controllers/urls_controller.rb:12

Redirected to localhost:3000/urls/66 Completed 302 Found in 18ms (ActiveRecord: 8.3ms)

Started GET “/urls/66” for 127.0.0.1 at 2019-01-18 20:50:59 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"66"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 66], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 49ms (Views: 44.8ms | ActiveRecord: 0.6ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 20:51:21 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"tFWQpHxz0WHfQIMu9wtaKpdv7sRnVxxVjJazsU0VKx6iihYr7OOIfVCJtGluthq+ovfV1Ky1w1bUREmjQe6TGA==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Search"}
Url Load (6.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
 (1.9ms)  BEGIN
↳ app/controllers/urls_controller.rb:12
Url Create (0.8ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.facebook.com"], ["shorturl", "www.nav.com/nXNA"], ["domain", "facebook"], ["mdsum", 1594], ["created_at", "2019-01-18 15:21:21.336329"], ["updated_at", "2019-01-18 15:21:21.336329"]]
↳ app/controllers/urls_controller.rb:12
 (1.6ms)  COMMIT
↳ app/controllers/urls_controller.rb:12

Redirected to localhost:3000/urls/67 Completed 302 Found in 21ms (ActiveRecord: 10.8ms)

Started GET “/urls/67” for 127.0.0.1 at 2019-01-18 20:51:21 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"67"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 67], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.4ms)

Completed 200 OK in 44ms (Views: 40.8ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 20:53:02 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.7ms)

Completed 200 OK in 92ms (Views: 56.4ms | ActiveRecord: 11.7ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 20:53:08 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"zXkhR+S2LpKdFqj0NDUXTAvwwqBVRlRF+3nKVdHsTFOxmxE5yZPKKn5/kqxYzNZ0iUe+Ji64zCxsHfzCMP30UQ==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Search"}
Url Load (11.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL AND "urls"."domain" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
 (2.1ms)  BEGIN
↳ app/controllers/urls_controller.rb:12
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.facebook.com"], ["shorturl", "www.nav.com/nXNA"], ["domain", "facebook"], ["mdsum", 1594], ["created_at", "2019-01-18 15:23:08.840872"], ["updated_at", "2019-01-18 15:23:08.840872"]]
↳ app/controllers/urls_controller.rb:12
 (9.0ms)  COMMIT
↳ app/controllers/urls_controller.rb:12

Redirected to localhost:3000/urls/68 Completed 302 Found in 32ms (ActiveRecord: 22.7ms)

Started GET “/urls/68” for 127.0.0.1 at 2019-01-18 20:53:08 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"68"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 68], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.6ms)

Completed 200 OK in 48ms (Views: 44.1ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 20:54:35 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 65ms (Views: 29.1ms | ActiveRecord: 11.7ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 20:54:38 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"o8QCiTUkAFATv/rT4XfddVz3ZG3zpIzzvX1l0P3keiHfJjL3GAHk6PDWwIuNjhxN3kAY64haFJoqGVNHHPXCIw==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Search"}
Url Load (2.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:8

Redirected to localhost:3000/urls/56 Completed 302 Found in 6ms (ActiveRecord: 2.0ms)

Started GET “/urls/56” for 127.0.0.1 at 2019-01-18 20:54:38 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"56"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 56], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.8ms)

Completed 200 OK in 54ms (Views: 49.7ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 20:54:47 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.7ms)

Completed 200 OK in 61ms (Views: 58.8ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 20:54:53 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"o3NZ4LV6sC0+gQR4jTiX1S+jp+ZC1g4qCe/Vyj5a0UzfkWmemF9Uld3oPiDhwVbtrRTbYDkolkOei+Nd30tpTg==", "url"=>{"longurl"=>"www.housing.com/seller", "domain"=>"housing"}, "commit"=>"Search"}
Url Load (7.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.housing.com/seller"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:8

Redirected to localhost:3000/urls/57 Completed 302 Found in 14ms (ActiveRecord: 7.1ms)

Started GET “/urls/57” for 127.0.0.1 at 2019-01-18 20:54:53 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"57"}
Url Load (4.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 57], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.7ms)

Completed 200 OK in 47ms (Views: 35.6ms | ActiveRecord: 4.9ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 20:54:57 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (10.9ms)

Completed 200 OK in 80ms (Views: 76.4ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 20:55:04 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"BwI9AfA8s5QdZ2K3AL8r2YhU0fO3JsJaute1EzKCH5974A1/3RlXLP4OWO9sRurhCuOtdczYWjMts4OE05OnnQ==", "url"=>{"longurl"=>"www.gmail.com", "domain"=>"gmail"}, "commit"=>"Search"}
Url Load (13.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.gmail.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:8

Redirected to localhost:3000/urls/62 Completed 302 Found in 18ms (ActiveRecord: 13.7ms)

Started GET “/urls/62” for 127.0.0.1 at 2019-01-18 20:55:04 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"62"}
Url Load (7.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 62], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (3.6ms)

Completed 200 OK in 85ms (Views: 72.2ms | ActiveRecord: 7.6ms)

 (0.3ms)  SELECT pg_try_advisory_lock(4940285333737373340)
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23

Migrating to CreateUrls (20190118152850)

 (0.2ms)  BEGIN
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (28.0ms)  CREATE TABLE "urls" ("id" bigserial primary key, "longurl" character varying, "shorturl" character varying, "domain" character varying, "mdsum" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
↳ db/migrate/20190118152850_create_urls.rb:3
 (0.2ms)  ROLLBACK
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.3ms)  SELECT pg_advisory_unlock(4940285333737373340)
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.3ms)  SELECT pg_try_advisory_lock(4940285333737373340)
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23

Migrating to CreateUrls (20190118152850)

 (0.2ms)  BEGIN
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (21.1ms)  CREATE TABLE "urls" ("id" bigserial primary key, "longurl" character varying, "shorturl" character varying, "domain" character varying, "mdsum" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
↳ db/migrate/20190118152850_create_urls.rb:3
ActiveRecord::SchemaMigration Create (0.5ms)  INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"  [["version", "20190118152850"]]
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (1.0ms)  COMMIT
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
ActiveRecord::InternalMetadata Load (1.5ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.2ms)  BEGIN
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.1ms)  COMMIT
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.2ms)  SELECT pg_advisory_unlock(4940285333737373340)
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.3ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 21:02:18 +0530

 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.2ms)

Completed 200 OK in 364ms (Views: 334.7ms | ActiveRecord: 7.5ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 21:02:29 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"zA3pyW5/VlrEXFR8hHFGLLi+DHW8i4ROaG8Znsym4X7a0m9G/u8PRkuVYzsdzAa4jSY3ZXdpW00wveOMwF1ZeA==", "url"=>{"longurl"=>"www.google.com", "domain"=>"google"}, "commit"=>"Search"}
Url Load (29.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.google.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:8

Redirected to Completed 500 Internal Server Error in 35ms (ActiveRecord: 29.2ms)

ActionController::ActionControllerError (Cannot redirect to nil!):

app/controllers/urls_controller.rb:9:in `create' Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 21:03:24 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.0ms)

Completed 200 OK in 61ms (Views: 41.1ms | ActiveRecord: 4.3ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 21:03:35 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"BbI1yt2oLi+I/+e7mGm+kJQvXrKo9QVRIqJbG8VSZBATbbNFTTh3Mwc20PwB1P4EobdlomMX2lJ6cKEJyancFg==", "url"=>{"longurl"=>"www.google.com", "domain"=>"google"}, "commit"=>"Search"}
 (2.9ms)  BEGIN
↳ app/controllers/urls_controller.rb:15
Url Create (1.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.google.com"], ["shorturl", "www.nav.com/zFMA"], ["domain", "google"], ["mdsum", 1405], ["created_at", "2019-01-18 15:33:35.548580"], ["updated_at", "2019-01-18 15:33:35.548580"]]
↳ app/controllers/urls_controller.rb:15
 (3.5ms)  COMMIT
↳ app/controllers/urls_controller.rb:15

Redirected to localhost:3000/urls/1 Completed 302 Found in 16ms (ActiveRecord: 8.0ms)

Started GET “/urls/1” for 127.0.0.1 at 2019-01-18 21:03:35 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"1"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.5ms)

Completed 200 OK in 53ms (Views: 47.3ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 21:03:38 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.8ms)

Completed 200 OK in 79ms (Views: 76.0ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 21:03:49 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (6.8ms)

Completed 200 OK in 85ms (Views: 58.3ms | ActiveRecord: 3.9ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 21:04:08 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"QD+BtinCz6iAMySxXQcg9nBRo0kTZCfrT+2TMC5arKtW4Ac5uVKWtA/6E/bEumBiRcmYWdiG+OgXP2kiIqEUrQ==", "url"=>{"longurl"=>"www.google.com", "domain"=>"google"}, "commit"=>"Search"}
Url Load (5.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.google.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:8

Redirected to localhost:3000/urls/1 Completed 302 Found in 10ms (ActiveRecord: 5.2ms)

Started GET “/urls/1” for 127.0.0.1 at 2019-01-18 21:04:08 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"1"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 44ms (Views: 38.9ms | ActiveRecord: 0.8ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 21:04:27 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"QD+BtinCz6iAMySxXQcg9nBRo0kTZCfrT+2TMC5arKtW4Ac5uVKWtA/6E/bEumBiRcmYWdiG+OgXP2kiIqEUrQ==", "url"=>{"longurl"=>"www.google.com", "domain"=>"gmail"}, "commit"=>"Search"}
Url Load (1.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.google.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:8

Redirected to localhost:3000/urls/1 Completed 302 Found in 6ms (ActiveRecord: 1.1ms)

Started GET “/urls/1” for 127.0.0.1 at 2019-01-18 21:04:27 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"1"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.5ms)

Completed 200 OK in 45ms (Views: 41.5ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 21:35:47 +0530

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:10: syntax error, unexpected else, expecting ')'

else
^~~~

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:20: syntax error, unexpected end, expecting ')'

end
^~~

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:40: syntax error, unexpected end, expecting ')'):

app/controllers/urls_controller.rb:10: syntax error, unexpected else, expecting ')' app/controllers/urls_controller.rb:20: syntax error, unexpected end, expecting ')' app/controllers/urls_controller.rb:40: syntax error, unexpected end, expecting ')' Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 21:36:07 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.5ms)

Completed 200 OK in 71ms (Views: 30.0ms | ActiveRecord: 11.5ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 21:36:15 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"ztO9zgvafXsG5+FtsWbvYxZbpxbPNZlullIKW59gZhfYDDtBm0okZ4ku1ioo26/3I8OcBgTXRm3OgPBJk5veEQ==", "shorturl"=>"wewer", "commit"=>"Search"}
Url Load (1.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "wewer"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28

Completed 500 Internal Server Error in 12ms (ActiveRecord: 1.6ms)

ActionView::MissingTemplate (Missing template urls/show_long_url, application/show_long_url with {:locale=>, :formats=>[:js, “application/ecmascript”, “application/x-ecmascript”, :html, :text, :js, :css, :ics, :csv, :vcf, :vtt, :png, :jpeg, :gif, :bmp, :tiff, :svg, :mpeg, :mp3, :ogg, :m4a, :webm, :mp4, :otf, :ttf, :woff, :woff2, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json, :pdf, :zip, :gzip], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby, :coffee, :jbuilder]}. Searched in:

"/Users/naveen/Documents/Internship/projectIntern/app/views"

):

app/controllers/urls_controller.rb:29:in `show_long_url' Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 21:36:58 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.0ms)

Completed 200 OK in 49ms (Views: 29.8ms | ActiveRecord: 7.9ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 21:36:59 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.7ms)

Completed 200 OK in 35ms (Views: 33.8ms | ActiveRecord: 0.0ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 21:37:04 +0530

AbstractController::ActionNotFound (The action 'show_long_url' could not be found for UrlsController):

actionpack (5.2.2) lib/abstract_controller/base.rb:129:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:38:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 21:38:07 +0530

 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (13.9ms)

Completed 200 OK in 392ms (Views: 365.5ms | ActiveRecord: 6.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 21:38:08 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.5ms)

Completed 200 OK in 42ms (Views: 40.7ms | ActiveRecord: 0.0ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 21:38:10 +0530

AbstractController::ActionNotFound (The action 'show_long_url' could not be found for UrlsController):

actionpack (5.2.2) lib/abstract_controller/base.rb:129:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:38:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 21:43:03 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"IixCNgQKvNTPYa6sKLiNaDfq4EfjIBj4NJakAeMYlVk088S5lJrlyEComeuxBc38AnLbVyjCx/tsRF4T7+MtXw==", "shorturl"=>"ddddddw32", "commit"=>"Search"}
Url Load (1.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "ddddddw32"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28
Rendering urls/show_long_url.html.erb within layouts/application
Rendered urls/show_long_url.html.erb within layouts/application (7.2ms)

Completed 500 Internal Server Error in 30ms (ActiveRecord: 7.5ms)

ActionView::Template::Error (undefined method `shorturl' for nil:NilClass):

1: <p>
2:   <strong>shorturl:</strong>
3:   <%= @row.shorturl %>
4: </p>
5: <p>
6:   <strong>LongUrl:</strong>

app/views/urls/show_long_url.html.erb:3:in `_app_views_urls_show_long_url_html_erb__1178586121775793945_70162585006360' app/controllers/urls_controller.rb:29:in `show_long_url' Started POST “/urls” for 127.0.0.1 at 2019-01-18 21:43:33 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"IixCNgQKvNTPYa6sKLiNaDfq4EfjIBj4NJakAeMYlVk088S5lJrlyEComeuxBc38AnLbVyjCx/tsRF4T7+MtXw==", "url"=>{"longurl"=>"www.hotstar.com/movies", "domain"=>"hotstar"}, "commit"=>"Search"}
Url Load (3.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
 (0.5ms)  BEGIN
↳ app/controllers/urls_controller.rb:15
Url Create (0.9ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.hotstar.com/movies"], ["shorturl", "www.nav.com/7VUB"], ["domain", "hotstar"], ["mdsum", 2247], ["created_at", "2019-01-18 16:13:33.692663"], ["updated_at", "2019-01-18 16:13:33.692663"]]
↳ app/controllers/urls_controller.rb:15
 (354.9ms)  COMMIT
↳ app/controllers/urls_controller.rb:15

Redirected to localhost:3000/urls/2 Completed 302 Found in 396ms (ActiveRecord: 359.5ms)

Started GET “/urls/2” for 127.0.0.1 at 2019-01-18 21:43:34 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"2"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 40ms (Views: 36.3ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 21:43:42 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (6.5ms)

Completed 200 OK in 100ms (Views: 96.1ms | ActiveRecord: 0.0ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 21:43:46 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"sfC6+SI2pvnFsoe1+ZM09zGGG14zxcEfbjuVOrjA4sHy6CGcnk+UeBXBT6VtFbVPtCLJbk/uND27dWGQKHQVkg==", "shorturl"=>"www.nav.com/7VUB", "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/7VUB"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28
CACHE Url Load (0.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/7VUB"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:31

Redirected to localhost:3000/urls/2 Completed 200 OK in 5ms (ActiveRecord: 0.6ms)

Started GET “/urls/2” for 127.0.0.1 at 2019-01-18 21:43:46 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"2"}
Url Load (3.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.2ms)

Completed 200 OK in 92ms (Views: 85.0ms | ActiveRecord: 3.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 21:43:52 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (9.0ms)

Completed 200 OK in 62ms (Views: 59.1ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 21:49:18 +0530

 (0.9ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (4.3ms)

Completed 200 OK in 311ms (Views: 270.2ms | ActiveRecord: 5.5ms)

Started GET “/” for 127.0.0.1 at 2019-01-18 21:50:18 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.0ms)

Completed 200 OK in 76ms (Views: 72.1ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 21:50:34 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.3ms)

Completed 200 OK in 38ms (Views: 21.7ms | ActiveRecord: 4.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 21:51:34 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.0ms)

Completed 200 OK in 30ms (Views: 27.3ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 21:51:47 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.7ms)

Completed 200 OK in 43ms (Views: 40.3ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 21:53:18 +0530

 (0.9ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"hDgl8PL+WvwvmRe8XiqP0DFIP3jWx3NFbVQaf/ay0J6S56N/Ym4D4KBQIPvHl89EBNAEaB0lrEY1huBt+klomA==", "url"=>{"longurl"=>"www.youtube.com/channels", "domain"=>"youtube"}, "commit"=>"Search"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:15
Url Create (0.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.youtube.com/channels"], ["shorturl", "www.nav.com/&dWB"], ["domain", "youtube"], ["mdsum", 2440], ["created_at", "2019-01-18 16:23:18.423148"], ["updated_at", "2019-01-18 16:23:18.423148"]]
↳ app/controllers/urls_controller.rb:15
 (0.6ms)  COMMIT
↳ app/controllers/urls_controller.rb:15

Redirected to localhost:3000/urls/3 Completed 302 Found in 35ms (ActiveRecord: 9.2ms)

Started GET “/urls/3” for 127.0.0.1 at 2019-01-18 21:53:18 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"3"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (2.4ms)

Completed 200 OK in 291ms (Views: 284.2ms | ActiveRecord: 0.4ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 21:53:33 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"hDgl8PL+WvwvmRe8XiqP0DFIP3jWx3NFbVQaf/ay0J6S56N/Ym4D4KBQIPvHl89EBNAEaB0lrEY1huBt+klomA==", "shorturl"=>"www.nav.com/&dWB", "commit"=>"Search"}
Url Load (1.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/&dWB"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28
CACHE Url Load (0.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/&dWB"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:31

Redirected to localhost:3000/urls/3 Completed 200 OK in 7ms (ActiveRecord: 1.9ms)

Started GET “/urls/3” for 127.0.0.1 at 2019-01-18 21:53:33 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"3"}
Url Load (30.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (4.0ms)

Completed 200 OK in 124ms (Views: 90.5ms | ActiveRecord: 30.6ms)

Started GET “/urls/2” for 127.0.0.1 at 2019-01-18 21:53:35 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"2"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.9ms)

Completed 200 OK in 52ms (Views: 48.0ms | ActiveRecord: 0.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 21:53:37 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (18.2ms)

Completed 200 OK in 94ms (Views: 90.4ms | ActiveRecord: 0.0ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 21:53:39 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"GPjlYJGxTZSmJbeKRsyXVgY1/iSgJ23y3+58E/4PzYpb4H4FLch/FXZWf5rSShbug5EsFNwMmNAKoIi5brs62Q==", "shorturl"=>"wew", "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "wew"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28
Rendering urls/show_long_url.html.erb within layouts/application
Rendered urls/show_long_url.html.erb within layouts/application (14.2ms)

Completed 500 Internal Server Error in 23ms (ActiveRecord: 0.4ms)

ActionView::Template::Error (undefined method `shorturl' for nil:NilClass):

1: <p>
2:   <strong>shorturl:</strong>
3:   <%= @row.shorturl %>
4: </p>
5: <p>
6:   <strong>LongUrl:</strong>

app/views/urls/show_long_url.html.erb:3:in `_app_views_urls_show_long_url_html_erb__1935288200020670210_70317825720820' app/controllers/urls_controller.rb:29:in `show_long_url' Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 21:54:18 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"GPjlYJGxTZSmJbeKRsyXVgY1/iSgJ23y3+58E/4PzYpb4H4FLch/FXZWf5rSShbug5EsFNwMmNAKoIi5brs62Q==", "shorturl"=>"wew", "commit"=>"Search"}
Url Load (1.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "wew"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28

Completed 200 OK in 13ms (Views: 0.4ms | ActiveRecord: 6.4ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-18 22:35:30 +0530

 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Wm5ZiDnZxdsSMHcxLw/+EIbT/ivEf60ie7MjiXTfePomjGn2FPwhY/FZTWlD9j8oBGSCrb+BNUvs1xUelc7A+A==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Search"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:15
Url Create (0.7ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.facebook.com"], ["shorturl", "www.nav.com/nXNA"], ["domain", "facebook"], ["mdsum", 1594], ["created_at", "2019-01-18 17:05:31.133659"], ["updated_at", "2019-01-18 17:05:31.133659"]]
↳ app/controllers/urls_controller.rb:15
 (0.5ms)  COMMIT
↳ app/controllers/urls_controller.rb:15

Redirected to localhost:3000/urls/4 Completed 302 Found in 32ms (ActiveRecord: 7.9ms)

Started GET “/urls/4” for 127.0.0.1 at 2019-01-18 22:35:31 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (5.0ms)

Completed 200 OK in 338ms (Views: 325.1ms | ActiveRecord: 0.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 22:37:14 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (97.2ms)

Completed 200 OK in 120ms (Views: 117.6ms | ActiveRecord: 0.0ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 22:37:19 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"FawW7B4MEtGHEfhwnYttHAGeLZHDKN06JiGA+JtVTYhWtI2JonUgUFdiMGAJDeykhDr/ob8DKBjzb3RSC+G62w==", "shorturl"=>"www.nav.com/nXNA", "commit"=>"Search"}
Url Load (1.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/nXNA"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28

Redirected to localhost:3000/urls/4 Completed 200 OK in 5ms (ActiveRecord: 1.1ms)

Started GET “/urls/4” for 127.0.0.1 at 2019-01-18 22:37:19 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (3.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.2ms)

Completed 200 OK in 48ms (Views: 35.5ms | ActiveRecord: 3.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 22:37:20 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.3ms)

Completed 200 OK in 87ms (Views: 83.9ms | ActiveRecord: 0.0ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 22:37:22 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"XbAYQYt2/+mBfQHhafBHGGNUg7ro9hCIewtNxSkSPp8eqIMkNw/NaFEOyfH9dsag5vBRipTd5aquRblvuabJzA==", "shorturl"=>"ddddddw32", "commit"=>"Search"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "ddddddw32"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28
Rendering urls/show_long_url.html.erb within layouts/application
Rendered urls/show_long_url.html.erb within layouts/application (1.1ms)

Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.7ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/urls/show_long_url.html.erb:1: syntax error, unexpected ')', expecting then or ';' or 'n' …_buffer.append=( if @row==nil );@output_buffer.safe_append=' … ^ /Users/naveen/Documents/Internship/projectIntern/app/views/urls/show_long_url.html.erb:3: syntax error, unexpected end, expecting ')' '.freeze; end

^~~

/Users/naveen/Documents/Internship/projectIntern/app/views/urls/show_long_url.html.erb:28: syntax error, unexpected ensure, expecting ')'

ensure
^~~~~~

/Users/naveen/Documents/Internship/projectIntern/app/views/urls/show_long_url.html.erb:30: syntax error, unexpected end, expecting ')'

end
^~~):

app/views/urls/show_long_url.html.erb:1: syntax error, unexpected ')', expecting then or ';' or 'n' app/views/urls/show_long_url.html.erb:3: syntax error, unexpected end, expecting ')' app/views/urls/show_long_url.html.erb:28: syntax error, unexpected ensure, expecting ')' app/views/urls/show_long_url.html.erb:30: syntax error, unexpected end, expecting ')' Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 22:39:31 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"XbAYQYt2/+mBfQHhafBHGGNUg7ro9hCIewtNxSkSPp8eqIMkNw/NaFEOyfH9dsag5vBRipTd5aquRblvuabJzA==", "shorturl"=>"ddddddw32", "commit"=>"Search"}
Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "ddddddw32"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28
Rendering urls/show_long_url.html.erb within layouts/application
Rendered urls/show_long_url.html.erb within layouts/application (1.0ms)

Completed 500 Internal Server Error in 39ms (ActiveRecord: 9.7ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/urls/show_long_url.html.erb:1: syntax error, unexpected ')', expecting then or ';' or 'n' …_buffer.append=( if @row==nil );@output_buffer.safe_append=' … ^ /Users/naveen/Documents/Internship/projectIntern/app/views/urls/show_long_url.html.erb:3: syntax error, unexpected end, expecting ')' '.freeze; end

^~~

/Users/naveen/Documents/Internship/projectIntern/app/views/urls/show_long_url.html.erb:28: syntax error, unexpected ensure, expecting ')'

ensure
^~~~~~

/Users/naveen/Documents/Internship/projectIntern/app/views/urls/show_long_url.html.erb:30: syntax error, unexpected end, expecting ')'

end
^~~):

app/views/urls/show_long_url.html.erb:1: syntax error, unexpected ')', expecting then or ';' or 'n' app/views/urls/show_long_url.html.erb:3: syntax error, unexpected end, expecting ')' app/views/urls/show_long_url.html.erb:28: syntax error, unexpected ensure, expecting ')' app/views/urls/show_long_url.html.erb:30: syntax error, unexpected end, expecting ')' Started GET “/urls/new” for 127.0.0.1 at 2019-01-18 22:39:37 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.7ms)

Completed 200 OK in 64ms (Views: 48.5ms | ActiveRecord: 0.0ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-18 22:39:39 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"4oe0rRb44oLbWJ0I2baxL+d0FyevTWQhYnvWhFdIBZv0WDIihmi7nlSRqk9AC/G70uwsN2SvuyI6qSyWW7O9nQ==", "shorturl"=>"ddddddw32", "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "ddddddw32"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28
Rendering urls/show_long_url.html.erb within layouts/application
Rendered urls/show_long_url.html.erb within layouts/application (1.0ms)

Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.5ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/urls/show_long_url.html.erb:1: syntax error, unexpected ')', expecting then or ';' or 'n' …_buffer.append=( if @row==nil );@output_buffer.safe_append=' … ^ /Users/naveen/Documents/Internship/projectIntern/app/views/urls/show_long_url.html.erb:3: syntax error, unexpected end, expecting ')' '.freeze; end

^~~

/Users/naveen/Documents/Internship/projectIntern/app/views/urls/show_long_url.html.erb:28: syntax error, unexpected ensure, expecting ')'

ensure
^~~~~~

/Users/naveen/Documents/Internship/projectIntern/app/views/urls/show_long_url.html.erb:30: syntax error, unexpected end, expecting ')'

end
^~~):

app/views/urls/show_long_url.html.erb:1: syntax error, unexpected ')', expecting then or ';' or 'n' app/views/urls/show_long_url.html.erb:3: syntax error, unexpected end, expecting ')' app/views/urls/show_long_url.html.erb:28: syntax error, unexpected ensure, expecting ')' app/views/urls/show_long_url.html.erb:30: syntax error, unexpected end, expecting ')' Started GET “/” for 127.0.0.1 at 2019-01-19 11:04:35 +0530

 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (58.5ms)

Completed 200 OK in 517ms (Views: 484.3ms | ActiveRecord: 5.2ms)

Started POST “/users” for 127.0.0.1 at 2019-01-19 11:04:52 +0530 Processing by UsersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"LJmlR1RXNLVRUGMdk3f9nDWMzFFvfQGx0oKK8PPHHwc6RiPIxMdtqd6ZVFoKyr0IABT3QaSf3rKKUHDi/zynAQ==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

 (0.2ms)  BEGIN
↳ app/controllers/users_controller.rb:7
User Exists (0.9ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "naveen"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:7
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "naveen.kewalramani2903@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:7
 (0.3ms)  ROLLBACK
↳ app/controllers/users_controller.rb:7

No template found for UsersController#create, rendering head :no_content Completed 204 No Content in 261ms (ActiveRecord: 1.9ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 11:05:01 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (1.6ms)

Completed 200 OK in 71ms (Views: 69.1ms | ActiveRecord: 0.0ms)

Started POST “/users” for 127.0.0.1 at 2019-01-19 11:05:14 +0530 Processing by UsersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"7gtiiS7cvg/b5U4lO14pTzd/D8OuTyX8kbAcmfpEgzv41OQGvkznE1QseWKi42nbAuc002Wt+v/JYuaL9r87PQ==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

 (1.9ms)  BEGIN
↳ app/controllers/users_controller.rb:7
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "naveen"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:7
User Exists (2.0ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "naveen.kewalramani2903@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:7
 (0.3ms)  ROLLBACK
↳ app/controllers/users_controller.rb:7

No template found for UsersController#create, rendering head :no_content Completed 204 No Content in 55ms (ActiveRecord: 4.7ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 11:52:20 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (1.7ms)

Completed 200 OK in 46ms (Views: 23.0ms | ActiveRecord: 8.5ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 11:52:21 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.0ms)

Completed 200 OK in 29ms (Views: 26.3ms | ActiveRecord: 0.0ms)

Started POST “/users” for 127.0.0.1 at 2019-01-19 11:52:33 +0530 Processing by UsersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"66CANJ6ABwDaxqv/dSH5n6l+bluceGkQ7EDg+OzfAJ79fwa7DhBeHFUPnLjsnLkLnOZVS1eathO0khrq4CS4mA==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)

NoMethodError (undefined method `[]' for nil:NilClass):

app/controllers/users_controller.rb:6:in `create' Started POST “/users” for 127.0.0.1 at 2019-01-19 11:53:09 +0530 Processing by UsersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"66CANJ6ABwDaxqv/dSH5n6l+bluceGkQ7EDg+OzfAJ79fwa7DhBeHFUPnLjsnLkLnOZVS1eathO0khrq4CS4mA==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (1.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "naveen.kewalramani2903@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:6

Redirected to localhost:3000/user/login Completed 302 Found in 46ms (ActiveRecord: 6.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-19 11:53:09 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (4.4ms)

Completed 200 OK in 68ms (Views: 66.6ms | ActiveRecord: 0.0ms)

Started POST “/users” for 127.0.0.1 at 2019-01-19 11:54:21 +0530 Processing by UsersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"8z3uuBgFKENQsz1vU7GCKL0MuCM4c7/uxeHUSzHUHmnl4mg3iJVxX996CijKDMK8iJSDM/ORYO2dMy5ZPS+mbw==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "naveen.kewalramani2903@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:6

Redirected to Completed 500 Internal Server Error in 26ms (ActiveRecord: 5.3ms)

ActionController::UrlGenerationError (No route matches {:action=>“login”, :controller=>“users”}):

app/controllers/users_controller.rb:8:in `create' Started POST “/users” for 127.0.0.1 at 2019-01-19 11:54:53 +0530 Processing by UsersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"8z3uuBgFKENQsz1vU7GCKL0MuCM4c7/uxeHUSzHUHmnl4mg3iJVxX996CijKDMK8iJSDM/ORYO2dMy5ZPS+mbw==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "naveen.kewalramani2903@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:6

Redirected to localhost:3000/users Completed 302 Found in 16ms (ActiveRecord: 4.4ms)

Started GET “/users” for 127.0.0.1 at 2019-01-19 11:54:53 +0530

ActionController::RoutingError (No route matches [GET] “/users”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/users” for 127.0.0.1 at 2019-01-19 11:55:33 +0530 Processing by UsersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"8z3uuBgFKENQsz1vU7GCKL0MuCM4c7/uxeHUSzHUHmnl4mg3iJVxX996CijKDMK8iJSDM/ORYO2dMy5ZPS+mbw==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "naveen.kewalramani2903@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:6

Completed 500 Internal Server Error in 223ms (ActiveRecord: 3.9ms)

NameError (undefined local variable or method `user_path' for #<UsersController:0x00007fccea078cf8> Did you mean? users_path

url_path
urls_path):

app/controllers/users_controller.rb:8:in `create' Started GET “/users” for 127.0.0.1 at 2019-01-19 11:55:56 +0530

ActionController::RoutingError (No route matches [GET] “/users”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-19 11:56:04 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (4.8ms)

Completed 200 OK in 77ms (Views: 51.2ms | ActiveRecord: 6.8ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 11:56:12 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (4.1ms)

Completed 200 OK in 51ms (Views: 48.7ms | ActiveRecord: 0.0ms)

Started POST “/users” for 127.0.0.1 at 2019-01-19 11:56:26 +0530 Processing by UsersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"bEkpZ5rpBnSvo/bZjAzqD+3eVS2cdxVVG0yuH4eQR4p6lq/oCnlfaCBqwZ4Vsaqb2EZuPVeVylZDnlQNi2v/jA==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (14.4ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "naveen.kewalramani2903@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:6

Redirected to localhost:3000/users Completed 302 Found in 21ms (ActiveRecord: 14.4ms)

Started GET “/users” for 127.0.0.1 at 2019-01-19 11:56:26 +0530

ActionController::RoutingError (No route matches [GET] “/users”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/users” for 127.0.0.1 at 2019-01-19 11:57:08 +0530

ActionController::RoutingError (No route matches [GET] “/users”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-19 11:57:13 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (4.8ms)

Completed 200 OK in 54ms (Views: 33.5ms | ActiveRecord: 4.1ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 11:57:16 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.0ms)

Completed 200 OK in 33ms (Views: 30.4ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 11:57:18 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 27ms (Views: 25.2ms | ActiveRecord: 0.0ms)

Started POST “/users” for 127.0.0.1 at 2019-01-19 11:57:50 +0530 Processing by UsersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"7qdXcbV6zPRZePjQy4F1z+j7qDub3RAvdpsAnpPCK3P4eNH+JeqV6Naxz5dSPDVb3WOTK1A/zywuSfqMnzmTdQ==", "user"=>{"username"=>"a1", "email"=>"a1@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (1.9ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "a1@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:6

Unpermitted parameter: :password_confirmation

 (0.7ms)  BEGIN
↳ app/controllers/users_controller.rb:11
User Exists (1.6ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "a1"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:11
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "a1@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:11
 (0.3ms)  ROLLBACK
↳ app/controllers/users_controller.rb:11

No template found for UsersController#create, rendering head :no_content Completed 204 No Content in 65ms (ActiveRecord: 5.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 11:58:47 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (5.1ms)

Completed 200 OK in 60ms (Views: 37.1ms | ActiveRecord: 3.9ms)

Started POST “/users” for 127.0.0.1 at 2019-01-19 11:59:00 +0530 Processing by UsersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"jkivfzUbSiF+mIIGVOqu/Bl81nNqEy1IOBgqWzQu+lGYlynwpYsTPfFRtUHNV+5oLOTtY6Hx8ktgytBJONVCVw==", "user"=>{"username"=>"a1", "email"=>"a1@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "a1@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:6

Unpermitted parameter: :password_confirmation

 (0.2ms)  BEGIN
↳ app/controllers/users_controller.rb:11
User Exists (0.6ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "a1"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:11
User Exists (0.6ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "a1@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:11
 (0.5ms)  ROLLBACK
↳ app/controllers/users_controller.rb:11

No template found for UsersController#create, rendering head :no_content Completed 204 No Content in 62ms (ActiveRecord: 2.4ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 11:59:57 +0530 Processing by UsersController#new as HTML Completed 500 Internal Server Error in 23ms (ActiveRecord: 3.8ms)

NoMethodError (undefined method `[]' for nil:NilClass):

app/controllers/users_controller.rb:4:in `new' Started GET “/” for 127.0.0.1 at 2019-01-19 12:00:36 +0530 Processing by UsersController#new as HTML Completed 400 Bad Request in 2ms (ActiveRecord: 0.0ms)

ActionController::ParameterMissing (param is missing or the value is empty: user):

app/controllers/users_controller.rb:22:in `user_params' app/controllers/users_controller.rb:3:in `new' Started GET “/users” for 127.0.0.1 at 2019-01-19 12:07:32 +0530

ActionController::RoutingError (No route matches [GET] “/users”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-19 12:07:35 +0530

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/controllers/users_controller.rb:10: syntax error, unexpected ':', expecting =>

render json: {'msg' : 'user already exist'}
                    ^

/Users/naveen/Documents/Internship/projectIntern/app/controllers/users_controller.rb:10: syntax error, unexpected '}', expecting end … {'msg' : 'user already exist'} … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/users_controller.rb:14: syntax error, unexpected ':', expecting =>

render json: {'msg' : 'username already exist'}
                    ^

/Users/naveen/Documents/Internship/projectIntern/app/controllers/users_controller.rb:14: syntax error, unexpected '}', expecting end …sg' : 'username already exist'} … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/users_controller.rb:18: syntax error, unexpected ':', expecting =>

render json: {'msg' : 'successfully logged in'}
                    ^

/Users/naveen/Documents/Internship/projectIntern/app/controllers/users_controller.rb:18: syntax error, unexpected '}', expecting end …sg' : 'successfully logged in'} … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/users_controller.rb:22: syntax error, unexpected ':', expecting =>

render json: {'msg' : 'form invalid'}
                    ^

/Users/naveen/Documents/Internship/projectIntern/app/controllers/users_controller.rb:22: syntax error, unexpected '}', expecting end … json: {'msg' : 'form invalid'} … ^):

app/controllers/users_controller.rb:10: syntax error, unexpected ':', expecting => app/controllers/users_controller.rb:10: syntax error, unexpected '}', expecting end app/controllers/users_controller.rb:14: syntax error, unexpected ':', expecting => app/controllers/users_controller.rb:14: syntax error, unexpected '}', expecting end app/controllers/users_controller.rb:18: syntax error, unexpected ':', expecting => app/controllers/users_controller.rb:18: syntax error, unexpected '}', expecting end app/controllers/users_controller.rb:22: syntax error, unexpected ':', expecting => app/controllers/users_controller.rb:22: syntax error, unexpected '}', expecting end Started GET “/” for 127.0.0.1 at 2019-01-19 12:08:15 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 58ms (Views: 30.4ms | ActiveRecord: 10.2ms)

Started POST “/users” for 127.0.0.1 at 2019-01-19 12:08:30 +0530 Processing by UsersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"DbXWoaX15Qq1RZzzF4QN77BOJWDLcZ4hFsUSpLlRGNkbalAuNWW8FjqMq7SOOU17hdYecACTQSJOF+i2taqg3w==", "user"=>{"username"=>"a1", "email"=>"a1@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (3.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "a1@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:9
User Load (1.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "a1"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:13

Unpermitted parameter: :password_confirmation

 (0.3ms)  BEGIN
↳ app/controllers/users_controller.rb:17
User Exists (0.6ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "a1"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:17
User Exists (0.7ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "a1@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:17
 (3.4ms)  ROLLBACK
↳ app/controllers/users_controller.rb:17

Completed 200 OK in 22ms (Views: 0.3ms | ActiveRecord: 9.7ms)

Started POST “/users” for 127.0.0.1 at 2019-01-19 12:09:28 +0530 Processing by UsersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"DbXWoaX15Qq1RZzzF4QN77BOJWDLcZ4hFsUSpLlRGNkbalAuNWW8FjqMq7SOOU17hdYecACTQSJOF+i2taqg3w==", "user"=>{"username"=>"hello", "email"=>"hello@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (2.2ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "hello@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:9
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "hello"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:13

Unpermitted parameter: :password_confirmation

 (0.2ms)  BEGIN
↳ app/controllers/users_controller.rb:17
User Exists (8.6ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "hello"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:17
User Exists (4.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "hello@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:17
User Create (1.4ms)  INSERT INTO "users" ("username", "email", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["username", "hello"], ["email", "hello@gmail.com"], ["created_at", "2019-01-19 06:39:28.741243"], ["updated_at", "2019-01-19 06:39:28.741243"]]
↳ app/controllers/users_controller.rb:17
 (387.5ms)  COMMIT
↳ app/controllers/users_controller.rb:17

Completed 200 OK in 418ms (Views: 0.2ms | ActiveRecord: 404.9ms)

Started POST “/users” for 127.0.0.1 at 2019-01-19 12:09:47 +0530 Processing by UsersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"DbXWoaX15Qq1RZzzF4QN77BOJWDLcZ4hFsUSpLlRGNkbalAuNWW8FjqMq7SOOU17hdYecACTQSJOF+i2taqg3w==", "user"=>{"username"=>"hello", "email"=>"hello@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (3.7ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "hello@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:9

Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 3.7ms)

Started POST “/users” for 127.0.0.1 at 2019-01-19 12:10:03 +0530 Processing by UsersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"DbXWoaX15Qq1RZzzF4QN77BOJWDLcZ4hFsUSpLlRGNkbalAuNWW8FjqMq7SOOU17hdYecACTQSJOF+i2taqg3w==", "user"=>{"username"=>"hello", "email"=>"heo@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (0.7ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "heo@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:9
User Load (1.3ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "hello"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:13

Unpermitted parameter: :password_confirmation

 (3.1ms)  BEGIN
↳ app/controllers/users_controller.rb:17
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "hello"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:17
User Exists (1.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "heo@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:17
 (0.3ms)  ROLLBACK
↳ app/controllers/users_controller.rb:17

Completed 200 OK in 20ms (Views: 0.3ms | ActiveRecord: 7.0ms)

Started POST “/users” for 127.0.0.1 at 2019-01-19 12:10:17 +0530 Processing by UsersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"DbXWoaX15Qq1RZzzF4QN77BOJWDLcZ4hFsUSpLlRGNkbalAuNWW8FjqMq7SOOU17hdYecACTQSJOF+i2taqg3w==", "user"=>{"username"=>"hello", "email"=>"heo@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (0.8ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "heo@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:9
User Load (1.8ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "hello"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:13

Unpermitted parameter: :password_confirmation

 (0.2ms)  BEGIN
↳ app/controllers/users_controller.rb:17
User Exists (1.7ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "hello"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:17
User Exists (0.7ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "heo@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:17
 (0.3ms)  ROLLBACK
↳ app/controllers/users_controller.rb:17

Completed 200 OK in 16ms (Views: 0.3ms | ActiveRecord: 5.4ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 12:11:17 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 52ms (Views: 35.4ms | ActiveRecord: 4.6ms)

Started POST “/users” for 127.0.0.1 at 2019-01-19 12:11:37 +0530 Processing by UsersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"8ztjZ11rjAIiWTMf30AwpPRklYeEDEquMd0iWOy63yvl5OXozfvVHq2QBFhG/XAwwfyul0/ula1pD9hK4EFnLQ==", "user"=>{"username"=>"hello", "email"=>"he@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "he@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:9
User Load (11.5ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "hello"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:13

Completed 200 OK in 18ms (Views: 0.3ms | ActiveRecord: 12.1ms)

Started POST “/users” for 127.0.0.1 at 2019-01-19 12:12:44 +0530 Processing by UsersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"8ztjZ11rjAIiWTMf30AwpPRklYeEDEquMd0iWOy63yvl5OXozfvVHq2QBFhG/XAwwfyul0/ula1pD9hK4EFnLQ==", "user"=>{"username"=>"hello1", "email"=>"he@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (1.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "he@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:9
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "hello1"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:13

Unpermitted parameter: :password_confirmation

 (0.4ms)  BEGIN
↳ app/controllers/users_controller.rb:17
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "hello1"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:17
User Exists (0.7ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "he@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:17
User Create (0.6ms)  INSERT INTO "users" ("username", "email", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["username", "hello1"], ["email", "he@gmail.com"], ["created_at", "2019-01-19 06:42:44.592398"], ["updated_at", "2019-01-19 06:42:44.592398"]]
↳ app/controllers/users_controller.rb:17
 (1.2ms)  COMMIT
↳ app/controllers/users_controller.rb:17

Completed 200 OK in 85ms (Views: 0.3ms | ActiveRecord: 13.7ms)

Started POST “/users” for 127.0.0.1 at 2019-01-19 12:13:37 +0530 Processing by UsersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"8ztjZ11rjAIiWTMf30AwpPRklYeEDEquMd0iWOy63yvl5OXozfvVHq2QBFhG/XAwwfyul0/ula1pD9hK4EFnLQ==", "user"=>{"username"=>"hello1", "email"=>"he@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "he@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:9

Completed 200 OK in 23ms (Views: 0.5ms | ActiveRecord: 4.7ms)

Started POST “/users” for 127.0.0.1 at 2019-01-19 12:14:15 +0530 Processing by UsersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"8ztjZ11rjAIiWTMf30AwpPRklYeEDEquMd0iWOy63yvl5OXozfvVHq2QBFhG/XAwwfyul0/ula1pD9hK4EFnLQ==", "user"=>{"username"=>"picca", "email"=>"picca@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (11.7ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "picca@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:9
User Load (2.2ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "picca"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:13

Unpermitted parameter: :password_confirmation

 (0.5ms)  BEGIN
↳ app/controllers/users_controller.rb:17
User Exists (0.6ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "picca"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:17
User Exists (0.6ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "picca@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:17
User Create (0.9ms)  INSERT INTO "users" ("username", "email", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["username", "picca"], ["email", "picca@gmail.com"], ["created_at", "2019-01-19 06:44:15.095895"], ["updated_at", "2019-01-19 06:44:15.095895"]]
↳ app/controllers/users_controller.rb:17
 (40.6ms)  COMMIT
↳ app/controllers/users_controller.rb:17

Redirected to Completed 500 Internal Server Error in 369ms (ActiveRecord: 57.1ms)

NoMethodError (undefined method `user_url' for #<UsersController:0x00007fcce4d8a578> Did you mean? users_url):

app/controllers/users_controller.rb:18:in `create' Started GET “/” for 127.0.0.1 at 2019-01-19 12:16:42 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.3ms)

Completed 200 OK in 58ms (Views: 38.6ms | ActiveRecord: 5.8ms)

Started POST “/users” for 127.0.0.1 at 2019-01-19 12:17:03 +0530 Processing by UsersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"8MwHeNtMj5swPKoSOn+CdtIpOXb+dkVEaeBYO75KSe3mE4H3S9zWh7/1nVWjwsLi57ECZjWUmkcxMqIpsrHx6w==", "user"=>{"username"=>"sushmita", "email"=>"sushi@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "sushi@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:9
User Load (10.2ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "sushmita"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:13

Unpermitted parameter: :password_confirmation

 (0.3ms)  BEGIN
↳ app/controllers/users_controller.rb:17
User Exists (2.0ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "sushmita"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:17
User Exists (0.7ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "sushi@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:17
User Create (0.5ms)  INSERT INTO "users" ("username", "email", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["username", "sushmita"], ["email", "sushi@gmail.com"], ["created_at", "2019-01-19 06:47:03.331721"], ["updated_at", "2019-01-19 06:47:03.331721"]]
↳ app/controllers/users_controller.rb:17
 (0.5ms)  COMMIT
↳ app/controllers/users_controller.rb:17

Redirected to localhost:3000/users/10 Completed 302 Found in 32ms (ActiveRecord: 14.8ms)

Started GET “/users/10” for 127.0.0.1 at 2019-01-19 12:17:03 +0530 Processing by UsersController#show as HTML

Parameters: {"id"=>"10"}
User Load (1.4ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:30
Rendering users/show.html.erb within layouts/application
Rendered users/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 60ms (Views: 54.3ms | ActiveRecord: 1.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-19 12:18:34 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.4ms)

Completed 200 OK in 83ms (Views: 33.3ms | ActiveRecord: 4.6ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-19 12:18:39 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"6cDn3jr2PYRklstko9aBA7X22J/p0wkQhWP+7Axgknf/H2FRqmZkmOtf/CM6a8GXgG7jjyIx1hPdsQT+AJsqcQ==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Search"}
Url Load (4.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
 (1.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:15
Url Create (0.7ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.facebook.com"], ["shorturl", "www.nav.com/nXNA"], ["domain", "facebook"], ["mdsum", 1594], ["created_at", "2019-01-19 06:48:39.499978"], ["updated_at", "2019-01-19 06:48:39.499978"]]
↳ app/controllers/urls_controller.rb:15
 (40.0ms)  COMMIT
↳ app/controllers/urls_controller.rb:15

Redirected to localhost:3000/users/:id Completed 302 Found in 54ms (ActiveRecord: 46.2ms)

Started GET “/users/:id” for 127.0.0.1 at 2019-01-19 12:18:39 +0530 Processing by UsersController#show as HTML

Parameters: {"id"=>":id"}
User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 0], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:30

Completed 404 Not Found in 9ms (ActiveRecord: 3.1ms)

ActiveRecord::RecordNotFound (Couldn't find User with 'id'=:id):

app/controllers/users_controller.rb:30:in `show' Started POST “/urls” for 127.0.0.1 at 2019-01-19 12:20:47 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"6cDn3jr2PYRklstko9aBA7X22J/p0wkQhWP+7Axgknf/H2FRqmZkmOtf/CM6a8GXgG7jjyIx1hPdsQT+AJsqcQ==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:15
Url Create (0.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.facebook.com"], ["shorturl", "www.nav.com/nXNA"], ["domain", "facebook"], ["mdsum", 1594], ["created_at", "2019-01-19 06:50:47.952353"], ["updated_at", "2019-01-19 06:50:47.952353"]]
↳ app/controllers/urls_controller.rb:15
 (0.4ms)  COMMIT
↳ app/controllers/urls_controller.rb:15

Redirected to localhost:3000/urls/6 Completed 302 Found in 23ms (ActiveRecord: 5.8ms)

Started GET “/urls/6” for 127.0.0.1 at 2019-01-19 12:20:47 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"6"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 37ms (Views: 20.9ms | ActiveRecord: 0.3ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-19 12:20:52 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"6cDn3jr2PYRklstko9aBA7X22J/p0wkQhWP+7Axgknf/H2FRqmZkmOtf/CM6a8GXgG7jjyIx1hPdsQT+AJsqcQ==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Search"}
Url Load (1.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
 (0.6ms)  BEGIN
↳ app/controllers/urls_controller.rb:15
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.facebook.com"], ["shorturl", "www.nav.com/nXNA"], ["domain", "facebook"], ["mdsum", 1594], ["created_at", "2019-01-19 06:50:52.692494"], ["updated_at", "2019-01-19 06:50:52.692494"]]
↳ app/controllers/urls_controller.rb:15
 (39.7ms)  COMMIT
↳ app/controllers/urls_controller.rb:15

Redirected to localhost:3000/urls/7 Completed 302 Found in 51ms (ActiveRecord: 42.4ms)

Started GET “/urls/7” for 127.0.0.1 at 2019-01-19 12:20:52 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"7"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.4ms)

Completed 200 OK in 25ms (Views: 22.7ms | ActiveRecord: 0.4ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-19 12:21:00 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"6cDn3jr2PYRklstko9aBA7X22J/p0wkQhWP+7Axgknf/H2FRqmZkmOtf/CM6a8GXgG7jjyIx1hPdsQT+AJsqcQ==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Search"}
Url Load (8.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:15
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.facebook.com"], ["shorturl", "www.nav.com/nXNA"], ["domain", "facebook"], ["mdsum", 1594], ["created_at", "2019-01-19 06:51:00.653496"], ["updated_at", "2019-01-19 06:51:00.653496"]]
↳ app/controllers/urls_controller.rb:15
 (40.6ms)  COMMIT
↳ app/controllers/urls_controller.rb:15

Redirected to localhost:3000/urls/8 Completed 302 Found in 55ms (ActiveRecord: 49.3ms)

Started GET “/urls/8” for 127.0.0.1 at 2019-01-19 12:21:00 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"8"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 29ms (Views: 27.0ms | ActiveRecord: 0.3ms)

Started GET “/urls/8” for 127.0.0.1 at 2019-01-19 12:23:39 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"8"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.9ms)

Completed 200 OK in 47ms (Views: 30.6ms | ActiveRecord: 4.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-19 12:23:42 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"6cDn3jr2PYRklstko9aBA7X22J/p0wkQhWP+7Axgknf/H2FRqmZkmOtf/CM6a8GXgG7jjyIx1hPdsQT+AJsqcQ==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Search"}
Url Load (7.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
CACHE Url Load (0.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:8

Redirected to localhost:3000/urls/4 Completed 302 Found in 13ms (ActiveRecord: 7.7ms)

Started GET “/urls/4” for 127.0.0.1 at 2019-01-19 12:23:42 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 28ms (Views: 25.3ms | ActiveRecord: 0.5ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-19 12:23:45 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"6cDn3jr2PYRklstko9aBA7X22J/p0wkQhWP+7Axgknf/H2FRqmZkmOtf/CM6a8GXgG7jjyIx1hPdsQT+AJsqcQ==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
CACHE Url Load (0.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:8

Redirected to localhost:3000/urls/4 Completed 302 Found in 7ms (ActiveRecord: 0.5ms)

Started GET “/urls/4” for 127.0.0.1 at 2019-01-19 12:23:45 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.3ms)

Completed 200 OK in 34ms (Views: 30.4ms | ActiveRecord: 0.6ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 12:24:07 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (1.8ms)

Completed 200 OK in 75ms (Views: 31.8ms | ActiveRecord: 12.4ms)

Started POST “/users” for 127.0.0.1 at 2019-01-19 12:24:23 +0530 Processing by UsersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"IzJFHWXfqtliajJjz8J0HxBhS5YQy6yur/NuiSZ39Sc17cOS9U/zxe2jBSRWfzSLJflwhtspc633IZSbKoxNIQ==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (2.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "naveen.kewalramani2903@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:9

Completed 200 OK in 8ms (Views: 0.4ms | ActiveRecord: 2.5ms)

Started POST “/users” for 127.0.0.1 at 2019-01-19 12:25:11 +0530 Processing by UsersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"IzJFHWXfqtliajJjz8J0HxBhS5YQy6yur/NuiSZ39Sc17cOS9U/zxe2jBSRWfzSLJflwhtspc633IZSbKoxNIQ==", "user"=>{"username"=>"naveen", "email"=>"kewalramani2903@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (1.2ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "kewalramani2903@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:9
User Load (1.2ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "naveen"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:13

Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 2.3ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 12:26:33 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.9ms)

Completed 200 OK in 55ms (Views: 30.5ms | ActiveRecord: 7.3ms)

Started POST “/users” for 127.0.0.1 at 2019-01-19 12:26:54 +0530

AbstractController::ActionNotFound (The action 'signup' could not be found for UsersController):

actionpack (5.2.2) lib/abstract_controller/base.rb:129:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:38:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/users” for 127.0.0.1 at 2019-01-19 12:27:40 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"FYBB1LYc00Fd/t4KT9iAhQFGITvSLsHSRF8AhN9jYJsDX8dbJoyKXdI36U3WZcARNN4aKxnMHtEcjfqW05jYnQ==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "naveen.kewalramani2903@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:9

Completed 200 OK in 25ms (Views: 0.3ms | ActiveRecord: 6.5ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 12:33:04 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.5ms)

Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/users/homepage.html.erb:1: syntax error, unexpected ';' …<p>'.freeze;link_to 'Login', ;@output_buffer.safe_append='<… … ^):

app/views/users/homepage.html.erb:1: syntax error, unexpected ';' Started GET “/” for 127.0.0.1 at 2019-01-19 12:33:23 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.9ms)

Completed 200 OK in 33ms (Views: 31.2ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 12:33:34 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.5ms)

Completed 200 OK in 27ms (Views: 25.2ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 12:34:05 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.8ms)

Completed 200 OK in 31ms (Views: 29.0ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 12:35:10 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.6ms)

Completed 200 OK in 26ms (Views: 25.1ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 12:37:11 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (300.7ms)

Completed 500 Internal Server Error in 305ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined local variable or method `user_new' for #<#<Class:0x00007fcce553ca28>:0x00007fcce8bd1570> Did you mean? user_new_url):

1: <p>hleleo</p>
2: <p><%link_to "Signup" , user_new %></p>

app/views/users/homepage.html.erb:2:in `_app_views_users_homepage_html_erb___1467548111507294180_70259027381960' Started GET “/” for 127.0.0.1 at 2019-01-19 12:37:12 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (499.4ms)

Completed 500 Internal Server Error in 506ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined local variable or method `user_new' for #<#<Class:0x00007fcce553ca28>:0x00007fcce8ae88c0> Did you mean? user_new_url):

1: <p>hleleo</p>
2: <p><%link_to "Signup" , user_new %></p>

app/views/users/homepage.html.erb:2:in `_app_views_users_homepage_html_erb___1467548111507294180_70259026906760' Started GET “/” for 127.0.0.1 at 2019-01-19 12:38:48 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.0ms)

Completed 200 OK in 31ms (Views: 29.4ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 12:39:47 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.6ms)

Completed 200 OK in 31ms (Views: 29.5ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 12:39:48 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.8ms)

Completed 200 OK in 34ms (Views: 32.3ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 12:39:48 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.6ms)

Completed 200 OK in 31ms (Views: 29.5ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 12:40:14 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.8ms)

Completed 200 OK in 36ms (Views: 34.1ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 12:42:11 +0530

ActionController::RoutingError (uninitialized constant UserController):

bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `block in load_missing_constant' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:8:in `without_bootsnap_cache' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `rescue in load_missing_constant' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:56:in `load_missing_constant' activesupport (5.2.2) lib/active_support/inflector/methods.rb:283:in `const_get' activesupport (5.2.2) lib/active_support/inflector/methods.rb:283:in `block in constantize' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.2) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.2) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-19 12:42:38 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.7ms)

Completed 200 OK in 27ms (Views: 25.4ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 12:43:08 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.1ms)

Completed 200 OK in 42ms (Views: 40.0ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-19 12:43:09 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (1.7ms)

Completed 200 OK in 110ms (Views: 20.8ms | ActiveRecord: 7.8ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-19 12:47:31 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (6.9ms)

Completed 200 OK in 59ms (Views: 55.4ms | ActiveRecord: 0.0ms)

Started POST “/users” for 127.0.0.1 at 2019-01-19 12:47:50 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"htPEVStZDhhwRWzxPrb95Sz2ev4rS5S596V91oN2mGGQDELau8lXBP+MW7anC71xGW5B7uCpS7qvd4fEj40gZw==", "user"=>{"username"=>"", "email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Loginup"}
User Load (7.7ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", ""], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:9
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", ""], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:13
 (0.2ms)  BEGIN
↳ app/controllers/users_controller.rb:17
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", ""], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:17
User Exists (4.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:17
 (1.3ms)  ROLLBACK
↳ app/controllers/users_controller.rb:17

Completed 200 OK in 32ms (Views: 0.3ms | ActiveRecord: 14.4ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-19 12:49:23 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (9.5ms)

Completed 200 OK in 48ms (Views: 46.0ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-19 12:52:08 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (4.5ms)

Completed 200 OK in 54ms (Views: 31.0ms | ActiveRecord: 4.6ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 12:52:12 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.7ms)

Completed 200 OK in 32ms (Views: 30.4ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-19 12:52:17 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (7.3ms)

Completed 200 OK in 39ms (Views: 36.5ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-19 12:54:08 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.3ms)

Completed 200 OK in 40ms (Views: 24.7ms | ActiveRecord: 3.5ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-19 12:54:09 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (4.5ms)

Completed 200 OK in 40ms (Views: 36.1ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-19 12:56:09 +0530

ActionController::RoutingError (No route matches [GET] “/user/new”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/user/Signup” for 127.0.0.1 at 2019-01-19 12:56:29 +0530 Processing by UsersController#Signup as HTML Completed 500 Internal Server Error in 21ms (ActiveRecord: 5.0ms)

NoMethodError (undefined method `[]' for nil:NilClass):

app/controllers/users_controller.rb:10:in `Signup' Started GET “/user/Signup” for 127.0.0.1 at 2019-01-19 12:56:55 +0530 Processing by UsersController#Signup as HTML Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)

NoMethodError (undefined method `[]' for nil:NilClass):

app/controllers/users_controller.rb:10:in `Signup' Started GET “/user/Signup” for 127.0.0.1 at 2019-01-19 12:56:56 +0530 Processing by UsersController#Signup as HTML Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)

NoMethodError (undefined method `[]' for nil:NilClass):

app/controllers/users_controller.rb:10:in `Signup' Started GET “/user/new” for 127.0.0.1 at 2019-01-19 12:58:32 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (1.7ms)

Completed 200 OK in 42ms (Views: 23.6ms | ActiveRecord: 3.7ms)

Started POST “/users” for 127.0.0.1 at 2019-01-19 12:58:52 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"O+HNxuck44I8WG/7FNKHwnmiSZDH/EolXx+D9oUQ6UwtPktJd7S6nrORWLyNb8dWTDpygAwelSYHzXnkietRSg==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (13.9ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "naveen.kewalramani2903@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:10

Completed 200 OK in 20ms (Views: 0.3ms | ActiveRecord: 13.9ms)

Started POST “/users” for 127.0.0.1 at 2019-01-19 13:00:49 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"O+HNxuck44I8WG/7FNKHwnmiSZDH/EolXx+D9oUQ6UwtPktJd7S6nrORWLyNb8dWTDpygAwelSYHzXnkietRSg==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (0.7ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "naveen.kewalramani2903@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:10

Completed 200 OK in 19ms (Views: 0.2ms | ActiveRecord: 6.4ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-19 13:00:53 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (5.4ms)

Completed 200 OK in 38ms (Views: 36.2ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 13:01:01 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.2ms)

Completed 200 OK in 31ms (Views: 28.7ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-19 13:01:03 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (7.5ms)

Completed 200 OK in 69ms (Views: 66.3ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-19 13:01:05 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.4ms)

Completed 200 OK in 65ms (Views: 61.6ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 13:03:34 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.6ms)

Completed 200 OK in 21ms (Views: 19.9ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-19 13:03:36 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.4ms)

Completed 200 OK in 75ms (Views: 71.3ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 13:09:27 +0530

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/controllers/users_controller.rb:31: syntax error, unexpected and, expecting ')' …mail: params[:email] and username: params[:ema… … ^~~ /Users/naveen/Documents/Internship/projectIntern/app/controllers/users_controller.rb:31: syntax error, unexpected ':', expecting ')' …ms[:email] and password: params[:password]).fi… … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/users_controller.rb:31: syntax error, unexpected ')', expecting then or ';' or 'n' …arams[:password]).first) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/users_controller.rb:33: else without rescue is useless

else
^~~~

/Users/naveen/Documents/Internship/projectIntern/app/controllers/users_controller.rb:45: syntax error, unexpected end, expecting end-of-input):

app/controllers/users_controller.rb:31: syntax error, unexpected and, expecting ')' app/controllers/users_controller.rb:31: syntax error, unexpected ':', expecting ')' app/controllers/users_controller.rb:31: syntax error, unexpected ')', expecting then or ';' or 'n' app/controllers/users_controller.rb:33: else without rescue is useless app/controllers/users_controller.rb:45: syntax error, unexpected end, expecting end-of-input Started GET “/” for 127.0.0.1 at 2019-01-19 13:09:41 +0530

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/controllers/users_controller.rb:31: syntax error, unexpected and, expecting ')' …mail: params[:email] and username: params[:ema… … ^~~ /Users/naveen/Documents/Internship/projectIntern/app/controllers/users_controller.rb:31: syntax error, unexpected ':', expecting ')' …ms[:email] and password: params[:password]).fi… … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/users_controller.rb:31: syntax error, unexpected ')', expecting then or ';' or 'n' …arams[:password]).first) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/users_controller.rb:33: else without rescue is useless

else
^~~~

/Users/naveen/Documents/Internship/projectIntern/app/controllers/users_controller.rb:45: syntax error, unexpected end, expecting end-of-input):

app/controllers/users_controller.rb:31: syntax error, unexpected and, expecting ')' app/controllers/users_controller.rb:31: syntax error, unexpected ':', expecting ')' app/controllers/users_controller.rb:31: syntax error, unexpected ')', expecting then or ';' or 'n' app/controllers/users_controller.rb:33: else without rescue is useless app/controllers/users_controller.rb:45: syntax error, unexpected end, expecting end-of-input Started GET “/” for 127.0.0.1 at 2019-01-19 13:09:58 +0530

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/controllers/users_controller.rb:31: syntax error, unexpected and, expecting ')' …mail: params[:email] and username: params[:use… … ^~~ /Users/naveen/Documents/Internship/projectIntern/app/controllers/users_controller.rb:31: syntax error, unexpected ':', expecting ')' …:user] and password: params[:password]).fi… … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/users_controller.rb:31: syntax error, unexpected ')', expecting then or ';' or 'n' …arams[:password]).first) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/users_controller.rb:33: else without rescue is useless

else
^~~~

/Users/naveen/Documents/Internship/projectIntern/app/controllers/users_controller.rb:45: syntax error, unexpected end, expecting end-of-input):

app/controllers/users_controller.rb:31: syntax error, unexpected and, expecting ')' app/controllers/users_controller.rb:31: syntax error, unexpected ':', expecting ')' app/controllers/users_controller.rb:31: syntax error, unexpected ')', expecting then or ';' or 'n' app/controllers/users_controller.rb:33: else without rescue is useless app/controllers/users_controller.rb:45: syntax error, unexpected end, expecting end-of-input Started GET “/” for 127.0.0.1 at 2019-01-19 13:11:15 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.2ms)

Completed 200 OK in 29ms (Views: 27.9ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-19 13:11:19 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.9ms)

Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

1: <p>WELCOME TO LOGIN PAGE</p>
2: <div class="Login_Form">
3:   <h1>Login</h1>
4:   <%= form_for @user do |f| %>
5:     <p> Username:</br> <%= f.text_field :username%> </p>
6:     <p> Email:</br> <%= f.text_field :email%> </p>
7:     <p> Password:</br> <%= f.password_field :password%></p>

app/views/users/login.html.erb:4:in `_app_views_users_login_html_erb__808760245351905667_70259038243100' Started GET “/” for 127.0.0.1 at 2019-01-19 13:13:39 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (2.2ms)

Completed 200 OK in 47ms (Views: 45.2ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-19 13:13:40 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (147.8ms)

Completed 500 Internal Server Error in 225ms (ActiveRecord: 39.0ms)

ActionView::Template::Error (undefined method `sbumit' for #<ActionView::Helpers::FormBuilder:0x00007fcce3b1dfc0> Did you mean? submit):

18: 
19: <%= form_for @user do |t| %>
20:   <p> Username: <%= t.text_field :username%></p>
21:   <%= t.sbumit :Login %>
22: <% end %>

app/views/users/new.html.erb:21:in `block in _app_views_users_new_html_erb___696376896763674436_70259027771220' app/views/users/new.html.erb:19:in `_app_views_users_new_html_erb___696376896763674436_70259027771220' Started GET “/user/new” for 127.0.0.1 at 2019-01-19 13:13:54 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.5ms)

Completed 200 OK in 47ms (Views: 45.5ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-19 13:15:00 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (5.0ms)

Completed 200 OK in 46ms (Views: 43.4ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-19 13:15:31 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (5.0ms)

Completed 200 OK in 38ms (Views: 36.3ms | ActiveRecord: 0.0ms)

Started POST “/users” for 127.0.0.1 at 2019-01-19 13:15:40 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"XAJZQwHONVlaOETwnAgF6qXaAu5lFOkmS8lmFo43stVK3d/MkV5sRdXxc7cFtUV+kEI5/q72NiUTG5wEgswK0w==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (3.1ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "naveen.kewalramani2903@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:10

Completed 200 OK in 8ms (Views: 0.7ms | ActiveRecord: 3.1ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-19 13:16:23 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 42ms (Views: 39.0ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-19 13:16:24 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 68ms (Views: 66.7ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 13:16:27 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.0ms)

Completed 200 OK in 55ms (Views: 39.2ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-19 13:16:28 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.2ms)

Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

1: <p>WELCOME TO LOGIN PAGE</p>
2: <div class="Login_Form">
3:   <h1>Login</h1>
4:   <%= form_for @user do |f| %>
5:     <p> Username:</br> <%= f.text_field :username%> </p>
6:     <p> Email:</br> <%= f.text_field :email%> </p>
7:     <p> Password:</br> <%= f.password_field :password%></p>

app/views/users/login.html.erb:4:in `_app_views_users_login_html_erb__808760245351905667_70259025889320' Started GET “/user/login” for 127.0.0.1 at 2019-01-19 13:17:10 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (9.9ms)

Completed 200 OK in 84ms (Views: 50.4ms | ActiveRecord: 8.2ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-19 13:18:35 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.8ms)

Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

1: <p>WELCOME TO LOGIN PAGE</p>
2: <div class="Login_Form">
3:   <h1>Login</h1>
4:   <%= form_for @user do |f| %>
5:     <p> Username:</br> <%= f.text_field :username%> </p>
6:     <p> Email:</br> <%= f.text_field :email%> </p>
7:     <p> Password:</br> <%= f.password_field :password%></p>

app/views/users/login.html.erb:4:in `_app_views_users_login_html_erb__808760245351905667_70258995095160' Started GET “/user/login” for 127.0.0.1 at 2019-01-19 13:18:58 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (6.0ms)

Completed 200 OK in 58ms (Views: 38.5ms | ActiveRecord: 6.3ms)

Started POST “/users” for 127.0.0.1 at 2019-01-19 13:19:06 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"i4blyj2PkcOgIV0zdunVqzVHtfWxwsnTz5DHOKWZGU6dWWNFrR/I3y/oanTvVJU/AN+O5XogFtCXQj0qqWKhSA==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (3.3ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "naveen.kewalramani2903@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:12

Completed 200 OK in 7ms (Views: 0.3ms | ActiveRecord: 3.3ms)

Started POST “/users” for 127.0.0.1 at 2019-01-19 13:19:27 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"i4blyj2PkcOgIV0zdunVqzVHtfWxwsnTz5DHOKWZGU6dWWNFrR/I3y/oanTvVJU/AN+O5XogFtCXQj0qqWKhSA==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (5.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "naveen.kewalramani2903@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:12

Completed 200 OK in 9ms (Views: 0.3ms | ActiveRecord: 5.6ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-19 13:19:29 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.5ms)

Completed 200 OK in 37ms (Views: 35.2ms | ActiveRecord: 0.0ms)

Started POST “/users” for 127.0.0.1 at 2019-01-19 13:19:43 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Z3Dx4uZHoMK9Fo24c2fTPRFg/wQmm4KhcHxjRNfa4wFxr3dtdtf53jLfuv/q2pOpJPjEFO15XaIorplW2yFbBw==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (2.2ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "naveen.kewalramani2903@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:12

Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 2.2ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-19 13:21:45 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.8ms)

Completed 200 OK in 68ms (Views: 49.8ms | ActiveRecord: 4.9ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-19 13:21:46 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.9ms)

Completed 200 OK in 41ms (Views: 39.1ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-19 13:21:46 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.1ms)

Completed 200 OK in 45ms (Views: 43.4ms | ActiveRecord: 0.0ms)

Started POST “/users” for 127.0.0.1 at 2019-01-19 13:21:55 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Xa3Ce2HKCMKLXk3vjWRd6TH5ptJrIV4Lh/66NugR8XdLckT08VpR3gSXeqgU2R19BGGdwqDDgQjfLEAk5OpJcQ==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (5.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "naveen.kewalramani2903@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:12

Completed 200 OK in 9ms (Views: 0.4ms | ActiveRecord: 5.0ms)

Started POST “/users” for 127.0.0.1 at 2019-01-19 13:57:22 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Xa3Ce2HKCMKLXk3vjWRd6TH5ptJrIV4Lh/66NugR8XdLckT08VpR3gSXeqgU2R19BGGdwqDDgQjfLEAk5OpJcQ==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (1.4ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "naveen.kewalramani2903@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:12

Completed 200 OK in 11ms (Views: 0.9ms | ActiveRecord: 6.8ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 13:57:25 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.3ms)

Completed 200 OK in 44ms (Views: 41.4ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-19 13:57:26 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.0ms)

Completed 200 OK in 43ms (Views: 40.5ms | ActiveRecord: 0.0ms)

Started POST “/users” for 127.0.0.1 at 2019-01-19 13:57:35 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"FqPb0oeFfyigCqCaPwnB1t7ox1bkyIYbDJfApxdUhq41h7H2wrRqQaOQkWAxEq3tRSHpC0Od3K3O0MRh2SSuew==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (4.7ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "naveen.kewalramani2903@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:12

Completed 200 OK in 8ms (Views: 0.3ms | ActiveRecord: 4.7ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-19 14:13:55 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.6ms)

Completed 200 OK in 84ms (Views: 60.5ms | ActiveRecord: 7.7ms)

Started POST “/users” for 127.0.0.1 at 2019-01-19 14:14:13 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"FZKl4PkgWWIweRX2ywqTleH4enabS9LyIf63TA9XHXUDTSNvabAAfr+wIrFSt9MB1GBBZlCpDfF5LE1eA6ylcw==", "user"=>{"username"=>"naveen", "email"=>"r@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (1.7ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "r@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:9
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "naveen"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:13

Completed 200 OK in 9ms (Views: 2.1ms | ActiveRecord: 2.3ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-19 14:15:00 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.0ms)

Completed 200 OK in 47ms (Views: 30.9ms | ActiveRecord: 3.4ms)

Started POST “/users” for 127.0.0.1 at 2019-01-19 14:15:09 +0530

AbstractController::ActionNotFound (The action 'Signup' could not be found for UsersController):

actionpack (5.2.2) lib/abstract_controller/base.rb:129:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:38:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/user/login” for 127.0.0.1 at 2019-01-19 14:15:51 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (175.0ms)

Completed 500 Internal Server Error in 201ms (ActiveRecord: 8.3ms)

ActionView::Template::Error (undefined method `users_path' for #<#<Class:0x00007fcce8b73470>:0x00007fcce8b71b20> Did you mean? url_path

           urls_path):
1: <p>WELCOME TO LOGIN PAGE</p>
2: <div class="Login_Form">
3:   <h1>Login</h1>
4:   <%= form_for @user do |t| %>
5:     <p> Username:</br> <%= t.text_field :username%> </p>
6:     <p> Email:</br> <%= t.text_field :email%> </p>
7:     <p> Password:</br> <%= t.password_field :password%></p>

app/views/users/login.html.erb:4:in `_app_views_users_login_html_erb__808760245351905667_70259027189220' Started GET “/user/login” for 127.0.0.1 at 2019-01-19 14:19:06 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.7ms)

Completed 500 Internal Server Error in 28ms (ActiveRecord: 4.6ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:4: syntax error, unexpected ':', expecting end …uffer.append= form_for @user :url => users_login_path do |t… … ^):

app/views/users/login.html.erb:4: syntax error, unexpected ':', expecting end Started GET “/user/login” for 127.0.0.1 at 2019-01-19 14:19:33 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (4.3ms)

Completed 200 OK in 40ms (Views: 38.0ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-19 14:19:52 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"c4sU5lxlYjp5nbj+YWpJMo4LljpREZyGfGyvUbzJTK5lVJJpzPU7JvZUj7n41wmmu5OtKprzQ4UkvlVDsDL0qA==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (51.9ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."password" = $3 ORDER BY "users"."id" ASC LIMIT $4  [["email", "naveen.kewalramani2903@gmail.com"], ["username", "naveen"], ["password", "12345678"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:32

Completed 500 Internal Server Error in 55ms (ActiveRecord: 51.9ms)

ActiveRecord::StatementInvalid (PG::UndefinedColumn: ERROR: column users.password does not exist LINE 1: …ers“.”email“ = $1 AND ”users“.”username“ = $2 AND ”users“.”p…

^

: SELECT “users”.* FROM “users” WHERE “users”.“email” = $1 AND “users”.“username” = $2 AND “users”.“password” = $3 ORDER BY “users”.“id” ASC LIMIT $4):

app/controllers/users_controller.rb:32:in `Login' Started POST “/users/login” for 127.0.0.1 at 2019-01-19 14:22:39 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"c4sU5lxlYjp5nbj+YWpJMo4LljpREZyGfGyvUbzJTK5lVJJpzPU7JvZUj7n41wmmu5OtKprzQ4UkvlVDsDL0qA==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."encrypted_password" IS NULL ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani2903@gmail.com"], ["username", "naveen"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:32

Redirected to Completed 500 Internal Server Error in 18ms (ActiveRecord: 3.7ms)

ActionController::ActionControllerError (Cannot redirect to nil!):

app/controllers/users_controller.rb:34:in `Login' Started POST “/users/login” for 127.0.0.1 at 2019-01-19 14:23:04 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"c4sU5lxlYjp5nbj+YWpJMo4LljpREZyGfGyvUbzJTK5lVJJpzPU7JvZUj7n41wmmu5OtKprzQ4UkvlVDsDL0qA==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."encrypted_password" IS NULL ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani2903@gmail.com"], ["username", "naveen"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:32

Redirected to Completed 500 Internal Server Error in 232ms (ActiveRecord: 6.4ms)

NoMethodError (undefined method `user_url' for #<UsersController:0x00007fcce4d0d3e8> Did you mean? user_new_url):

app/controllers/users_controller.rb:34:in `Login' Started POST “/users/login” for 127.0.0.1 at 2019-01-19 14:23:44 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"c4sU5lxlYjp5nbj+YWpJMo4LljpREZyGfGyvUbzJTK5lVJJpzPU7JvZUj7n41wmmu5OtKprzQ4UkvlVDsDL0qA==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."encrypted_password" IS NULL ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani2903@gmail.com"], ["username", "naveen"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:32
CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."encrypted_password" IS NULL ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani2903@gmail.com"], ["username", "naveen"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:34

Redirected to Completed 500 Internal Server Error in 220ms (ActiveRecord: 6.9ms)

NoMethodError (undefined method `user_url' for #<UsersController:0x00007fcce8bc0a68> Did you mean? user_new_url):

app/controllers/users_controller.rb:35:in `Login' Started GET “/” for 127.0.0.1 at 2019-01-19 14:24:06 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.7ms)

Completed 200 OK in 28ms (Views: 26.9ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-19 14:24:08 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.9ms)

Completed 200 OK in 83ms (Views: 25.9ms | ActiveRecord: 34.4ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-19 14:24:20 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"DKimq0pQIozuOToStcrW9ihafYnukiR6AzABqK8qEdFS0P3XJK/nbznpefKa2KcVpQbM+NTl1Pywjd70Fe9pQQ==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (2.2ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."encrypted_password" IS NULL ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani2903@gmail.com"], ["username", "naveen"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:32
CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."encrypted_password" IS NULL ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani2903@gmail.com"], ["username", "naveen"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:34

Redirected to Completed 500 Internal Server Error in 222ms (ActiveRecord: 2.2ms)

NoMethodError (undefined method `user_url' for #<UsersController:0x00007fcce8b41da8> Did you mean? user_new_url):

app/controllers/users_controller.rb:35:in `Login' Started POST “/users/login” for 127.0.0.1 at 2019-01-19 14:26:40 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"DKimq0pQIozuOToStcrW9ihafYnukiR6AzABqK8qEdFS0P3XJK/nbznpefKa2KcVpQbM+NTl1Pywjd70Fe9pQQ==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."encrypted_password" IS NULL ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani2903@gmail.com"], ["username", "naveen"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:32
CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."encrypted_password" IS NULL ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani2903@gmail.com"], ["username", "naveen"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:34

Redirected to localhost:3000 Completed 302 Found in 19ms (ActiveRecord: 4.8ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 14:26:40 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.7ms)

Completed 200 OK in 28ms (Views: 26.0ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-19 14:26:42 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (4.3ms)

Completed 200 OK in 58ms (Views: 53.8ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-19 14:26:50 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"C7I/XvqDxHwtLQsaEZIWPPsYElyyLv95qgyrTptIvTRVymQilHwBn/r9SPo+gGffdkSjLYhZD/8ZsXQSIY3FpA==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (4.1ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."encrypted_password" IS NULL ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani2903@gmail.com"], ["username", "naveen"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:32
CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."encrypted_password" IS NULL ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani2903@gmail.com"], ["username", "naveen"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:34

Redirected to localhost:3000 Completed 302 Found in 10ms (ActiveRecord: 4.1ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 14:26:50 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.0ms)

Completed 200 OK in 45ms (Views: 43.4ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-19 14:27:29 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.6ms)

Completed 200 OK in 44ms (Views: 25.1ms | ActiveRecord: 3.9ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-19 14:27:37 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"TueS9y0U4TP8gogtAs/komvZ9MzkG8+tyzfNdOCyn/EQn8mLQ+sk0CtSy80t3ZVB5oVFvd5sPyt4ihIoWnfnYQ==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (22.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."encrypted_password" IS NULL ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani2903@gmail.com"], ["username", "naveen"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:32
CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."encrypted_password" IS NULL ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani2903@gmail.com"], ["username", "naveen"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:34

Redirected to localhost:3000 Completed 302 Found in 28ms (ActiveRecord: 22.6ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 14:27:37 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.1ms)

Completed 200 OK in 44ms (Views: 41.5ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 14:28:35 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.1ms)

Completed 200 OK in 62ms (Views: 60.9ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 14:28:36 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.1ms)

Completed 200 OK in 42ms (Views: 40.8ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-19 14:28:38 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.4ms)

Completed 200 OK in 76ms (Views: 21.5ms | ActiveRecord: 33.5ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-19 14:28:45 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"MDeiNesoEHvCnPVR2csk+cvwys0YYpCE4tjK8TDbQcBuT/lJhdfVmBVMtrH22VUaRqx7vCIVYAJRZRWtih45UA==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (4.7ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."encrypted_password" IS NULL ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani2903@gmail.com"], ["username", "naveen"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:32
CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."encrypted_password" IS NULL ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani2903@gmail.com"], ["username", "naveen"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:34

Redirected to Completed 500 Internal Server Error in 240ms (ActiveRecord: 4.8ms)

NoMethodError (undefined method `user_url' for #<UsersController:0x00007fcce53e3c80> Did you mean? user_new_url):

app/controllers/users_controller.rb:35:in `Login' Started POST “/users/login” for 127.0.0.1 at 2019-01-19 14:29:29 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"MDeiNesoEHvCnPVR2csk+cvwys0YYpCE4tjK8TDbQcBuT/lJhdfVmBVMtrH22VUaRqx7vCIVYAJRZRWtih45UA==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."encrypted_password" IS NULL ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani2903@gmail.com"], ["username", "naveen"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:33
CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."encrypted_password" IS NULL ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani2903@gmail.com"], ["username", "naveen"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:35

Redirected to Completed 500 Internal Server Error in 272ms (ActiveRecord: 4.3ms)

NoMethodError (undefined method `user_url' for #<UsersController:0x00007fcce7cbfbb8> Did you mean? user_new_url):

app/controllers/users_controller.rb:36:in `Login' Started GET “/user” for 127.0.0.1 at 2019-01-19 14:29:35 +0530

ActionController::RoutingError (No route matches [GET] “/user”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/users” for 127.0.0.1 at 2019-01-19 14:29:37 +0530

ActionController::RoutingError (No route matches [GET] “/users”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/users/login” for 127.0.0.1 at 2019-01-19 14:29:47 +0530

ActionController::RoutingError (No route matches [GET] “/users/login”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-19 14:30:05 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (2.0ms)

Completed 200 OK in 46ms (Views: 44.0ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-19 14:30:07 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.4ms)

Completed 200 OK in 60ms (Views: 56.1ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 14:30:16 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.2ms)

Completed 200 OK in 60ms (Views: 58.4ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-19 14:30:19 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (169.5ms)

Completed 500 Internal Server Error in 178ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `users_path' for #<#<Class:0x00007fcce7a75ec0>:0x00007fcce8c18d08> Did you mean? url_path

           urls_path):
1: <div class="Sign_Form">
2:   <h1>Sign Up</h1>
3:   <%= form_for @user do |f| %>
4:     <p> Username:</br> <%= f.text_field :username%> </p>
5:     <p> Email:</br> <%= f.text_field :email%> </p>
6:     <p> Password:</br> <%= f.password_field :password%></p>

app/views/users/new.html.erb:3:in `_app_views_users_new_html_erb___696376896763674436_70259027528600' Started GET “/user/new” for 127.0.0.1 at 2019-01-19 14:31:56 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 34ms (Views: 31.9ms | ActiveRecord: 0.0ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-19 14:32:14 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"VXFsD/ze/f0i/LJBtDFV1Sblu+VqmFYxC7qFdlyFMmtDruqAbE6k4a01hQYtjBVBE32A9aF6iTJTaH9kUH6KbQ==", "user"=>{"username"=>"test", "email"=>"test@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (1.9ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "test@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:14
User Load (2.8ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "test"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18

Unpermitted parameters: :password, :password_confirmation

 (0.4ms)  BEGIN
↳ app/controllers/users_controller.rb:22
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "test"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:22
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "test@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:22
 (0.3ms)  ROLLBACK
↳ app/controllers/users_controller.rb:22

Completed 200 OK in 20ms (Views: 0.3ms | ActiveRecord: 6.2ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-19 14:32:29 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"VXFsD/ze/f0i/LJBtDFV1Sblu+VqmFYxC7qFdlyFMmtDruqAbE6k4a01hQYtjBVBE32A9aF6iTJTaH9kUH6KbQ==", "user"=>{"username"=>"test", "email"=>"test@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (3.2ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "test@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:14
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "test"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18

Unpermitted parameters: :password, :password_confirmation

 (1.1ms)  BEGIN
↳ app/controllers/users_controller.rb:22
User Exists (0.6ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "test"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:22
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "test@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:22
 (0.2ms)  ROLLBACK
↳ app/controllers/users_controller.rb:22

Completed 200 OK in 16ms (Views: 0.2ms | ActiveRecord: 6.1ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-19 14:34:26 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.4ms)

Completed 200 OK in 35ms (Views: 32.4ms | ActiveRecord: 0.0ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-19 14:34:46 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"qKhqlsg/J33X3aV1UBLQ3nItYzrVSQ8mVndbqtMzkf++d+wZWK9+YVgUkjLJr5BKR7VYKh6r0CUOpaG438gp+Q==", "user"=>{"username"=>"test1234", "email"=>"test1234@gmail.com", "encrypted_password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (9.3ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "test1234@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:14
User Load (0.9ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "test1234"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18

Unpermitted parameter: :password_confirmation

 (0.3ms)  BEGIN
↳ app/controllers/users_controller.rb:22
User Exists (5.9ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "test1234"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:22
User Exists (0.8ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "test1234@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:22
 (0.3ms)  ROLLBACK
↳ app/controllers/users_controller.rb:22

Completed 200 OK in 30ms (Views: 0.3ms | ActiveRecord: 17.5ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-19 14:36:08 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"qKhqlsg/J33X3aV1UBLQ3nItYzrVSQ8mVndbqtMzkf++d+wZWK9+YVgUkjLJr5BKR7VYKh6r0CUOpaG438gp+Q==", "user"=>{"username"=>"test1234", "email"=>"test1234@gmail.com", "encrypted_password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "test1234@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:14
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "test1234"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18

Unpermitted parameter: :password_confirmation

 (0.2ms)  BEGIN
↳ app/controllers/users_controller.rb:22
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "test1234"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:22
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "test1234@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:22
 (0.2ms)  ROLLBACK
↳ app/controllers/users_controller.rb:22

Completed 200 OK in 24ms (Views: 0.2ms | ActiveRecord: 6.7ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-19 14:37:06 +0530

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/controllers/users_controller.rb:47: syntax error, unexpected ':', expecting ')' …sword, :password_confirmation :username) … ^):

app/controllers/users_controller.rb:47: syntax error, unexpected ':', expecting ')' Started POST “/users/signup” for 127.0.0.1 at 2019-01-19 14:37:37 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"qKhqlsg/J33X3aV1UBLQ3nItYzrVSQ8mVndbqtMzkf++d+wZWK9+YVgUkjLJr5BKR7VYKh6r0CUOpaG438gp+Q==", "user"=>{"username"=>"test1234", "email"=>"test1234@gmail.com", "encrypted_password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (0.8ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "test1234@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:14
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "test1234"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18
 (0.2ms)  BEGIN
↳ app/controllers/users_controller.rb:22
User Exists (0.9ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "test1234"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:22
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "test1234@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:22
 (0.2ms)  ROLLBACK
↳ app/controllers/users_controller.rb:22

Completed 200 OK in 39ms (Views: 0.2ms | ActiveRecord: 10.5ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-19 14:38:17 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"qKhqlsg/J33X3aV1UBLQ3nItYzrVSQ8mVndbqtMzkf++d+wZWK9+YVgUkjLJr5BKR7VYKh6r0CUOpaG438gp+Q==", "user"=>{"username"=>"testhello", "email"=>"test1234@gmail.com", "encrypted_password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (1.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "test1234@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:14
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "testhello"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18
 (3.1ms)  BEGIN
↳ app/controllers/users_controller.rb:22
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "testhello"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:22
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "test1234@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:22
 (0.3ms)  ROLLBACK
↳ app/controllers/users_controller.rb:22

Completed 200 OK in 19ms (Views: 0.3ms | ActiveRecord: 5.8ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-19 14:39:36 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"qKhqlsg/J33X3aV1UBLQ3nItYzrVSQ8mVndbqtMzkf++d+wZWK9+YVgUkjLJr5BKR7VYKh6r0CUOpaG438gp+Q==", "user"=>{"username"=>"testhello", "email"=>"test1234@gmail.com", "encrypted_password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "test1234@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:14
User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "testhello"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18

Unpermitted parameters: :encrypted_password, :password_confirmation

 (0.2ms)  BEGIN
↳ app/controllers/users_controller.rb:22
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "testhello"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:22
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "test1234@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:22
 (0.3ms)  ROLLBACK
↳ app/controllers/users_controller.rb:22

Completed 200 OK in 30ms (Views: 0.3ms | ActiveRecord: 8.5ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 14:39:58 +0530

 (40.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.3ms)

Completed 200 OK in 363ms (Views: 356.9ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-19 14:40:00 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (183.1ms)

Completed 500 Internal Server Error in 221ms (ActiveRecord: 18.1ms)

ActionView::Template::Error (undefined method `users_path' for #<#<Class:0x00007f87a3c63838>:0x00007f87a739b5a8> Did you mean? url_path

           urls_path):
1: <div class="Sign_Form">
2:   <h1>Sign Up</h1>
3:   <%= form_for @user do |f| %>
4:     <p> Username:</br> <%= f.text_field :username%> </p>
5:     <p> Email:</br> <%= f.text_field :email%> </p>
6:     <p> Password:</br> <%= f.password_field :password%></p>

app/views/users/new.html.erb:3:in `_app_views_users_new_html_erb__3156625587158094047_70110301445880' Started GET “/user/new” for 127.0.0.1 at 2019-01-19 14:40:53 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (53.1ms)

Completed 200 OK in 82ms (Views: 79.6ms | ActiveRecord: 0.0ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-19 14:41:07 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"VbwVbzXsekpnqZ6MlPA6fO6tnwxPHZRC8/PSu+qyroxDY5PgpXwjVuhgqcsNTXro2zWkHIT/S0GrISip5kkWig==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (1.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "naveen.kewalramani2903@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:14

Completed 200 OK in 43ms (Views: 0.3ms | ActiveRecord: 1.6ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-19 14:41:22 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"VbwVbzXsekpnqZ6MlPA6fO6tnwxPHZRC8/PSu+qyroxDY5PgpXwjVuhgqcsNTXro2zWkHIT/S0GrISip5kkWig==", "user"=>{"username"=>"naveen1234", "email"=>"naveen.ke2walramani2903@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "naveen.ke2walramani2903@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:14
User Load (5.7ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "naveen1234"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18

Unpermitted parameter: :password_confirmation

 (0.2ms)  BEGIN
↳ app/controllers/users_controller.rb:22
User Exists (0.6ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "naveen1234"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:22
User Exists (0.7ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "naveen.ke2walramani2903@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:22
User Create (1.5ms)  INSERT INTO "users" ("username", "email", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["username", "naveen1234"], ["email", "naveen.ke2walramani2903@gmail.com"], ["created_at", "2019-01-19 09:11:22.715578"], ["updated_at", "2019-01-19 09:11:22.715578"]]
↳ app/controllers/users_controller.rb:22
 (376.8ms)  COMMIT
↳ app/controllers/users_controller.rb:22

Redirected to Completed 500 Internal Server Error in 589ms (ActiveRecord: 386.0ms)

NoMethodError (undefined method `user_url' for #<UsersController:0x00007f87a53a2aa8> Did you mean? user_new_url):

app/controllers/users_controller.rb:23:in `Signup' Started POST “/users/signup” for 127.0.0.1 at 2019-01-19 14:41:44 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"VbwVbzXsekpnqZ6MlPA6fO6tnwxPHZRC8/PSu+qyroxDY5PgpXwjVuhgqcsNTXro2zWkHIT/S0GrISip5kkWig==", "user"=>{"username"=>"naveen1234", "email"=>"naveen.ke2walramani2903@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "naveen.ke2walramani2903@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:14

Completed 200 OK in 16ms (Views: 0.2ms | ActiveRecord: 4.2ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-19 14:41:55 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"VbwVbzXsekpnqZ6MlPA6fO6tnwxPHZRC8/PSu+qyroxDY5PgpXwjVuhgqcsNTXro2zWkHIT/S0GrISip5kkWig==", "user"=>{"username"=>"naveen1234", "email"=>"naveen.ke2walramani2903@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "naveen.ke2walramani2903@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:14

Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.6ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-19 14:42:12 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"VbwVbzXsekpnqZ6MlPA6fO6tnwxPHZRC8/PSu+qyroxDY5PgpXwjVuhgqcsNTXro2zWkHIT/S0GrISip5kkWig==", "user"=>{"username"=>"naveen123", "email"=>"nave1en.ke2walramani2903@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "nave1en.ke2walramani2903@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:14
User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "naveen123"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18

Unpermitted parameter: :password_confirmation

 (0.2ms)  BEGIN
↳ app/controllers/users_controller.rb:22
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "naveen123"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:22
User Exists (1.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "nave1en.ke2walramani2903@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:22
User Create (0.5ms)  INSERT INTO "users" ("username", "email", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["username", "naveen123"], ["email", "nave1en.ke2walramani2903@gmail.com"], ["created_at", "2019-01-19 09:12:12.100507"], ["updated_at", "2019-01-19 09:12:12.100507"]]
↳ app/controllers/users_controller.rb:22
 (40.6ms)  COMMIT
↳ app/controllers/users_controller.rb:22

Redirected to Completed 500 Internal Server Error in 240ms (ActiveRecord: 44.2ms)

NoMethodError (undefined method `user_url' for #<UsersController:0x00007f87a7247490> Did you mean? user_new_url):

app/controllers/users_controller.rb:23:in `Signup' Started GET “/” for 127.0.0.1 at 2019-01-19 14:42:34 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (287.4ms)

Completed 500 Internal Server Error in 290ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined local variable or method `user_new_path' for #<#<Class:0x00007f87a71b6670>:0x00007f87a71be460> Did you mean? user_path

           users_path
           url_new_path
           user_show_path):
1: <p>hleleo</p>
2: <p><%= link_to "Signup" , user_new_path %></p>
3: <p><%= link_to "Login" , user_login_path %></p>

app/views/users/homepage.html.erb:2:in `_app_views_users_homepage_html_erb___448779055288013194_70110300454020' Started GET “/” for 127.0.0.1 at 2019-01-19 14:43:07 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.7ms)

Completed 200 OK in 26ms (Views: 24.2ms | ActiveRecord: 0.0ms)

Started GET “/users/new” for 127.0.0.1 at 2019-01-19 14:43:10 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.8ms)

Completed 200 OK in 71ms (Views: 36.6ms | ActiveRecord: 6.7ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-19 14:43:31 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"zy5nnUYTkq6PPuLfC25X82UWeoNCY4aoUFTZ1xGXwP/o6zwGZreAAKVxP9jtlRhbPUTGEodegnoenVCgENG+lQ==", "user"=>{"username"=>"new_user", "email"=>"new_user@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (0.7ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "new_user@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:14
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "new_user"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18

Unpermitted parameter: :password_confirmation

 (0.5ms)  BEGIN
↳ app/controllers/users_controller.rb:22
User Exists (1.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "new_user"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:22
User Exists (0.9ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "new_user@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:22
User Create (0.5ms)  INSERT INTO "users" ("username", "email", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["username", "new_user"], ["email", "new_user@gmail.com"], ["created_at", "2019-01-19 09:13:31.128393"], ["updated_at", "2019-01-19 09:13:31.128393"]]
↳ app/controllers/users_controller.rb:22
 (39.8ms)  COMMIT
↳ app/controllers/users_controller.rb:22

Redirected to localhost:3000/users/13 Completed 302 Found in 57ms (ActiveRecord: 44.4ms)

Started GET “/users/13” for 127.0.0.1 at 2019-01-19 14:43:31 +0530 Processing by UsersController#show as HTML

Parameters: {"id"=>"13"}
User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 13], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:43
Rendering users/show.html.erb within layouts/application
Rendered users/show.html.erb within layouts/application (0.5ms)

Completed 200 OK in 33ms (Views: 21.5ms | ActiveRecord: 0.3ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 14:43:50 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.6ms)

Completed 200 OK in 29ms (Views: 27.4ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-19 14:43:51 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.4ms)

Completed 200 OK in 41ms (Views: 36.5ms | ActiveRecord: 0.0ms)

Started POST “/users” for 127.0.0.1 at 2019-01-19 14:44:05 +0530

AbstractController::ActionNotFound (The action 'create' could not be found for UsersController):

actionpack (5.2.2) lib/abstract_controller/base.rb:129:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:38:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/user/login” for 127.0.0.1 at 2019-01-19 14:44:43 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.9ms)

Completed 200 OK in 43ms (Views: 28.4ms | ActiveRecord: 4.0ms)

Started POST “/users” for 127.0.0.1 at 2019-01-19 14:44:52 +0530

AbstractController::ActionNotFound (The action 'create' could not be found for UsersController):

actionpack (5.2.2) lib/abstract_controller/base.rb:129:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:38:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/users” for 127.0.0.1 at 2019-01-19 14:45:41 +0530

AbstractController::ActionNotFound (The action 'create' could not be found for UsersController):

actionpack (5.2.2) lib/abstract_controller/base.rb:129:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:38:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/users” for 127.0.0.1 at 2019-01-19 14:45:44 +0530

AbstractController::ActionNotFound (The action 'create' could not be found for UsersController):

actionpack (5.2.2) lib/abstract_controller/base.rb:129:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:38:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/users” for 127.0.0.1 at 2019-01-19 14:46:25 +0530

AbstractController::ActionNotFound (The action 'create' could not be found for UsersController):

actionpack (5.2.2) lib/abstract_controller/base.rb:129:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:38:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/user” for 127.0.0.1 at 2019-01-19 14:46:27 +0530

ActionController::RoutingError (No route matches [GET] “/user”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/users” for 127.0.0.1 at 2019-01-19 14:46:38 +0530

AbstractController::ActionNotFound (The action 'create' could not be found for UsersController):

actionpack (5.2.2) lib/abstract_controller/base.rb:129:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:38:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-19 14:46:56 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (299.7ms)

Completed 500 Internal Server Error in 304ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined local variable or method `new_user_path' for #<#<Class:0x00007f87a762c7b8>:0x00007f87a7636e70> Did you mean? new_url_path):

1: <p>hleleo</p>
2: <p><%= link_to "Signup" , new_user_path %></p>
3: <p><%= link_to "Login" , user_login_path %></p>

app/views/users/homepage.html.erb:2:in `_app_views_users_homepage_html_erb___448779055288013194_70110302791560' Started GET “/” for 127.0.0.1 at 2019-01-19 14:47:12 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.9ms)

Completed 200 OK in 32ms (Views: 30.0ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-19 14:47:15 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (1.7ms)

Completed 200 OK in 59ms (Views: 21.1ms | ActiveRecord: 8.3ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-19 14:47:31 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"RSbp3PojsIN14aUaZxRn4rN8P8cweFzfOb7uwBDsiM9i47JH2oeiLV+ueB2B7yhK6y6DVvVFWA13d2e3Ear2pQ==", "user"=>{"username"=>"ashok", "email"=>"ashok@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "ashok@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:14
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "ashok"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18

Unpermitted parameter: :password_confirmation

 (1.3ms)  BEGIN
↳ app/controllers/users_controller.rb:22
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "ashok"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:22
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "ashok@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:22
User Create (0.5ms)  INSERT INTO "users" ("username", "email", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["username", "ashok"], ["email", "ashok@gmail.com"], ["created_at", "2019-01-19 09:17:31.171679"], ["updated_at", "2019-01-19 09:17:31.171679"]]
↳ app/controllers/users_controller.rb:22
 (0.6ms)  COMMIT
↳ app/controllers/users_controller.rb:22

Redirected to Completed 500 Internal Server Error in 209ms (ActiveRecord: 4.6ms)

NoMethodError (undefined method `user_url' for #<UsersController:0x00007f87a7332b70> Did you mean? user_new_url):

app/controllers/users_controller.rb:23:in `Signup' Started GET “/users/signup” for 127.0.0.1 at 2019-01-19 14:49:18 +0530

ActionController::RoutingError (No route matches [GET] “/users/signup”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/users/signup” for 127.0.0.1 at 2019-01-19 14:49:35 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"ucAOAeZQ8Q9Po8HqCGCyeDSK6kZ0JxBa+7NlWVrY0TSvH4iOdsCoE8Bq9q2R3fLsARLRVr/Fz1mjYZ9LViNpMg==", "user"=>{"username"=>"ashok", "email"=>"ashok@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "ashok@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:14

Completed 200 OK in 32ms (Views: 0.2ms | ActiveRecord: 9.1ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-19 14:49:59 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"ucAOAeZQ8Q9Po8HqCGCyeDSK6kZ0JxBa+7NlWVrY0TSvH4iOdsCoE8Bq9q2R3fLsARLRVr/Fz1mjYZ9LViNpMg==", "user"=>{"username"=>"ashok23", "email"=>"ashok123@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (1.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "ashok123@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:14
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "ashok23"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18

Unpermitted parameter: :password_confirmation

 (1.1ms)  BEGIN
↳ app/controllers/users_controller.rb:22
User Exists (0.6ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "ashok23"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:22
User Exists (0.6ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "ashok123@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:22
User Create (0.5ms)  INSERT INTO "users" ("username", "email", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["username", "ashok23"], ["email", "ashok123@gmail.com"], ["created_at", "2019-01-19 09:19:59.637224"], ["updated_at", "2019-01-19 09:19:59.637224"]]
↳ app/controllers/users_controller.rb:22
 (0.4ms)  COMMIT
↳ app/controllers/users_controller.rb:22

Redirected to localhost:3000/user/show Completed 302 Found in 20ms (ActiveRecord: 5.2ms)

Started GET “/user/show” for 127.0.0.1 at 2019-01-19 14:49:59 +0530 Processing by UsersController#show as HTML Completed 404 Not Found in 2ms (ActiveRecord: 0.0ms)

ActiveRecord::RecordNotFound (Couldn't find User without an ID):

app/controllers/users_controller.rb:43:in `show' Started POST “/users/signup” for 127.0.0.1 at 2019-01-19 14:51:06 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"ucAOAeZQ8Q9Po8HqCGCyeDSK6kZ0JxBa+7NlWVrY0TSvH4iOdsCoE8Bq9q2R3fLsARLRVr/Fz1mjYZ9LViNpMg==", "user"=>{"username"=>"ashok231", "email"=>"ashok23@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "ashok23@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:14
User Load (1.7ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "ashok231"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18

Unpermitted parameter: :password_confirmation

 (0.2ms)  BEGIN
↳ app/controllers/users_controller.rb:22
User Exists (1.0ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "ashok231"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:22
User Exists (0.8ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "ashok23@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:22
User Create (0.4ms)  INSERT INTO "users" ("username", "email", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["username", "ashok231"], ["email", "ashok23@gmail.com"], ["created_at", "2019-01-19 09:21:06.578882"], ["updated_at", "2019-01-19 09:21:06.578882"]]
↳ app/controllers/users_controller.rb:22
 (1.2ms)  COMMIT
↳ app/controllers/users_controller.rb:22

Redirected to localhost:3000/user/show Completed 302 Found in 40ms (ActiveRecord: 10.3ms)

Started GET “/user/show” for 127.0.0.1 at 2019-01-19 14:51:06 +0530 Processing by UsersController#show as HTML Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms)

ActiveRecord::RecordNotFound (Couldn't find User without an ID):

app/controllers/users_controller.rb:43:in `show' Started GET “/user/show” for 127.0.0.1 at 2019-01-19 15:01:20 +0530 Processing by UsersController#show as HTML Completed 404 Not Found in 14ms (ActiveRecord: 9.1ms)

ActiveRecord::RecordNotFound (Couldn't find User without an ID):

app/controllers/users_controller.rb:43:in `show' Started GET “/user/show” for 127.0.0.1 at 2019-01-19 15:01:46 +0530 Processing by UsersController#show as HTML Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)

NoMethodError (undefined method `id' for nil:NilClass):

app/controllers/users_controller.rb:43:in `show' Started GET “/user/show” for 127.0.0.1 at 2019-01-19 15:01:49 +0530 Processing by UsersController#show as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)

NoMethodError (undefined method `id' for nil:NilClass):

app/controllers/users_controller.rb:43:in `show' Started GET “/user/show” for 127.0.0.1 at 2019-01-19 15:02:55 +0530 Processing by UsersController#show as HTML Completed 404 Not Found in 10ms (ActiveRecord: 5.1ms)

ActiveRecord::RecordNotFound (Couldn't find User without an ID):

app/controllers/users_controller.rb:42:in `show' Started GET “/user/show” for 127.0.0.1 at 2019-01-19 15:03:03 +0530

ActionController::RoutingError (No route matches [GET] “/user/show”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-19 15:03:11 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.7ms)

Completed 200 OK in 31ms (Views: 28.2ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-19 15:03:12 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 60ms (Views: 21.8ms | ActiveRecord: 18.4ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-19 15:03:30 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"JjFZPtX5FyTfOghcqvN/S3QmSw7+msbqs7wRLUeMbbYB9AKl9V0FivV11VtMCDDjLHT3nzunwjj9dZhaRsoT3A==", "user"=>{"username"=>"saurabh", "email"=>"saurabh@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (2.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "saurabh@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:13
User Load (3.6ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "saurabh"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:17

Unpermitted parameter: :password_confirmation

 (0.4ms)  BEGIN
↳ app/controllers/users_controller.rb:21
User Exists (1.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "saurabh"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:21
User Exists (0.6ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "saurabh@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:21
User Create (1.2ms)  INSERT INTO "users" ("username", "email", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["username", "saurabh"], ["email", "saurabh@gmail.com"], ["created_at", "2019-01-19 09:33:30.704126"], ["updated_at", "2019-01-19 09:33:30.704126"]]
↳ app/controllers/users_controller.rb:21
 (0.6ms)  COMMIT
↳ app/controllers/users_controller.rb:21

Redirected to Completed 500 Internal Server Error in 293ms (ActiveRecord: 10.2ms)

NoMethodError (undefined method `user_url' for #<UsersController:0x00007f87a8433370> Did you mean? user_new_url):

app/controllers/users_controller.rb:22:in `Signup' Started GET “/” for 127.0.0.1 at 2019-01-19 16:23:02 +0530

 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.3ms)

Completed 200 OK in 311ms (Views: 305.1ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 16:24:54 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.6ms)

Completed 200 OK in 26ms (Views: 24.1ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 16:25:10 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.9ms)

Completed 200 OK in 71ms (Views: 69.2ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 16:25:11 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.6ms)

Completed 200 OK in 22ms (Views: 20.9ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 16:25:31 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.6ms)

Completed 200 OK in 31ms (Views: 30.2ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 16:25:37 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.1ms)

Completed 200 OK in 33ms (Views: 31.6ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 16:26:10 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.6ms)

Completed 200 OK in 25ms (Views: 24.0ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 16:26:24 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.9ms)

Completed 200 OK in 30ms (Views: 29.0ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 16:27:02 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.9ms)

Completed 200 OK in 37ms (Views: 35.3ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-19 16:27:05 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (4.2ms)

Completed 200 OK in 71ms (Views: 22.4ms | ActiveRecord: 6.6ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-19 16:27:08 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.0ms)

Completed 200 OK in 39ms (Views: 35.2ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 16:27:56 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.8ms)

Completed 200 OK in 32ms (Views: 29.8ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 16:28:05 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.6ms)

Completed 200 OK in 31ms (Views: 30.2ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 16:28:10 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (2.3ms)

Completed 200 OK in 47ms (Views: 45.8ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 16:28:11 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.7ms)

Completed 200 OK in 22ms (Views: 20.9ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 16:28:20 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.8ms)

Completed 200 OK in 32ms (Views: 30.4ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 16:28:21 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.5ms)

Completed 200 OK in 23ms (Views: 21.8ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 16:28:32 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.5ms)

Completed 200 OK in 28ms (Views: 26.9ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 16:28:37 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.7ms)

Completed 200 OK in 42ms (Views: 41.0ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-19 16:28:43 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.5ms)

Completed 200 OK in 43ms (Views: 39.1ms | ActiveRecord: 0.0ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-19 16:29:24 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"tD3AHg3AkxqlXWSM0+TNt4OPOfXUh1FSmr5v8LVs8YWT+JuFLWSBtI8SuYs1H4If292FZBG6VYDUd+aHtCqP7w==", "user"=>{"username"=>"bhartikewalramani", "email"=>"bharti@yahoo.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (1.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "bharti@yahoo.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:13
User Load (1.1ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "bhartikewalramani"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:17

Unpermitted parameter: :password_confirmation

 (0.4ms)  BEGIN
↳ app/controllers/users_controller.rb:21
User Exists (1.0ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "bhartikewalramani"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:21
User Exists (0.6ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "bharti@yahoo.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:21
User Create (0.8ms)  INSERT INTO "users" ("username", "email", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["username", "bhartikewalramani"], ["email", "bharti@yahoo.com"], ["created_at", "2019-01-19 10:59:24.706991"], ["updated_at", "2019-01-19 10:59:24.706991"]]
↳ app/controllers/users_controller.rb:21
 (1.1ms)  COMMIT
↳ app/controllers/users_controller.rb:21

Redirected to Completed 500 Internal Server Error in 284ms (ActiveRecord: 6.5ms)

NoMethodError (undefined method `user_url' for #<UsersController:0x00007f8e41ae3388> Did you mean? user_new_url):

app/controllers/users_controller.rb:22:in `Signup' Started POST “/users/signup” for 127.0.0.1 at 2019-01-19 16:31:20 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"tD3AHg3AkxqlXWSM0+TNt4OPOfXUh1FSmr5v8LVs8YWT+JuFLWSBtI8SuYs1H4If292FZBG6VYDUd+aHtCqP7w==", "user"=>{"username"=>"bhartikewalramani", "email"=>"bharti@yahoo.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (0.7ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "bharti@yahoo.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:12

Completed 200 OK in 20ms (Views: 0.2ms | ActiveRecord: 5.1ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-19 16:31:53 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"mKXEXdWTovLQeqfghQyKDHQBNKFpaLfexeCKTNSOli+OekLSRQP77l+zkKccscqYQZkPsaKKaN2dMnBe2HUuKQ==", "user"=>{"username"=>"bharti1", "email"=>"bharti1@yahoo.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (1.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "bharti1@yahoo.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:12
User Load (0.8ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "bharti1"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:14

Unpermitted parameter: :password_confirmation

 (0.7ms)  BEGIN
↳ app/controllers/users_controller.rb:18
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "bharti1"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "bharti1@yahoo.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18
User Create (0.4ms)  INSERT INTO "users" ("username", "email", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["username", "bharti1"], ["email", "bharti1@yahoo.com"], ["created_at", "2019-01-19 11:01:53.380121"], ["updated_at", "2019-01-19 11:01:53.380121"]]
↳ app/controllers/users_controller.rb:18
 (0.5ms)  COMMIT
↳ app/controllers/users_controller.rb:18

Redirected to Completed 500 Internal Server Error in 209ms (ActiveRecord: 4.9ms)

NoMethodError (undefined method `user_url' for #<UsersController:0x00007f8e44090c98> Did you mean? user_new_url):

app/controllers/users_controller.rb:19:in `Signup' Started POST “/users/signup” for 127.0.0.1 at 2019-01-19 16:32:02 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"mKXEXdWTovLQeqfghQyKDHQBNKFpaLfexeCKTNSOli+OekLSRQP77l+zkKccscqYQZkPsaKKaN2dMnBe2HUuKQ==", "user"=>{"username"=>"bharti1", "email"=>"bharti1@yahoo.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}
User Load (0.8ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "bharti1@yahoo.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:12

Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.8ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-19 16:32:36 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"mKXEXdWTovLQeqfghQyKDHQBNKFpaLfexeCKTNSOli+OekLSRQP77l+zkKccscqYQZkPsaKKaN2dMnBe2HUuKQ==", "user"=>{"username"=>"bharti1", "email"=>"bharti1@yahoo.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "bharti1@yahoo.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:13

Completed 200 OK in 34ms (Views: 0.2ms | ActiveRecord: 5.4ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-19 16:32:50 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"mKXEXdWTovLQeqfghQyKDHQBNKFpaLfexeCKTNSOli+OekLSRQP77l+zkKccscqYQZkPsaKKaN2dMnBe2HUuKQ==", "user"=>{"username"=>"bharti12", "email"=>"bharti12@yahoo.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "bharti12@yahoo.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:13
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "bharti12"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:15
 (0.2ms)  BEGIN
↳ app/controllers/users_controller.rb:18
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "bharti12"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "bharti12@yahoo.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18
User Create (1.8ms)  INSERT INTO "users" ("username", "email", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["username", "bharti12"], ["email", "bharti12@yahoo.com"], ["created_at", "2019-01-19 11:02:50.355457"], ["updated_at", "2019-01-19 11:02:50.355457"]]
↳ app/controllers/users_controller.rb:18
 (428.1ms)  COMMIT
↳ app/controllers/users_controller.rb:18

Redirected to Completed 500 Internal Server Error in 671ms (ActiveRecord: 432.1ms)

NoMethodError (undefined method `user_url' for #<UsersController:0x00007f8e406bedd0> Did you mean? user_new_url):

app/controllers/users_controller.rb:19:in `Signup' Started POST “/users/signup” for 127.0.0.1 at 2019-01-19 16:34:03 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"mKXEXdWTovLQeqfghQyKDHQBNKFpaLfexeCKTNSOli+OekLSRQP77l+zkKccscqYQZkPsaKKaN2dMnBe2HUuKQ==", "user"=>{"username"=>"bharti12", "email"=>"bharti12@yahoo.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "bharti12@yahoo.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:13

Completed 200 OK in 23ms (Views: 0.2ms | ActiveRecord: 4.6ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-19 16:34:15 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"mKXEXdWTovLQeqfghQyKDHQBNKFpaLfexeCKTNSOli+OekLSRQP77l+zkKccscqYQZkPsaKKaN2dMnBe2HUuKQ==", "user"=>{"username"=>"bharti123", "email"=>"bharti123@yahoo.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "bharti123@yahoo.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:13
User Load (5.1ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "bharti123"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:15
 (0.2ms)  BEGIN
↳ app/controllers/users_controller.rb:18
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "bharti123"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18
User Exists (0.9ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "bharti123@yahoo.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18
User Create (0.6ms)  INSERT INTO "users" ("username", "email", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["username", "bharti123"], ["email", "bharti123@yahoo.com"], ["created_at", "2019-01-19 11:04:15.557236"], ["updated_at", "2019-01-19 11:04:15.557236"]]
↳ app/controllers/users_controller.rb:18
 (0.6ms)  COMMIT
↳ app/controllers/users_controller.rb:18

Completed 404 Not Found in 28ms (ActiveRecord: 8.3ms)

ActiveRecord::RecordNotFound (Couldn't find User without an ID):

app/controllers/users_controller.rb:38:in `show' app/controllers/users_controller.rb:19:in `Signup' Started POST “/users/signup” for 127.0.0.1 at 2019-01-19 16:36:19 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"mKXEXdWTovLQeqfghQyKDHQBNKFpaLfexeCKTNSOli+OekLSRQP77l+zkKccscqYQZkPsaKKaN2dMnBe2HUuKQ==", "user"=>{"username"=>"bharti1234", "email"=>"bharti1234@yahoo.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "bharti1234@yahoo.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:13
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "bharti1234"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:15
 (0.1ms)  BEGIN
↳ app/controllers/users_controller.rb:18
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "bharti1234"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "bharti1234@yahoo.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18
User Create (0.5ms)  INSERT INTO "users" ("username", "email", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["username", "bharti1234"], ["email", "bharti1234@yahoo.com"], ["created_at", "2019-01-19 11:06:19.334200"], ["updated_at", "2019-01-19 11:06:19.334200"]]
↳ app/controllers/users_controller.rb:18
 (0.4ms)  COMMIT
↳ app/controllers/users_controller.rb:18

Redirected to Completed 500 Internal Server Error in 232ms (ActiveRecord: 9.3ms)

NoMethodError (undefined method `user_url' for #<UsersController:0x00007f8e41b49a20> Did you mean? user_new_url):

app/controllers/users_controller.rb:19:in `Signup' Started POST “/users/signup” for 127.0.0.1 at 2019-01-19 16:38:06 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"mKXEXdWTovLQeqfghQyKDHQBNKFpaLfexeCKTNSOli+OekLSRQP77l+zkKccscqYQZkPsaKKaN2dMnBe2HUuKQ==", "user"=>{"username"=>"bharti1234", "email"=>"bharti1234@yahoo.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "bharti1234@yahoo.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:13

Completed 200 OK in 36ms (Views: 0.2ms | ActiveRecord: 3.9ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-19 16:38:20 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"mKXEXdWTovLQeqfghQyKDHQBNKFpaLfexeCKTNSOli+OekLSRQP77l+zkKccscqYQZkPsaKKaN2dMnBe2HUuKQ==", "user"=>{"username"=>"bharti12345", "email"=>"bharti12345@yahoo.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

User Load (4.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "bharti12345@yahoo.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:13
User Load (0.7ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "bharti12345"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:15
 (0.5ms)  BEGIN
↳ app/controllers/users_controller.rb:18
User Exists (0.6ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "bharti12345"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18
User Exists (0.6ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "bharti12345@yahoo.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18
User Create (0.6ms)  INSERT INTO "users" ("username", "email", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["username", "bharti12345"], ["email", "bharti12345@yahoo.com"], ["created_at", "2019-01-19 11:08:20.538218"], ["updated_at", "2019-01-19 11:08:20.538218"]]
↳ app/controllers/users_controller.rb:18
 (0.4ms)  COMMIT
↳ app/controllers/users_controller.rb:18

Redirected to localhost:3000/urls/new Completed 302 Found in 26ms (ActiveRecord: 8.1ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-19 16:38:20 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.3ms)

Completed 200 OK in 65ms (Views: 39.0ms | ActiveRecord: 4.7ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-19 16:38:51 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.8ms)

Completed 200 OK in 53ms (Views: 31.6ms | ActiveRecord: 3.9ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-19 16:39:00 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"/eC/gQSRTY1o5yFcKaYK3tMmCvz/asIIkRbUG8/T/fLrPzkOlAEUkecuFhuwG0pK5r4x7DSIHQvJxC4JwyhF9A==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Search"}
Url Load (1.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
CACHE Url Load (0.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:8

Redirected to localhost:3000/urls/4 Completed 302 Found in 41ms (ActiveRecord: 8.5ms)

Started GET “/urls/4” for 127.0.0.1 at 2019-01-19 16:39:00 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.3ms)

Completed 200 OK in 41ms (Views: 36.0ms | ActiveRecord: 0.5ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-19 16:39:05 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"/eC/gQSRTY1o5yFcKaYK3tMmCvz/asIIkRbUG8/T/fLrPzkOlAEUkecuFhuwG0pK5r4x7DSIHQvJxC4JwyhF9A==", "shorturl"=>"ddddddw32", "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "ddddddw32"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28
Rendering urls/show_long_url.html.erb within layouts/application
Rendered urls/show_long_url.html.erb within layouts/application (1.1ms)

Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.4ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/urls/show_long_url.html.erb:1: syntax error, unexpected ')', expecting then or ';' or 'n' …_buffer.append=( if @row==nil );@output_buffer.safe_append=' … ^ /Users/naveen/Documents/Internship/projectIntern/app/views/urls/show_long_url.html.erb:3: syntax error, unexpected end, expecting ')' '.freeze; end

^~~

/Users/naveen/Documents/Internship/projectIntern/app/views/urls/show_long_url.html.erb:28: syntax error, unexpected ensure, expecting ')'

ensure
^~~~~~

/Users/naveen/Documents/Internship/projectIntern/app/views/urls/show_long_url.html.erb:30: syntax error, unexpected end, expecting ')'

end
^~~):

app/views/urls/show_long_url.html.erb:1: syntax error, unexpected ')', expecting then or ';' or 'n' app/views/urls/show_long_url.html.erb:3: syntax error, unexpected end, expecting ')' app/views/urls/show_long_url.html.erb:28: syntax error, unexpected ensure, expecting ')' app/views/urls/show_long_url.html.erb:30: syntax error, unexpected end, expecting ')' Started POST “/url/shorten” for 127.0.0.1 at 2019-01-19 16:39:08 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"/eC/gQSRTY1o5yFcKaYK3tMmCvz/asIIkRbUG8/T/fLrPzkOlAEUkecuFhuwG0pK5r4x7DSIHQvJxC4JwyhF9A==", "shorturl"=>"ddddddw32", "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "ddddddw32"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28
Rendering urls/show_long_url.html.erb within layouts/application
Rendered urls/show_long_url.html.erb within layouts/application (0.9ms)

Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.4ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/urls/show_long_url.html.erb:1: syntax error, unexpected ')', expecting then or ';' or 'n' …_buffer.append=( if @row==nil );@output_buffer.safe_append=' … ^ /Users/naveen/Documents/Internship/projectIntern/app/views/urls/show_long_url.html.erb:3: syntax error, unexpected end, expecting ')' '.freeze; end

^~~

/Users/naveen/Documents/Internship/projectIntern/app/views/urls/show_long_url.html.erb:28: syntax error, unexpected ensure, expecting ')'

ensure
^~~~~~

/Users/naveen/Documents/Internship/projectIntern/app/views/urls/show_long_url.html.erb:30: syntax error, unexpected end, expecting ')'

end
^~~):

app/views/urls/show_long_url.html.erb:1: syntax error, unexpected ')', expecting then or ';' or 'n' app/views/urls/show_long_url.html.erb:3: syntax error, unexpected end, expecting ')' app/views/urls/show_long_url.html.erb:28: syntax error, unexpected ensure, expecting ')' app/views/urls/show_long_url.html.erb:30: syntax error, unexpected end, expecting ')' Started POST “/url/shorten” for 127.0.0.1 at 2019-01-19 16:39:08 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"/eC/gQSRTY1o5yFcKaYK3tMmCvz/asIIkRbUG8/T/fLrPzkOlAEUkecuFhuwG0pK5r4x7DSIHQvJxC4JwyhF9A==", "shorturl"=>"ddddddw32", "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "ddddddw32"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28
Rendering urls/show_long_url.html.erb within layouts/application
Rendered urls/show_long_url.html.erb within layouts/application (0.7ms)

Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.4ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/urls/show_long_url.html.erb:1: syntax error, unexpected ')', expecting then or ';' or 'n' …_buffer.append=( if @row==nil );@output_buffer.safe_append=' … ^ /Users/naveen/Documents/Internship/projectIntern/app/views/urls/show_long_url.html.erb:3: syntax error, unexpected end, expecting ')' '.freeze; end

^~~

/Users/naveen/Documents/Internship/projectIntern/app/views/urls/show_long_url.html.erb:28: syntax error, unexpected ensure, expecting ')'

ensure
^~~~~~

/Users/naveen/Documents/Internship/projectIntern/app/views/urls/show_long_url.html.erb:30: syntax error, unexpected end, expecting ')'

end
^~~):

app/views/urls/show_long_url.html.erb:1: syntax error, unexpected ')', expecting then or ';' or 'n' app/views/urls/show_long_url.html.erb:3: syntax error, unexpected end, expecting ')' app/views/urls/show_long_url.html.erb:28: syntax error, unexpected ensure, expecting ')' app/views/urls/show_long_url.html.erb:30: syntax error, unexpected end, expecting ')' Started GET “/” for 127.0.0.1 at 2019-01-19 16:45:46 +0530

 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.1ms)

Completed 200 OK in 378ms (Views: 370.4ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-19 16:45:55 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (5.4ms)

Completed 200 OK in 101ms (Views: 65.7ms | ActiveRecord: 16.7ms)

Started POST “/user/login” for 127.0.0.1 at 2019-01-19 16:46:07 +0530

ActionController::RoutingError (No route matches [POST] “/user/login”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/user/login” for 127.0.0.1 at 2019-01-19 16:46:51 +0530

ActionController::RoutingError (No route matches [POST] “/user/login”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/user/login” for 127.0.0.1 at 2019-01-19 16:50:38 +0530

ActionController::RoutingError (No route matches [POST] “/user/login”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/user/login” for 127.0.0.1 at 2019-01-19 16:50:54 +0530

ActionController::RoutingError (No route matches [POST] “/user/login”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/user/login” for 127.0.0.1 at 2019-01-19 16:51:31 +0530

ActionController::RoutingError (No route matches [POST] “/user/login”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/user/login” for 127.0.0.1 at 2019-01-19 16:52:09 +0530

ActionController::RoutingError (No route matches [POST] “/user/login”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/user/login” for 127.0.0.1 at 2019-01-19 16:52:56 +0530

ActionController::RoutingError (No route matches [POST] “/user/login”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/user/login” for 127.0.0.1 at 2019-01-19 16:54:16 +0530

ActionController::RoutingError (No route matches [POST] “/user/login”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-19 16:54:33 +0530

 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.1ms)

Completed 200 OK in 318ms (Views: 310.6ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-19 16:54:36 +0530

ActionController::RoutingError (uninitialized constant UserController):

bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `block in load_missing_constant' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:8:in `without_bootsnap_cache' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `rescue in load_missing_constant' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:56:in `load_missing_constant' activesupport (5.2.2) lib/active_support/inflector/methods.rb:283:in `const_get' activesupport (5.2.2) lib/active_support/inflector/methods.rb:283:in `block in constantize' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.2) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.2) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/user/login” for 127.0.0.1 at 2019-01-19 17:03:39 +0530

ActionController::RoutingError (uninitialized constant UserController):

bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `block in load_missing_constant' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:8:in `without_bootsnap_cache' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `rescue in load_missing_constant' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:56:in `load_missing_constant' activesupport (5.2.2) lib/active_support/inflector/methods.rb:283:in `const_get' activesupport (5.2.2) lib/active_support/inflector/methods.rb:283:in `block in constantize' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.2) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.2) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-19 17:03:44 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.1ms)

Completed 200 OK in 47ms (Views: 43.0ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-19 17:03:45 +0530

ActionController::RoutingError (uninitialized constant UserController):

bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `block in load_missing_constant' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:8:in `without_bootsnap_cache' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `rescue in load_missing_constant' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:56:in `load_missing_constant' activesupport (5.2.2) lib/active_support/inflector/methods.rb:283:in `const_get' activesupport (5.2.2) lib/active_support/inflector/methods.rb:283:in `block in constantize' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.2) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.2) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-19 17:04:01 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.9ms)

Completed 200 OK in 41ms (Views: 39.9ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 17:04:02 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.8ms)

Completed 200 OK in 28ms (Views: 26.5ms | ActiveRecord: 0.0ms)

Started GET “/users/login” for 127.0.0.1 at 2019-01-19 17:04:03 +0530

ActionController::RoutingError (No route matches [GET] “/users/login”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/users/login” for 127.0.0.1 at 2019-01-19 17:04:39 +0530

ActionController::RoutingError (No route matches [GET] “/users/login”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-19 17:04:44 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.9ms)

Completed 200 OK in 49ms (Views: 47.0ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-19 17:04:45 +0530

ActionController::RoutingError (uninitialized constant UserController):

bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `block in load_missing_constant' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:8:in `without_bootsnap_cache' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `rescue in load_missing_constant' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:56:in `load_missing_constant' activesupport (5.2.2) lib/active_support/inflector/methods.rb:283:in `const_get' activesupport (5.2.2) lib/active_support/inflector/methods.rb:283:in `block in constantize' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.2) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.2) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/users/login” for 127.0.0.1 at 2019-01-19 17:05:45 +0530

ActionController::RoutingError (No route matches [GET] “/users/login”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/users/login” for 127.0.0.1 at 2019-01-19 17:06:05 +0530

ActionController::RoutingError (No route matches [GET] “/users/login”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/users/login” for 127.0.0.1 at 2019-01-19 17:06:37 +0530

ActionController::RoutingError (No route matches [GET] “/users/login”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-19 17:06:41 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.9ms)

Completed 200 OK in 31ms (Views: 29.7ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-19 17:06:43 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.9ms)

Completed 200 OK in 73ms (Views: 31.6ms | ActiveRecord: 23.2ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-19 17:06:58 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 71ms (Views: 65.8ms | ActiveRecord: 0.0ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-19 17:07:15 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Uvfrz1/WAV3hBS1EJtetIRFvTd9PqORjoVU3tGDi+4J1MrBUf3IT88tK8EPALOKJST3xToqV4LHvnL7DYaSF6A==", "user"=>{"username"=>"hfhf", "email"=>"hdhh@ghghg.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

User Load (7.4ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "hdhh@ghghg.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:13
User Load (0.8ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "hfhf"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:15
 (0.3ms)  BEGIN
↳ app/controllers/users_controller.rb:18
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "hfhf"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "hdhh@ghghg.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18
User Create (1.0ms)  INSERT INTO "users" ("username", "email", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["username", "hfhf"], ["email", "hdhh@ghghg.com"], ["created_at", "2019-01-19 11:37:15.181625"], ["updated_at", "2019-01-19 11:37:15.181625"]]
↳ app/controllers/users_controller.rb:18
 (0.6ms)  COMMIT
↳ app/controllers/users_controller.rb:18

Redirected to localhost:3000/urls/new Completed 302 Found in 27ms (ActiveRecord: 11.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-19 17:07:15 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.1ms)

Completed 200 OK in 97ms (Views: 65.9ms | ActiveRecord: 10.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 17:07:20 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.1ms)

Completed 200 OK in 40ms (Views: 37.5ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-19 17:07:21 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.0ms)

Completed 200 OK in 47ms (Views: 45.1ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-19 17:07:38 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"nYcjOcuSiR9Ha9iNjZ3vMVC1RnlDqcIJWqc4zywtLsLD/3hFpW1M/JC7m22ij57S3en3CHneMo/pGueTluhWUg==", "user"=>{"username"=>"hfhf", "email"=>"hdhh@ghghg.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (0.7ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."encrypted_password" IS NULL ORDER BY "users"."id" ASC LIMIT $3  [["email", "hdhh@ghghg.com"], ["username", "hfhf"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:29
CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."encrypted_password" IS NULL ORDER BY "users"."id" ASC LIMIT $3  [["email", "hdhh@ghghg.com"], ["username", "hfhf"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:30

Redirected to Completed 500 Internal Server Error in 228ms (ActiveRecord: 0.7ms)

NoMethodError (undefined method `user_url' for #<UsersController:0x00007fc11ab01228> Did you mean? user_new_url):

app/controllers/users_controller.rb:31:in `Login' Started POST “/users/login” for 127.0.0.1 at 2019-01-19 17:08:01 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"FZXVx45glKBVnTUozVVcf3Tg2JRGzcYTYFDt0/tuZvADSlNIHvDNvNpUAm9U6BzrQXjjhI0vGRA4ghfB95Xe9g==", "user"=>{"username"=>"hfhf", "email"=>"hdhh@ghghg.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (0.7ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."encrypted_password" IS NULL ORDER BY "users"."id" ASC LIMIT $3  [["email", "hdhh@ghghg.com"], ["username", "hfhf"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:29
CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."encrypted_password" IS NULL ORDER BY "users"."id" ASC LIMIT $3  [["email", "hdhh@ghghg.com"], ["username", "hfhf"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:30

Redirected to localhost:3000/urls/new Completed 302 Found in 20ms (ActiveRecord: 6.1ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-19 17:08:01 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.0ms)

Completed 200 OK in 36ms (Views: 23.7ms | ActiveRecord: 3.2ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-19 17:08:33 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"FZXVx45glKBVnTUozVVcf3Tg2JRGzcYTYFDt0/tuZvADSlNIHvDNvNpUAm9U6BzrQXjjhI0vGRA4ghfB95Xe9g==", "user"=>{"username"=>"hfhf", "email"=>"hdhh@ghghg.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (2.7ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."encrypted_password" IS NULL ORDER BY "users"."id" ASC LIMIT $3  [["email", "hdhh@ghghg.com"], ["username", "hfhf"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:29
CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."encrypted_password" IS NULL ORDER BY "users"."id" ASC LIMIT $3  [["email", "hdhh@ghghg.com"], ["username", "hfhf"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:30

Redirected to localhost:3000/urls/new Completed 302 Found in 8ms (ActiveRecord: 2.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-19 17:08:33 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.0ms)

Completed 200 OK in 31ms (Views: 29.8ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-19 17:09:17 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"FZXVx45glKBVnTUozVVcf3Tg2JRGzcYTYFDt0/tuZvADSlNIHvDNvNpUAm9U6BzrQXjjhI0vGRA4ghfB95Xe9g==", "user"=>{"username"=>"hfhf", "email"=>"hdhh@ghghg.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (1.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."encrypted_password" = $3 ORDER BY "users"."id" ASC LIMIT $4  [["email", "hdhh@ghghg.com"], ["username", "hfhf"], ["encrypted_password", "jkberk kger"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:29

Completed 200 OK in 12ms (Views: 0.3ms | ActiveRecord: 6.5ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-19 17:09:39 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"FZXVx45glKBVnTUozVVcf3Tg2JRGzcYTYFDt0/tuZvADSlNIHvDNvNpUAm9U6BzrQXjjhI0vGRA4ghfB95Xe9g==", "user"=>{"username"=>"hfhf", "email"=>"hdhh@ghghg.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (6.8ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."encrypted_password" = $3 ORDER BY "users"."id" ASC LIMIT $4  [["email", "hdhh@ghghg.com"], ["username", "hfhf"], ["encrypted_password", "hghghghg"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:29

Completed 200 OK in 9ms (Views: 0.2ms | ActiveRecord: 6.8ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-19 17:09:46 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"FZXVx45glKBVnTUozVVcf3Tg2JRGzcYTYFDt0/tuZvADSlNIHvDNvNpUAm9U6BzrQXjjhI0vGRA4ghfB95Xe9g==", "user"=>{"username"=>"hfhf", "email"=>"hdhh@ghghg.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."encrypted_password" = $3 ORDER BY "users"."id" ASC LIMIT $4  [["email", "hdhh@ghghg.com"], ["username", "hfhf"], ["encrypted_password", "hghghghg"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:29

Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.5ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-19 17:10:00 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"FZXVx45glKBVnTUozVVcf3Tg2JRGzcYTYFDt0/tuZvADSlNIHvDNvNpUAm9U6BzrQXjjhI0vGRA4ghfB95Xe9g==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (3.7ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."encrypted_password" = $3 ORDER BY "users"."id" ASC LIMIT $4  [["email", "naveen.kewalramani2903@gmail.com"], ["username", "naveen"], ["encrypted_password", "12345678"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:29

Completed 200 OK in 7ms (Views: 0.3ms | ActiveRecord: 3.7ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-19 17:13:21 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"FZXVx45glKBVnTUozVVcf3Tg2JRGzcYTYFDt0/tuZvADSlNIHvDNvNpUAm9U6BzrQXjjhI0vGRA4ghfB95Xe9g==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}

Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)

NoMethodError (undefined method `%' for [{:email=>“naveen.kewalramani2903@gmail.com”}]:Array):

app/controllers/users_controller.rb:29:in `Login' Started POST “/users/login” for 127.0.0.1 at 2019-01-19 17:14:07 +0530

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/controllers/users_controller.rb:34: syntax error, unexpected else, expecting end

else
^~~~

/Users/naveen/Documents/Internship/projectIntern/app/controllers/users_controller.rb:46: syntax error, unexpected end-of-input, expecting end):

app/controllers/users_controller.rb:34: syntax error, unexpected else, expecting end app/controllers/users_controller.rb:46: syntax error, unexpected end-of-input, expecting end

 (0.3ms)  SELECT pg_try_advisory_lock(4940285333737373340)
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23

Migrating to ChangeColumnName (20190119114558)

 (0.2ms)  BEGIN
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (1.1ms)  ALTER TABLE "users" RENAME COLUMN "encrypted_password" TO "password"
↳ db/migrate/20190119114558_change_column_name.rb:3
ActiveRecord::SchemaMigration Create (0.5ms)  INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"  [["version", "20190119114558"]]
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (39.7ms)  COMMIT
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
ActiveRecord::InternalMetadata Load (1.3ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.2ms)  BEGIN
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.1ms)  COMMIT
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.3ms)  SELECT pg_advisory_unlock(4940285333737373340)
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.3ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23

Started GET “/” for 127.0.0.1 at 2019-01-19 17:20:27 +0530

 (1.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/controllers/users_controller.rb:34: syntax error, unexpected else, expecting end

else
^~~~

/Users/naveen/Documents/Internship/projectIntern/app/controllers/users_controller.rb:46: syntax error, unexpected end-of-input, expecting end):

app/controllers/users_controller.rb:34: syntax error, unexpected else, expecting end app/controllers/users_controller.rb:46: syntax error, unexpected end-of-input, expecting end Started GET “/” for 127.0.0.1 at 2019-01-19 17:21:09 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.7ms)

Completed 200 OK in 309ms (Views: 307.6ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-19 17:21:13 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (5.0ms)

Completed 200 OK in 66ms (Views: 24.5ms | ActiveRecord: 26.7ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-19 17:21:16 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (5.1ms)

Completed 200 OK in 60ms (Views: 56.3ms | ActiveRecord: 0.0ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-19 17:22:05 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"TCd1dKClvPPCFpUBbxP53msz3cXZOTffnaI+0bSChJZr4i7vgAGuXehZSAaJ6LZ2M2FhVBwEMw3Ta7emtcT6/A==", "user"=>{"username"=>"sushmita123", "email"=>"sushi1996@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

User Load (1.4ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "sushi1996@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:13
User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "sushmita123"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:15
 (0.1ms)  BEGIN
↳ app/controllers/users_controller.rb:18
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "sushmita123"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "sushi1996@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18
User Create (0.7ms)  INSERT INTO "users" ("username", "email", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["username", "sushmita123"], ["email", "sushi1996@gmail.com"], ["created_at", "2019-01-19 11:52:05.389257"], ["updated_at", "2019-01-19 11:52:05.389257"]]
↳ app/controllers/users_controller.rb:18
 (0.7ms)  COMMIT
↳ app/controllers/users_controller.rb:18

Redirected to localhost:3000/urls/new Completed 302 Found in 29ms (ActiveRecord: 4.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-19 17:22:05 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.2ms)

Completed 200 OK in 88ms (Views: 56.9ms | ActiveRecord: 7.1ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-19 17:22:11 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"0/m/2OgTwl/bVjPWRXBeT7yqRsBpgqks4Rn4lJxMyprFJjlXeIObQ1SfBJHczR7biTJ90KJgdi+5ywKGkLdynA==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Search"}
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
CACHE Url Load (0.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:8

Redirected to localhost:3000/urls/4 Completed 302 Found in 12ms (ActiveRecord: 1.0ms)

Started GET “/urls/4” for 127.0.0.1 at 2019-01-19 17:22:11 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (2.0ms)

Completed 200 OK in 51ms (Views: 47.0ms | ActiveRecord: 0.3ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-19 17:22:17 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"0/m/2OgTwl/bVjPWRXBeT7yqRsBpgqks4Rn4lJxMyprFJjlXeIObQ1SfBJHczR7biTJ90KJgdi+5ywKGkLdynA==", "shorturl"=>"facebook53", "commit"=>"Search"}
Url Load (1.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "facebook53"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28
Rendering urls/show_long_url.html.erb within layouts/application
Rendered urls/show_long_url.html.erb within layouts/application (0.7ms)

Completed 500 Internal Server Error in 17ms (ActiveRecord: 1.3ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/urls/show_long_url.html.erb:1: syntax error, unexpected ')', expecting then or ';' or 'n' …_buffer.append=( if @row==nil );@output_buffer.safe_append=' … ^ /Users/naveen/Documents/Internship/projectIntern/app/views/urls/show_long_url.html.erb:3: syntax error, unexpected end, expecting ')' '.freeze; end

^~~

/Users/naveen/Documents/Internship/projectIntern/app/views/urls/show_long_url.html.erb:28: syntax error, unexpected ensure, expecting ')'

ensure
^~~~~~

/Users/naveen/Documents/Internship/projectIntern/app/views/urls/show_long_url.html.erb:30: syntax error, unexpected end, expecting ')'

end
^~~):

app/views/urls/show_long_url.html.erb:1: syntax error, unexpected ')', expecting then or ';' or 'n' app/views/urls/show_long_url.html.erb:3: syntax error, unexpected end, expecting ')' app/views/urls/show_long_url.html.erb:28: syntax error, unexpected ensure, expecting ')' app/views/urls/show_long_url.html.erb:30: syntax error, unexpected end, expecting ')' Started POST “/url/shorten” for 127.0.0.1 at 2019-01-19 17:22:19 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"0/m/2OgTwl/bVjPWRXBeT7yqRsBpgqks4Rn4lJxMyprFJjlXeIObQ1SfBJHczR7biTJ90KJgdi+5ywKGkLdynA==", "shorturl"=>"facebook53", "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "facebook53"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28
Rendering urls/show_long_url.html.erb within layouts/application
Rendered urls/show_long_url.html.erb within layouts/application (0.7ms)

Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.5ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/urls/show_long_url.html.erb:1: syntax error, unexpected ')', expecting then or ';' or 'n' …_buffer.append=( if @row==nil );@output_buffer.safe_append=' … ^ /Users/naveen/Documents/Internship/projectIntern/app/views/urls/show_long_url.html.erb:3: syntax error, unexpected end, expecting ')' '.freeze; end

^~~

/Users/naveen/Documents/Internship/projectIntern/app/views/urls/show_long_url.html.erb:28: syntax error, unexpected ensure, expecting ')'

ensure
^~~~~~

/Users/naveen/Documents/Internship/projectIntern/app/views/urls/show_long_url.html.erb:30: syntax error, unexpected end, expecting ')'

end
^~~):

app/views/urls/show_long_url.html.erb:1: syntax error, unexpected ')', expecting then or ';' or 'n' app/views/urls/show_long_url.html.erb:3: syntax error, unexpected end, expecting ')' app/views/urls/show_long_url.html.erb:28: syntax error, unexpected ensure, expecting ')' app/views/urls/show_long_url.html.erb:30: syntax error, unexpected end, expecting ')' Started GET “/” for 127.0.0.1 at 2019-01-19 17:22:58 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.0ms)

Completed 200 OK in 44ms (Views: 41.5ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-19 17:22:59 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.0ms)

Completed 200 OK in 49ms (Views: 45.7ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-19 17:23:09 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"DQukI0QOePMWCesh9Ol8vLEDOin59wnrDTdvtj2gxU5Tc/9fKvG9EMHZqMHb+w1fPF+LWMOA+W2+irDqh2W93g==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (4.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."password" = $3 ORDER BY "users"."id" ASC LIMIT $4  [["email", "naveen.kewalramani2903@gmail.com"], ["username", "naveen"], ["password", "12345678"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:29

Completed 200 OK in 8ms (Views: 0.4ms | ActiveRecord: 4.5ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-19 17:23:56 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.5ms)

Completed 200 OK in 40ms (Views: 23.7ms | ActiveRecord: 5.1ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-19 17:24:06 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"oCD4fTCyk7+uyW5V1z6xO+8/3mGpxk938viawhwVBmi2/37yoCLKoyEAWRJOg/Gv2qflcWIkkHSqKmDQEO6+bg==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."password" = $3 ORDER BY "users"."id" ASC LIMIT $4  [["email", "naveen.kewalramani2903@gmail.com"], ["username", "naveen"], ["password", "12345678"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:29

Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.6ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-19 18:02:34 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"oCD4fTCyk7+uyW5V1z6xO+8/3mGpxk938viawhwVBmi2/37yoCLKoyEAWRJOg/Gv2qflcWIkkHSqKmDQEO6+bg==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (2.1ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."password" = $3 ORDER BY "users"."id" ASC LIMIT $4  [["email", "naveen.kewalramani2903@gmail.com"], ["username", "naveen"], ["password", "12345678"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:29

Completed 200 OK in 12ms (Views: 0.3ms | ActiveRecord: 8.1ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-19 18:04:11 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (167.1ms)

Completed 500 Internal Server Error in 172ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `string' for #<ActionView::Helpers::FormBuilder:0x00007f80bae561a8>):

 4:   <%= form_for @user, :url => users_login_path do |t| %>
 5:     <p> Username:</br> <%= t.text_field :username%> </p>
 6:     <p> Email:</br> <%= t.text_field :email%> </p>
 7:     <p> Password:</br> <%= t.string :password%></p>
 8:     <%= t.submit :Login %>
 9:   <% end %>
10: </div>

app/views/users/login.html.erb:7:in `block in _app_views_users_login_html_erb__2178246431929634901_70095434033280' app/views/users/login.html.erb:4:in `_app_views_users_login_html_erb__2178246431929634901_70095434033280' Started GET “/user/login” for 127.0.0.1 at 2019-01-19 18:04:23 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.7ms)

Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (wrong number of arguments (given 1, expected 2..3)):

 4:   <%= form_for @user, :url => users_login_path do |t| %>
 5:     <p> Username:</br> <%= t.text_field :username%> </p>
 6:     <p> Email:</br> <%= t.text_field :email%> </p>
 7:     <p> Password:</br> <%= text_field :password%></p>
 8:     <%= t.submit :Login %>
 9:   <% end %>
10: </div>

app/views/users/login.html.erb:7:in `block in _app_views_users_login_html_erb__2178246431929634901_70095474589820' app/views/users/login.html.erb:4:in `_app_views_users_login_html_erb__2178246431929634901_70095474589820' Started GET “/user/login” for 127.0.0.1 at 2019-01-19 18:04:33 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.5ms)

Completed 200 OK in 28ms (Views: 25.9ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-19 18:04:44 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"/6rv+aMYI70E3lWBPtGDXUyE98V8UrFjFHUSU4Hn/T/pdWl2M4h6oYsXYsanbMPJeRzM1bewbmBMp+hBjRxFOQ==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (1.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."password" = $3 ORDER BY "users"."id" ASC LIMIT $4  [["email", "naveen.kewalramani2903@gmail.com"], ["username", "naveen"], ["password", "12345678"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:29

Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 1.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-19 18:05:26 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.0ms)

Completed 200 OK in 30ms (Views: 28.1ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 18:07:41 +0530

 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (3.2ms)

Completed 200 OK in 289ms (Views: 279.7ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-19 18:07:44 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (5.8ms)

Completed 200 OK in 76ms (Views: 29.2ms | ActiveRecord: 26.9ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-19 18:07:55 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"5jvwxCwrwifrsUGgPW03C4bRU5hgTFxLLAZd2LmheH24Q6u4QtQHxDxhAkASf0boC43i6Vo7rM2fu4KEA2QA7Q==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (2.8ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani2903@gmail.com"], ["username", "naveen"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:29
CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani2903@gmail.com"], ["username", "naveen"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:30

Redirected to localhost:3000/urls/new Completed 302 Found in 11ms (ActiveRecord: 2.9ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-19 18:07:55 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.0ms)

Completed 200 OK in 49ms (Views: 28.9ms | ActiveRecord: 6.5ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 18:14:12 +0530

 (1.0ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.5ms)

Completed 200 OK in 301ms (Views: 292.3ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-19 18:14:16 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (7.1ms)

Completed 200 OK in 79ms (Views: 27.4ms | ActiveRecord: 32.1ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-19 18:14:36 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mos3+8BNv+rmYmFteBw8NgQ/g4wbLu8q31Q6nul0iBAVTmxg4OmtRMwtvGqe53OeXG0/Hd4T6/iRnbPp6DL2eg==", "user"=>{"username"=>"naveenkewalramani", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

User Load (1.8ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "naveen.kewalramani2903@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:13
User Load (0.8ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "naveenkewalramani"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:15
 (0.2ms)  BEGIN
↳ app/controllers/users_controller.rb:18
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "naveenkewalramani"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18
User Exists (2.6ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "naveen.kewalramani2903@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18
User Create (1.7ms)  INSERT INTO "users" ("username", "email", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["username", "naveenkewalramani"], ["email", "naveen.kewalramani2903@gmail.com"], ["created_at", "2019-01-19 12:44:36.653392"], ["updated_at", "2019-01-19 12:44:36.653392"]]
↳ app/controllers/users_controller.rb:18
 (0.7ms)  COMMIT
↳ app/controllers/users_controller.rb:18

Redirected to localhost:3000/urls/new Completed 302 Found in 23ms (ActiveRecord: 8.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-19 18:14:36 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.8ms)

Completed 200 OK in 67ms (Views: 45.9ms | ActiveRecord: 6.3ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-19 18:14:46 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"V4INv0We3anOg/sxbCOf5Hrue7fX8ZglkkF/gzM2HfJBXYsw1Q6EtUFKzHb1nt9wT3ZApxwTRybKk4WRP82l9A==", "shorturl"=>"facebook53", "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "facebook53"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28
Rendering urls/show_long_url.html.erb within layouts/application
Rendered urls/show_long_url.html.erb within layouts/application (1.2ms)

Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.6ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/urls/show_long_url.html.erb:1: syntax error, unexpected ')', expecting then or ';' or 'n' …_buffer.append=( if @row==nil );@output_buffer.safe_append=' … ^ /Users/naveen/Documents/Internship/projectIntern/app/views/urls/show_long_url.html.erb:3: syntax error, unexpected end, expecting ')' '.freeze; end

^~~

/Users/naveen/Documents/Internship/projectIntern/app/views/urls/show_long_url.html.erb:28: syntax error, unexpected ensure, expecting ')'

ensure
^~~~~~

/Users/naveen/Documents/Internship/projectIntern/app/views/urls/show_long_url.html.erb:30: syntax error, unexpected end, expecting ')'

end
^~~):

app/views/urls/show_long_url.html.erb:1: syntax error, unexpected ')', expecting then or ';' or 'n' app/views/urls/show_long_url.html.erb:3: syntax error, unexpected end, expecting ')' app/views/urls/show_long_url.html.erb:28: syntax error, unexpected ensure, expecting ')' app/views/urls/show_long_url.html.erb:30: syntax error, unexpected end, expecting ')' Started GET “/” for 127.0.0.1 at 2019-01-19 18:14:53 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.3ms)

Completed 200 OK in 33ms (Views: 31.1ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-19 18:14:54 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.1ms)

Completed 200 OK in 38ms (Views: 36.0ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-19 18:15:03 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"+HHX0rIyxfzY4IlsHRWf4VQSVRyRb/vzQFZ5m9vsohmmCYyu3M0AHw8wyowyB+4C2U7kbasYC3Xz66bHYSnaiQ==", "user"=>{"username"=>"naveenkewalramani", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani2903@gmail.com"], ["username", "naveenkewalramani"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:29
CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani2903@gmail.com"], ["username", "naveenkewalramani"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:30

Redirected to localhost:3000/urls/new Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-19 18:15:03 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.0ms)

Completed 200 OK in 53ms (Views: 49.9ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-19 18:15:08 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"/YV9o+d6QYX0e3eQic0i35zNt/GrPMXNPcdgLJZ+mw7rWvssd+oYmXuyQNcQcGJLqVWM4WDeGs5lFZo+moUjCA==", "user"=>{"username"=>"naveenkewalramani", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani2903@gmail.com"], ["username", "naveenkewalramani"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:29
CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani2903@gmail.com"], ["username", "naveenkewalramani"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:30

Redirected to localhost:3000/urls/new Completed 302 Found in 4ms (ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-19 18:15:08 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 32ms (Views: 31.2ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-19 18:15:52 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"c0AoklU8sjCbE2okisYFTP7XfhW2DrutOrg2MrVGFD1ln64dxazrLBTaXWMTe0XYy09FBX3sZK5iaswgub2sOw==", "url"=>{"longurl"=>"www.bbkwbkb w.com", "domain"=>"ywbfwe"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.bbkwbkb w.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:15
 (0.2ms)  ROLLBACK
↳ app/controllers/urls_controller.rb:15
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 38ms (Views: 18.8ms | ActiveRecord: 4.3ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-19 18:15:59 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Ica+fLSN24szAojbNCHkknziM3d4uMNVpY2xZJXA8bM3GTjzJB2Cl7zLv5ytnKQGSXoIZ7NaHFb9X0t2mTtJtQ==", "url"=>{"longurl"=>"www.bbkwbkbw.com", "domain"=>"ywbfwe"}, "commit"=>"Search"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.bbkwbkbw.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
 (0.8ms)  BEGIN
↳ app/controllers/urls_controller.rb:15
Url Create (1.8ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.bbkwbkbw.com"], ["shorturl", "www.nav.com/DZOA"], ["domain", "ywbfwe"], ["mdsum", 1612], ["created_at", "2019-01-19 12:45:59.624580"], ["updated_at", "2019-01-19 12:45:59.624580"]]
↳ app/controllers/urls_controller.rb:15
 (40.7ms)  COMMIT
↳ app/controllers/urls_controller.rb:15

Redirected to localhost:3000/urls/9 Completed 302 Found in 51ms (ActiveRecord: 44.1ms)

Started GET “/urls/9” for 127.0.0.1 at 2019-01-19 18:15:59 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"9"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.2ms)

Completed 200 OK in 33ms (Views: 29.8ms | ActiveRecord: 0.3ms)

Started GET “/urls” for 127.0.0.1 at 2019-01-19 18:16:09 +0530

AbstractController::ActionNotFound (The action 'index' could not be found for UrlsController):

actionpack (5.2.2) lib/abstract_controller/base.rb:129:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/user/new” for 127.0.0.1 at 2019-01-19 18:16:17 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 83ms (Views: 46.3ms | ActiveRecord: 5.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-19 18:16:35 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (8.5ms)

Completed 200 OK in 84ms (Views: 80.9ms | ActiveRecord: 0.0ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-19 18:16:40 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"E34yCZBwQlQUrSMUksJWhDR+L3Syt6Rn4yg8SKnHw4pQZqlsLAlw1cTe6wQGRNc8sdr9RM6cUUU2ZsjiOXM02Q==", "shorturl"=>"www.nav.com/DZOA", "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/DZOA"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28

Redirected to localhost:3000/urls/9 Completed 200 OK in 4ms (ActiveRecord: 0.4ms)

Started GET “/urls/9” for 127.0.0.1 at 2019-01-19 18:16:40 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"9"}
Url Load (4.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (6.3ms)

Completed 200 OK in 55ms (Views: 47.7ms | ActiveRecord: 4.4ms)

Started GET “/urls/9” for 127.0.0.1 at 2019-01-19 18:16:43 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"9"}
Url Load (6.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 38ms (Views: 27.9ms | ActiveRecord: 6.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-19 18:16:44 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.1ms)

Completed 200 OK in 53ms (Views: 49.8ms | ActiveRecord: 0.0ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-19 18:17:35 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"9gUJJT09/u+cU/8nsyQqibWQ69gsrgKnnYOKipGOLym1HZJAgUTMbkwgNzcnoqsxMDQ56FCF94VIzX4gATrYeg==", "shorturl"=>"www.nav.com/DZOA", "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/DZOA"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28

Redirected to localhost:3000/urls/9 Completed 200 OK in 3ms (ActiveRecord: 0.5ms)

Started GET “/urls/9” for 127.0.0.1 at 2019-01-19 18:17:35 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"9"}
Url Load (11.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.6ms)

Completed 200 OK in 46ms (Views: 31.4ms | ActiveRecord: 11.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-19 18:19:50 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 34ms (Views: 21.2ms | ActiveRecord: 3.2ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-19 18:19:53 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"6cKucvKTuEaowTCfH9hwoRWerUyDWcohK1ciaM6PnlSq2jUXTuqKx3iy+I+LXvEZkDp/fP9yPwP+GdbCXjtpBw==", "shorturl"=>"www.nav.com/DZOA", "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/DZOA"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28

Redirected to localhost:3000/url/shorten Completed 200 OK in 3ms (ActiveRecord: 0.4ms)

Started GET “/url/shorten” for 127.0.0.1 at 2019-01-19 18:19:53 +0530

ActionController::RoutingError (No route matches [GET] “/url/shorten”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/urls/new” for 127.0.0.1 at 2019-01-19 18:23:06 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (17.8ms)

Completed 200 OK in 57ms (Views: 39.0ms | ActiveRecord: 5.9ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-19 18:23:10 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"VTJN93tUIZiaAC4GzLv8X2+IRaFf9ByxOFg5N8FG+FhD7ct468R4hBXJGUFVBrzLWhB+sZQWw7JgisMlzb1AXg==", "shorturl"=>"www.nav.com/DZOA", "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/DZOA"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28

Redirected to localhost:3000/urls/9 Completed 200 OK in 4ms (ActiveRecord: 0.6ms)

Started GET “/urls/9” for 127.0.0.1 at 2019-01-19 18:23:10 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"9"}
Url Load (5.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.3ms)

Completed 200 OK in 43ms (Views: 34.0ms | ActiveRecord: 5.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-19 18:23:15 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.1ms)

Completed 200 OK in 58ms (Views: 55.9ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-19 18:24:01 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.4ms)

Completed 200 OK in 37ms (Views: 21.8ms | ActiveRecord: 3.2ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-19 18:24:04 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"D95lkIX9ibcmhzU/sN8CJ79861ZVQk6kahUwU5ABXwcZAeMfFW3Qq6lOAngpYkKziuTQRp6gkacyx8pBnPrnAQ==", "shorturl"=>"www.nav.com/DZOA", "commit"=>"Search"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/DZOA"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28

Redirected to localhost:3000/url/shorten Completed 200 OK in 3ms (ActiveRecord: 0.7ms)

Started GET “/url/shorten” for 127.0.0.1 at 2019-01-19 18:24:04 +0530

ActionController::RoutingError (No route matches [GET] “/url/shorten”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/urls” for 127.0.0.1 at 2019-01-19 18:26:09 +0530

 (0.9ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

AbstractController::ActionNotFound (The action 'index' could not be found for UrlsController):

actionpack (5.2.2) lib/abstract_controller/base.rb:129:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/urls/new” for 127.0.0.1 at 2019-01-19 18:26:19 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.7ms)

Completed 200 OK in 286ms (Views: 250.4ms | ActiveRecord: 12.4ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-19 18:26:23 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"5dU5klvXDxM54mzG1fM4WMtvEqdu5IvZZP0OK+8WyDzzCr8dy0dWD7YrW4FMTnjM/vcpt6UGVNo8L/Q54+1wOg==", "shorturl"=>"www.nav.com/DZOA", "commit"=>"Search"}
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/DZOA"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28

Redirected to localhost:3000/urls/9 Completed 200 OK in 5ms (ActiveRecord: 0.9ms)

Started GET “/urls/9” for 127.0.0.1 at 2019-01-19 18:26:23 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"9"}
Url Load (1.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.2ms)

Completed 200 OK in 65ms (Views: 36.4ms | ActiveRecord: 1.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-19 18:26:24 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 101ms (Views: 99.0ms | ActiveRecord: 0.0ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-19 18:26:27 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"kvxitqIrXnxFlLEi4JoetrsAWEm93SUEbPpMT2JQK83R5PnTHlJs/ZXneTJ0HJ8OPqSKecH20Ca5tLjl8uTcng==", "shorturl"=>"fbgfbjf", "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "fbgfbjf"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28

No template found for UrlsController#show_long_url, rendering head :no_content Completed 204 No Content in 39ms (ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-19 18:27:59 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.6ms)

Completed 200 OK in 39ms (Views: 24.5ms | ActiveRecord: 4.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-19 18:27:59 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.7ms)

Completed 200 OK in 30ms (Views: 28.1ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-19 18:28:00 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 33ms (Views: 31.3ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-19 18:28:00 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.7ms)

Completed 200 OK in 50ms (Views: 48.5ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-19 18:28:01 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.2ms)

Completed 200 OK in 33ms (Views: 31.3ms | ActiveRecord: 0.0ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-19 18:28:03 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"VhskUmlwCIuZBu2vrKY6jqBeXHSMD8bdn45x5L+v9n1AxKLd+eBRlxbP2ug1G3oalcZnZEftGd7HXIv2s1ROew==", "shorturl"=>"ergf", "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "ergf"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28

Redirected to Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.4ms)

ActionController::ActionControllerError (Cannot redirect to nil!):

app/controllers/urls_controller.rb:29:in `show_long_url' Started GET “/urls/new” for 127.0.0.1 at 2019-01-19 18:29:04 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.0ms)

Completed 200 OK in 49ms (Views: 28.6ms | ActiveRecord: 5.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-19 18:29:04 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (9.1ms)

Completed 200 OK in 72ms (Views: 70.4ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-19 18:29:04 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.1ms)

Completed 200 OK in 66ms (Views: 63.8ms | ActiveRecord: 0.0ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-19 18:29:07 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"1HAlLa+Omks9+Jugch+INUgESDCZFRyU51C4VZ7dVwfCr6OiPx7DV7IxrOfrosihfZxzIFL3w5e/gkJHkibvAQ==", "shorturl"=>"fwekbkwfe", "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "fwekbkwfe"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28

Redirected to Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.6ms)

ActionController::ActionControllerError (Cannot redirect to nil!):

app/controllers/urls_controller.rb:29:in `show_long_url' Started GET “/urls/new” for 127.0.0.1 at 2019-01-19 18:29:52 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.0ms)

Completed 200 OK in 48ms (Views: 28.8ms | ActiveRecord: 4.5ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-19 18:29:55 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"cQxY9kpYf4Dc/eqDfdu0zyOo6EiPjTD+ynwsqJuXpbNn09552sgmnFM03cTkZvRbFjDTWERv7/2Srta6l2wdtQ==", "shorturl"=>"fewwfeFW", "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 0], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28

Completed 404 Not Found in 3ms (ActiveRecord: 0.4ms)

ActiveRecord::RecordNotFound (Couldn't find Url with 'id'=fewwfeFW):

app/controllers/urls_controller.rb:28:in `show_long_url' Started POST “/url/shorten” for 127.0.0.1 at 2019-01-19 18:29:56 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"cQxY9kpYf4Dc/eqDfdu0zyOo6EiPjTD+ynwsqJuXpbNn09552sgmnFM03cTkZvRbFjDTWERv7/2Srta6l2wdtQ==", "shorturl"=>"fewwfeFW", "commit"=>"Search"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 0], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28

Completed 404 Not Found in 2ms (ActiveRecord: 0.3ms)

ActiveRecord::RecordNotFound (Couldn't find Url with 'id'=fewwfeFW):

app/controllers/urls_controller.rb:28:in `show_long_url' Started POST “/url/shorten” for 127.0.0.1 at 2019-01-19 18:29:56 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"cQxY9kpYf4Dc/eqDfdu0zyOo6EiPjTD+ynwsqJuXpbNn09552sgmnFM03cTkZvRbFjDTWERv7/2Srta6l2wdtQ==", "shorturl"=>"fewwfeFW", "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 0], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28

Completed 404 Not Found in 3ms (ActiveRecord: 0.4ms)

ActiveRecord::RecordNotFound (Couldn't find Url with 'id'=fewwfeFW):

app/controllers/urls_controller.rb:28:in `show_long_url' Started GET “/” for 127.0.0.1 at 2019-01-19 21:50:24 +0530

 (5.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.1ms)

Completed 200 OK in 366ms (Views: 359.8ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-19 21:50:26 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (19.3ms)

Completed 200 OK in 79ms (Views: 41.5ms | ActiveRecord: 19.7ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-19 21:50:37 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"+wxkpWEWSPRXi215mo/S/f6zXJD6dJtQg/SJm20AT62ldD/ZD+mNF4BbLpm1naMec+/t4cADa9YwSVbH18U3PQ==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (1.7ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani2903@gmail.com"], ["username", "naveen"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:29

Completed 200 OK in 7ms (Views: 0.4ms | ActiveRecord: 1.7ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-19 21:50:47 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"oXmHS29aGyA9vfXgrtHhyg/pgiqUnjvDDrVIKesKBJm3pgHE/8pCPLJ0wqc3bKFeOnG5Ol985MBWZ7I75/G8nw==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (1.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani2903@gmail.com"], ["username", "naveen"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:29

Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 1.6ms)

Started GET “/” for 127.0.0.1 at 2019-01-19 21:51:16 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.0ms)

Completed 200 OK in 40ms (Views: 38.0ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-19 21:51:18 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 70ms (Views: 21.3ms | ActiveRecord: 0.0ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-19 21:51:58 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"VNohYpqrLpUsoe1aPkTUNvnTm9QOVa5c9DigcgBoxsJzH3r5ug88OwbuMF3Yv5ueoYEnRctoqo668SkFAS64qA==", "user"=>{"username"=>"naveen_user", "email"=>"naveen@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

User Load (2.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "naveen@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:13
User Load (0.7ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "naveen_user"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:15
 (0.2ms)  BEGIN
↳ app/controllers/users_controller.rb:18
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "naveen_user"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "naveen@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18
User Create (0.9ms)  INSERT INTO "users" ("username", "email", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["username", "naveen_user"], ["email", "naveen@gmail.com"], ["created_at", "2019-01-19 16:21:58.272900"], ["updated_at", "2019-01-19 16:21:58.272900"]]
↳ app/controllers/users_controller.rb:18
 (491.1ms)  COMMIT
↳ app/controllers/users_controller.rb:18

Redirected to localhost:3000/urls/new Completed 302 Found in 511ms (ActiveRecord: 496.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-19 21:51:58 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.0ms)

Completed 200 OK in 39ms (Views: 22.4ms | ActiveRecord: 4.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-19 21:52:15 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"3cMFwenlJxYLx6wg4nhtrkAeeWCiRSeEsH12Yn1KG8HLHINOeXV+CoQOm2d7xS06dYZCcGmn+Ifor4xwcbGjxw==", "url"=>{"longurl"=>"https://api.rubyonrails.org/", "domain"=>"rubyonrails"}, "commit"=>"Search"}
Url Load (3.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://api.rubyonrails.org/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:15
Url Create (1.1ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://api.rubyonrails.org/"], ["shorturl", "www.nav.com/YBZB"], ["domain", "rubyonrails"], ["mdsum", 2706], ["created_at", "2019-01-19 16:22:15.939087"], ["updated_at", "2019-01-19 16:22:15.939087"]]
↳ app/controllers/urls_controller.rb:15
 (39.9ms)  COMMIT
↳ app/controllers/urls_controller.rb:15

Redirected to localhost:3000/urls/10 Completed 302 Found in 53ms (ActiveRecord: 44.6ms)

Started GET “/urls/10” for 127.0.0.1 at 2019-01-19 21:52:15 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"10"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 500 Internal Server Error in 35ms (ActiveRecord: 0.4ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/urls/show.html.erb:1: syntax error, unexpected ')', expecting then or ';' or 'n' …uffer.append=( if @url == nil );@output_buffer.safe_append=' … ^ /Users/naveen/Documents/Internship/projectIntern/app/views/urls/show.html.erb:3: syntax error, unexpected else, expecting ')' '.freeze; else

^~~~

/Users/naveen/Documents/Internship/projectIntern/app/views/urls/show.html.erb:28: syntax error, unexpected end, expecting ')' '.freeze; end

^~~

/Users/naveen/Documents/Internship/projectIntern/app/views/urls/show.html.erb:32: syntax error, unexpected ensure, expecting ')'

ensure
^~~~~~

/Users/naveen/Documents/Internship/projectIntern/app/views/urls/show.html.erb:34: syntax error, unexpected end, expecting ')'

end
^~~):

app/views/urls/show.html.erb:1: syntax error, unexpected ')', expecting then or ';' or 'n' app/views/urls/show.html.erb:3: syntax error, unexpected else, expecting ')' app/views/urls/show.html.erb:28: syntax error, unexpected end, expecting ')' app/views/urls/show.html.erb:32: syntax error, unexpected ensure, expecting ')' app/views/urls/show.html.erb:34: syntax error, unexpected end, expecting ')' Started POST “/urls” for 127.0.0.1 at 2019-01-19 21:52:56 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"3cMFwenlJxYLx6wg4nhtrkAeeWCiRSeEsH12Yn1KG8HLHINOeXV+CoQOm2d7xS06dYZCcGmn+Ifor4xwcbGjxw==", "url"=>{"longurl"=>"https://api.rubyonrails.org/", "domain"=>"rubyonrails"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://api.rubyonrails.org/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
CACHE Url Load (0.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://api.rubyonrails.org/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:8

Redirected to localhost:3000/urls/10 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)

Started GET “/urls/10” for 127.0.0.1 at 2019-01-19 21:52:56 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"10"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.2ms)

Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.8ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/urls/show.html.erb:1: syntax error, unexpected ')', expecting then or ';' or 'n' …pend=( if @url.longurl == nil );@output_buffer.safe_append=' … ^ /Users/naveen/Documents/Internship/projectIntern/app/views/urls/show.html.erb:3: syntax error, unexpected else, expecting ')' '.freeze; else

^~~~

/Users/naveen/Documents/Internship/projectIntern/app/views/urls/show.html.erb:28: syntax error, unexpected end, expecting ')' '.freeze; end

^~~

/Users/naveen/Documents/Internship/projectIntern/app/views/urls/show.html.erb:32: syntax error, unexpected ensure, expecting ')'

ensure
^~~~~~

/Users/naveen/Documents/Internship/projectIntern/app/views/urls/show.html.erb:34: syntax error, unexpected end, expecting ')'

end
^~~):

app/views/urls/show.html.erb:1: syntax error, unexpected ')', expecting then or ';' or 'n' app/views/urls/show.html.erb:3: syntax error, unexpected else, expecting ')' app/views/urls/show.html.erb:28: syntax error, unexpected end, expecting ')' app/views/urls/show.html.erb:32: syntax error, unexpected ensure, expecting ')' app/views/urls/show.html.erb:34: syntax error, unexpected end, expecting ')' Started POST “/urls” for 127.0.0.1 at 2019-01-19 21:53:22 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"3cMFwenlJxYLx6wg4nhtrkAeeWCiRSeEsH12Yn1KG8HLHINOeXV+CoQOm2d7xS06dYZCcGmn+Ifor4xwcbGjxw==", "url"=>{"longurl"=>"https://api.rubyonrails.org/", "domain"=>"rubyonrails"}, "commit"=>"Search"}
Url Load (1.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://api.rubyonrails.org/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
CACHE Url Load (0.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://api.rubyonrails.org/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:8

Redirected to localhost:3000/urls/10 Completed 302 Found in 6ms (ActiveRecord: 1.7ms)

Started GET “/urls/10” for 127.0.0.1 at 2019-01-19 21:53:22 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"10"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 25ms (Views: 23.0ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-19 21:53:28 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.7ms)

Completed 200 OK in 56ms (Views: 52.4ms | ActiveRecord: 0.0ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-19 21:53:31 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"+kgFE5rAkLJw9C56XEsPfviI02ms+Kl5NT/cNBOrpmi5UJ52JrmiM6CH5mrIzY7GfSwBWdDTXFvgcSiegx9ROw==", "shorturl"=>"www.nav.com/YBZB", "commit"=>"Search"}
Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 0], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28

Completed 404 Not Found in 3ms (ActiveRecord: 1.0ms)

ActiveRecord::RecordNotFound (Couldn't find Url with 'id'=www.nav.com/YBZB):

app/controllers/urls_controller.rb:28:in `show_long_url' Started POST “/url/shorten” for 127.0.0.1 at 2019-01-19 21:53:32 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"+kgFE5rAkLJw9C56XEsPfviI02ms+Kl5NT/cNBOrpmi5UJ52JrmiM6CH5mrIzY7GfSwBWdDTXFvgcSiegx9ROw==", "shorturl"=>"www.nav.com/YBZB", "commit"=>"Search"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 0], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28

Completed 404 Not Found in 2ms (ActiveRecord: 0.3ms)

ActiveRecord::RecordNotFound (Couldn't find Url with 'id'=www.nav.com/YBZB):

app/controllers/urls_controller.rb:28:in `show_long_url' Started POST “/url/shorten” for 127.0.0.1 at 2019-01-19 21:53:32 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"+kgFE5rAkLJw9C56XEsPfviI02ms+Kl5NT/cNBOrpmi5UJ52JrmiM6CH5mrIzY7GfSwBWdDTXFvgcSiegx9ROw==", "shorturl"=>"www.nav.com/YBZB", "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 0], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28

Completed 404 Not Found in 2ms (ActiveRecord: 0.4ms)

ActiveRecord::RecordNotFound (Couldn't find Url with 'id'=www.nav.com/YBZB):

app/controllers/urls_controller.rb:28:in `show_long_url' Started POST “/url/shorten” for 127.0.0.1 at 2019-01-19 21:53:32 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"+kgFE5rAkLJw9C56XEsPfviI02ms+Kl5NT/cNBOrpmi5UJ52JrmiM6CH5mrIzY7GfSwBWdDTXFvgcSiegx9ROw==", "shorturl"=>"www.nav.com/YBZB", "commit"=>"Search"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 0], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28

Completed 404 Not Found in 2ms (ActiveRecord: 0.3ms)

ActiveRecord::RecordNotFound (Couldn't find Url with 'id'=www.nav.com/YBZB):

app/controllers/urls_controller.rb:28:in `show_long_url' Started GET “/url/shorten” for 127.0.0.1 at 2019-01-19 21:53:45 +0530

ActionController::RoutingError (No route matches [GET] “/url/shorten”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/url” for 127.0.0.1 at 2019-01-19 22:44:43 +0530

 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

ActionController::RoutingError (No route matches [GET] “/url”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/urls/new” for 127.0.0.1 at 2019-01-19 22:44:47 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 300ms (Views: 253.7ms | ActiveRecord: 9.1ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-19 22:45:13 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"XHfwzxTdU+mINj25+brALN71DBBVplxzCPATZIKDBfZKqHZAhE0K9Qf/Cv5gB4C46203AJ5Eg3BQIul2jni98A==", "url"=>{"longurl"=>"www.facebook.com/users", "domain"=>"facebook"}, "commit"=>"Search"}
Url Load (2.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com/users"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
 (0.4ms)  BEGIN
↳ app/controllers/urls_controller.rb:15
Url Create (2.2ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.facebook.com/users"], ["shorturl", "www.nav.com/tRUB"], ["domain", "facebook"], ["mdsum", 2203], ["created_at", "2019-01-19 17:15:13.462543"], ["updated_at", "2019-01-19 17:15:13.462543"]]
↳ app/controllers/urls_controller.rb:15
 (0.6ms)  COMMIT
↳ app/controllers/urls_controller.rb:15

Redirected to localhost:3000/urls/11 Completed 302 Found in 17ms (ActiveRecord: 5.9ms)

Started GET “/urls/11” for 127.0.0.1 at 2019-01-19 22:45:13 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"11"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 29ms (Views: 24.8ms | ActiveRecord: 0.4ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-19 22:45:22 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"XHfwzxTdU+mINj25+brALN71DBBVplxzCPATZIKDBfZKqHZAhE0K9Qf/Cv5gB4C46203AJ5Eg3BQIul2jni98A==", "shorturl"=>"www.nav.com/tRUB", "commit"=>"Search"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 0], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28

Completed 404 Not Found in 2ms (ActiveRecord: 0.3ms)

ActiveRecord::RecordNotFound (Couldn't find Url with 'id'=www.nav.com/tRUB):

app/controllers/urls_controller.rb:28:in `show_long_url' Started GET “/urls/new” for 127.0.0.1 at 2019-01-19 22:45:46 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.0ms)

Completed 200 OK in 35ms (Views: 33.0ms | ActiveRecord: 0.0ms)

Started POST “/url/shorten” for 127.0.0.1 at 2019-01-19 22:46:25 +0530 Processing by UrlsController#show_long_url as JS

Parameters: {"utf8"=>"✓", "authenticity_token"=>"SE6RWicDX5i654o7r27Lrt6NE73H8B7BdsDLgW8tcflekRfVt5MGhDUuvXw204s66xUorQwSwcIuEjGTY9bJ/w==", "shorturl"=>"housing16", "commit"=>"Search"}
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 0], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:28

Completed 404 Not Found in 3ms (ActiveRecord: 0.9ms)

ActiveRecord::RecordNotFound (Couldn't find Url with 'id'=housing16):

app/controllers/urls_controller.rb:28:in `show_long_url' Started GET “/urls/new” for 127.0.0.1 at 2019-01-19 23:04:22 +0530

 (1.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:29: syntax error, unexpected tIDENTIFIER, expecting ')'

if(Url.where(:shorturl params[:shorturl]).first)
                       ^~~~~~

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:29: syntax error, unexpected ')', expecting then or ';' or 'n' …rturl params).first) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:30: syntax error, unexpected tIDENTIFIER, expecting ')' …rl = Url.where(:shorturl params).first … ^~~~~~ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:30: syntax error, unexpected ')', expecting end …re(:shorturl params).first … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:32: else without rescue is useless

else
^~~~

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:33: syntax error, unexpected '{', expecting end

render :json {'msg' => 'Invalid shorturl'}
             ^

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:33: syntax error, unexpected =>, expecting end

render :json {'msg' => 'Invalid shorturl'}
                    ^~

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:33: syntax error, unexpected '}', expecting end …n {'msg' => 'Invalid shorturl'} … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:41: syntax error, unexpected end-of-input, expecting end):

app/controllers/urls_controller.rb:29: syntax error, unexpected tIDENTIFIER, expecting ')' app/controllers/urls_controller.rb:29: syntax error, unexpected ')', expecting then or ';' or 'n' app/controllers/urls_controller.rb:30: syntax error, unexpected tIDENTIFIER, expecting ')' app/controllers/urls_controller.rb:30: syntax error, unexpected ')', expecting end app/controllers/urls_controller.rb:32: else without rescue is useless app/controllers/urls_controller.rb:33: syntax error, unexpected '{', expecting end app/controllers/urls_controller.rb:33: syntax error, unexpected =>, expecting end app/controllers/urls_controller.rb:33: syntax error, unexpected '}', expecting end app/controllers/urls_controller.rb:41: syntax error, unexpected end-of-input, expecting end Started GET “/urls/new” for 127.0.0.1 at 2019-01-19 23:05:17 +0530

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:33: syntax error, unexpected '{', expecting end

render :json {'msg' => 'Invalid shorturl'}
             ^

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:33: syntax error, unexpected =>, expecting end

render :json {'msg' => 'Invalid shorturl'}
                    ^~

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:33: syntax error, unexpected '}', expecting end …n {'msg' => 'Invalid shorturl'} … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:41: syntax error, unexpected end-of-input, expecting end):

app/controllers/urls_controller.rb:33: syntax error, unexpected '{', expecting end app/controllers/urls_controller.rb:33: syntax error, unexpected =>, expecting end app/controllers/urls_controller.rb:33: syntax error, unexpected '}', expecting end app/controllers/urls_controller.rb:41: syntax error, unexpected end-of-input, expecting end Started GET “/urls/new” for 127.0.0.1 at 2019-01-19 23:05:57 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (0.9ms)

Completed 500 Internal Server Error in 22ms (ActiveRecord: 6.6ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/urls/new.html.erb:33: syntax error, unexpected tIDENTIFIER, expecting end …ffer.append= form_for @url url: url_shorturl_path do |f| @o… … ^~~):

app/views/urls/new.html.erb:33: syntax error, unexpected tIDENTIFIER, expecting end Started GET “/urls/new” for 127.0.0.1 at 2019-01-19 23:06:17 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (21.8ms)

Completed 200 OK in 388ms (Views: 385.6ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-19 23:06:22 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"350cp1gXiX90ojD4T6qaz304hDy5dgFP4Acuy+FoEWHJQpooyIfQY/trB7/WF9pbSKC/LHKU3ky41dTZ7ZOpZw==", "url"=>{"shorturl"=>"wfjnaejnnaeg"}, "commit"=>"Search"}
Url Load (22.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:29

Completed 200 OK in 28ms (Views: 0.3ms | ActiveRecord: 22.6ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-19 23:06:40 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"350cp1gXiX90ojD4T6qaz304hDy5dgFP4Acuy+FoEWHJQpooyIfQY/trB7/WF9pbSKC/LHKU3ky41dTZ7ZOpZw==", "url"=>{"shorturl"=>"www.nav.com/tRUB"}, "commit"=>"Search"}
Url Load (1.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:29

Completed 200 OK in 6ms (Views: 0.3ms | ActiveRecord: 1.6ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-19 23:07:17 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"350cp1gXiX90ojD4T6qaz304hDy5dgFP4Acuy+FoEWHJQpooyIfQY/trB7/WF9pbSKC/LHKU3ky41dTZ7ZOpZw==", "url"=>{"shorturl"=>"www.nav.com/tRUB"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/tRUB"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:29
CACHE Url Load (0.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/tRUB"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:30

Redirected to localhost:3000/urls/11 Completed 302 Found in 29ms (ActiveRecord: 7.4ms)

Started GET “/urls/11” for 127.0.0.1 at 2019-01-19 23:07:18 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"11"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.2ms)

Completed 200 OK in 87ms (Views: 83.5ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-19 23:07:24 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.9ms)

Completed 200 OK in 89ms (Views: 87.0ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-19 23:07:31 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"TbmoPW0eAsb35YFuqcyV2SbUdk6WoKpWQxFIZ4uiMJ8xW5hDQDvmfhSMuzbFNVThpGMKyO1eMj/UdX7warOInQ==", "url"=>{"longurl"=>"www.facebook.com/users", "domain"=>"facebook"}, "commit"=>"Search"}
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com/users"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
CACHE Url Load (0.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com/users"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:8

Redirected to localhost:3000/urls/11 Completed 302 Found in 6ms (ActiveRecord: 0.9ms)

Started GET “/urls/11” for 127.0.0.1 at 2019-01-19 23:07:31 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"11"}
Url Load (2.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.4ms)

Completed 200 OK in 47ms (Views: 41.9ms | ActiveRecord: 2.5ms)

Started GET “/urls/11” for 127.0.0.1 at 2019-01-19 23:07:43 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"11"}
Url Load (1.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 70ms (Views: 66.0ms | ActiveRecord: 1.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-19 23:07:51 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.7ms)

Completed 200 OK in 90ms (Views: 86.5ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-19 23:08:01 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"lrKOHh/SBTMJf+nGS2dpbQU/odzekORX645JDBKuIkbqUL5gMvfhi+oW054nnqhVh4jdWqVufD586n+b87+aRA==", "url"=>{"longurl"=>"www.housing.com/seller", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (10.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.housing.com/seller"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
 (0.4ms)  BEGIN
↳ app/controllers/urls_controller.rb:15
Url Create (16.7ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.housing.com/seller"], ["shorturl", "www.nav.com/OTUB"], ["domain", "housing.com"], ["mdsum", 2227], ["created_at", "2019-01-19 17:38:01.034104"], ["updated_at", "2019-01-19 17:38:01.034104"]]
↳ app/controllers/urls_controller.rb:15
 (1.3ms)  COMMIT
↳ app/controllers/urls_controller.rb:15

Redirected to localhost:3000/urls/12 Completed 302 Found in 41ms (ActiveRecord: 28.4ms)

Started GET “/urls/12” for 127.0.0.1 at 2019-01-19 23:08:01 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"12"}
Url Load (4.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 39ms (Views: 31.0ms | ActiveRecord: 4.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-19 23:08:04 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (9.4ms)

Completed 200 OK in 104ms (Views: 99.8ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-20 12:29:01 +0530

 (50.9ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.7ms)

Completed 200 OK in 415ms (Views: 408.1ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-20 12:29:18 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (68.1ms)

Completed 200 OK in 302ms (Views: 129.9ms | ActiveRecord: 83.3ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-20 12:29:27 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"lUxr9sGp3bckWRKthelUr4ZKW/78FNyRFC2lBcd9Qk+ik65/2+YQytvA9bTw2mYuKSlmuYVxmDy6ZcK5wNowiA==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (75.1ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani2903@gmail.com"], ["username", "naveen"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:29

Completed 200 OK in 93ms (Views: 0.2ms | ActiveRecord: 75.1ms)

Started GET “/” for 127.0.0.1 at 2019-01-20 12:30:52 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.7ms)

Completed 200 OK in 24ms (Views: 22.7ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-20 12:30:54 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.8ms)

Completed 200 OK in 98ms (Views: 43.9ms | ActiveRecord: 29.9ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-20 12:30:57 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.7ms)

Completed 200 OK in 58ms (Views: 40.2ms | ActiveRecord: 0.0ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-20 12:31:23 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"oe2cWtD6wJex5reBdKulwvcdNY8dwG9J3Yngl1Bpaw0bDlR82QiBa9pMoGAKQrrFF5Gq4IWdNfeX4mvj3Ywwag==", "user"=>{"username"=>"test", "email"=>"test@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

User Load (1.3ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "test@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:13
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "test"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:15
 (0.3ms)  BEGIN
↳ app/controllers/users_controller.rb:18
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "test"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18
User Exists (0.7ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "test@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18
User Create (45.6ms)  INSERT INTO "users" ("username", "email", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["username", "test"], ["email", "test@gmail.com"], ["created_at", "2019-01-20 07:01:23.447975"], ["updated_at", "2019-01-20 07:01:23.447975"]]
↳ app/controllers/users_controller.rb:18
 (381.8ms)  COMMIT
↳ app/controllers/users_controller.rb:18

Redirected to localhost:3000/urls/new Completed 302 Found in 446ms (ActiveRecord: 430.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-20 12:31:23 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.4ms)

Completed 200 OK in 85ms (Views: 28.0ms | ActiveRecord: 3.5ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-20 12:31:40 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"11xHfbwu1D90zUuVtIp4RFtTP6iHe/QR/X27SymE0+ZoKG80M9WMUoNx515QeBLjGaN0M+8TLEG9HLS9OYippw==", "url"=>{"longurl"=>"https://www.youtube.com/watch?v=qJ7pCOnohFc", "domain"=>"youtube"}, "commit"=>"Search"}
Url Load (43.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.youtube.com/watch?v=qJ7pCOnohFc"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:15
Url Create (1.0ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://www.youtube.com/watch?v=qJ7pCOnohFc"], ["shorturl", "www.nav.com/wFaD"], ["domain", "youtube"], ["mdsum", 4082], ["created_at", "2019-01-20 07:01:40.230286"], ["updated_at", "2019-01-20 07:01:40.230286"]]
↳ app/controllers/urls_controller.rb:15
 (0.4ms)  COMMIT
↳ app/controllers/urls_controller.rb:15

Redirected to localhost:3000/urls/13 Completed 302 Found in 50ms (ActiveRecord: 45.3ms)

Started GET “/urls/13” for 127.0.0.1 at 2019-01-20 12:31:40 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"13"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 13], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 59ms (Views: 22.7ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-20 12:31:50 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.5ms)

Completed 200 OK in 49ms (Views: 46.6ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-20 12:31:52 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"JjnNq5GkJYL2NKZS5IXSp0d6mkw/YDO2BV3s6yA7bBnSp6NRqnMUCXs+QJkM63cQnMmNqlPdAH6OiJe1XndOxA==", "url"=>{"shorturl"=>"www.nav.com/wFaD"}, "commit"=>"Search"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/wFaD"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:29
CACHE Url Load (0.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/wFaD"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:30

Redirected to localhost:3000/urls/13 Completed 302 Found in 5ms (ActiveRecord: 0.9ms)

Started GET “/urls/13” for 127.0.0.1 at 2019-01-20 12:31:52 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"13"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 13], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.6ms)

Completed 200 OK in 26ms (Views: 22.7ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-20 12:31:55 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 55ms (Views: 51.8ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-20 12:32:03 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"tzF45SJzR0uMIVLXLwEjsCuqvbvJi9loZ2Dq3tGuPP1DrxYfGaR2wAErtBzHb4YH8BmqXaU26qDstZGAr+IeIA==", "url"=>{"shorturl"=>"www.nav.com/tRUB"}, "commit"=>"Search"}
Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/tRUB"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:29
CACHE Url Load (0.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/tRUB"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:30

Redirected to localhost:3000/urls/11 Completed 302 Found in 7ms (ActiveRecord: 1.0ms)

Started GET “/urls/11” for 127.0.0.1 at 2019-01-20 12:32:03 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"11"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 28ms (Views: 25.8ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-20 12:32:06 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.7ms)

Completed 200 OK in 40ms (Views: 36.5ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-20 12:32:11 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Wme+4M+GYam4kJHJCXyIxgZ7zhvXwbSJqB3wGrq2sMGu+dAa9FFQIjWadwLhEi1x3cjZ/bt8h0EjyItExPqSHA==", "url"=>{"shorturl"=>"random"}, "commit"=>"Search"}
Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "random"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:29

Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 1.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-21 10:04:34 +0530

 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (2.4ms)

Completed 200 OK in 364ms (Views: 357.3ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 10:04:39 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (75.6ms)

Completed 200 OK in 125ms (Views: 98.4ms | ActiveRecord: 12.5ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 10:04:56 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"ncbThfh2OFrAsiiGWmvZeN4+n/Z3bS7+vy9LpytJM2aqGRYM4jn1Jz8rz58vWOv5cV2isQ4IalMRZywbLO5BoQ==", "user"=>{"username"=>"test", "email"=>"test@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (1.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "test@gmail.com"], ["username", "test"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:29
CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "test@gmail.com"], ["username", "test"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:30

Redirected to localhost:3000/urls/new Completed 302 Found in 33ms (ActiveRecord: 1.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 10:04:56 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.0ms)

Completed 200 OK in 49ms (Views: 20.9ms | ActiveRecord: 3.7ms)

Started GET “/” for 127.0.0.1 at 2019-01-21 10:09:15 +0530

 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.1ms)

Completed 200 OK in 292ms (Views: 286.2ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 10:09:18 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (5.0ms)

Completed 200 OK in 71ms (Views: 27.0ms | ActiveRecord: 25.2ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-21 10:09:52 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"csLhTnqMflpFqjwvK3v0P8Uj5DxYuUiwcat05qRFOxTIISloc34/pi4AK85Vkus4Ja97U8DkEg47wP+SKaBgcw==", "user"=>{"username"=>"testuser1", "email"=>"testuser1@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

User Load (2.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "testuser1@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:13
User Load (1.1ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "testuser1"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:15
 (0.3ms)  BEGIN
↳ app/controllers/users_controller.rb:18
User Exists (0.7ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "testuser1"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "testuser1@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18
User Create (0.6ms)  INSERT INTO "users" ("username", "email", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["username", "testuser1"], ["email", "testuser1@gmail.com"], ["created_at", "2019-01-21 04:39:52.855286"], ["updated_at", "2019-01-21 04:39:52.855286"]]
↳ app/controllers/users_controller.rb:18
 (407.3ms)  COMMIT
↳ app/controllers/users_controller.rb:18

Redirected to localhost:3000/urls/new Completed 302 Found in 430ms (ActiveRecord: 413.1ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 10:09:53 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.9ms)

Completed 200 OK in 91ms (Views: 75.3ms | ActiveRecord: 4.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-21 10:14:05 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.1ms)

Completed 200 OK in 26ms (Views: 24.8ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 10:14:07 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.9ms)

Completed 200 OK in 58ms (Views: 22.8ms | ActiveRecord: 15.9ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 10:14:27 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"CNLbgGEdQAKnzDGJ8Abd4tqvCbK5cmnp6vzVPZ1WVN4/DR4Je1KNf1hV1pCFNe9jdcw09cAXLUREtLKBmvEmGQ==", "user"=>{"username"=>"testuser1", "email"=>"testuser1@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."password" = $3 ORDER BY "users"."id" ASC LIMIT $4  [["email", "testuser1@gmail.com"], ["username", "testuser1"], ["password", "test`test1"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:29

Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.6ms)

Started GET “/” for 127.0.0.1 at 2019-01-21 10:15:17 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.9ms)

Completed 200 OK in 41ms (Views: 38.6ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 10:15:19 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.4ms)

Completed 200 OK in 48ms (Views: 44.0ms | ActiveRecord: 0.0ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-21 10:15:40 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"DJ4scml7KkiKgvAfMWGHMOV5lYLOoqK9lGg+hBF/MBO2feRUYIlrtOEo5/5PiJg3BfUK7Vb/+APeA7XwnJprdA==", "user"=>{"username"=>"test2", "email"=>"test2@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

User Load (6.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "test2@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:13
User Load (0.7ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "test2"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:15
 (0.4ms)  BEGIN
↳ app/controllers/users_controller.rb:18
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "test2"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18
User Exists (1.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "test2@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18
User Create (0.6ms)  INSERT INTO "users" ("username", "email", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["username", "test2"], ["email", "test2@gmail.com"], ["created_at", "2019-01-21 04:45:40.288314"], ["updated_at", "2019-01-21 04:45:40.288314"]]
↳ app/controllers/users_controller.rb:18
 (2.2ms)  COMMIT
↳ app/controllers/users_controller.rb:18

Redirected to localhost:3000/urls/new Completed 302 Found in 22ms (ActiveRecord: 11.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 10:15:40 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.3ms)

Completed 200 OK in 70ms (Views: 34.8ms | ActiveRecord: 4.9ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 10:16:11 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"tJ6PXqoWIQkSuHXhjg5ED660jaXXS4bgLdqMY9WhFB0L6qcXJe15ZOUE2Spq/C6o7ETGPr8jXrBtu4OVxa1uXA==", "url"=>{"longurl"=>"www.housing.com/user/seller?naveen", "domain"=>"housing"}, "commit"=>"Search"}
Url Load (1.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.housing.com/user/seller?naveen"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
 (6.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:15
Url Create (1.3ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.housing.com/user/seller?naveen"], ["shorturl", "www.nav.com/DG5C"], ["domain", "housing"], ["mdsum", 3421], ["created_at", "2019-01-21 04:46:11.615565"], ["updated_at", "2019-01-21 04:46:11.615565"]]
↳ app/controllers/urls_controller.rb:15
 (39.7ms)  COMMIT
↳ app/controllers/urls_controller.rb:15

Redirected to localhost:3000/urls/14 Completed 302 Found in 59ms (ActiveRecord: 48.6ms)

Started GET “/urls/14” for 127.0.0.1 at 2019-01-21 10:16:11 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"14"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 14], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 36ms (Views: 25.1ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 10:16:16 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.7ms)

Completed 200 OK in 43ms (Views: 39.4ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-21 10:16:21 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.9ms)

Completed 200 OK in 50ms (Views: 47.7ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 10:16:23 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.3ms)

Completed 200 OK in 51ms (Views: 47.3ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 10:16:34 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"/B39X6OuNBfCrG7SObgGwxw4kX2EHgeJtQcGNMyyO07LwjjWueH5aj01ictMizRCs1usOv17QyQbT2GIyxVJiQ==", "user"=>{"username"=>"test2", "email"=>"test2@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (3.9ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."password" = $3 ORDER BY "users"."id" ASC LIMIT $4  [["email", "test2@gmail.com"], ["username", "test2"], ["password", "testtest"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:29

Completed 200 OK in 7ms (Views: 0.3ms | ActiveRecord: 3.9ms)

Started GET “/” for 127.0.0.1 at 2019-01-21 10:21:25 +0530

 (27.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.3ms)

Completed 200 OK in 286ms (Views: 279.4ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 10:21:28 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (4.4ms)

Completed 200 OK in 129ms (Views: 24.0ms | ActiveRecord: 5.9ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-21 10:21:48 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"isTeJRRZ1zTAsnbDYfMIfYoI/WcJGecALXV7cLi+PSkwJxYDHauWyKsYYSIfGhd6aoRiCJFEvb5nHvAENVtmTg==", "user"=>{"username"=>"naveen29", "email"=>"naveen29@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

User Load (2.2ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "naveen29@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:13
User Load (1.8ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "naveen29"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:15
 (5.1ms)  BEGIN
↳ app/controllers/users_controller.rb:18
User Exists (2.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "naveen29"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "naveen29@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18
User Create (1.4ms)  INSERT INTO "users" ("username", "email", "password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["username", "naveen29"], ["email", "naveen29@gmail.com"], ["password", "naveen29"], ["created_at", "2019-01-21 04:51:48.769802"], ["updated_at", "2019-01-21 04:51:48.769802"]]
↳ app/controllers/users_controller.rb:18
 (4.5ms)  COMMIT
↳ app/controllers/users_controller.rb:18

Redirected to localhost:3000/urls/new Completed 302 Found in 38ms (ActiveRecord: 17.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 10:21:48 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 139ms (Views: 115.3ms | ActiveRecord: 7.5ms)

Started GET “/” for 127.0.0.1 at 2019-01-21 10:39:41 +0530

 (1.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (2.0ms)

Completed 200 OK in 317ms (Views: 310.6ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 10:39:44 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (6.7ms)

Completed 200 OK in 73ms (Views: 29.4ms | ActiveRecord: 27.3ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-21 10:40:04 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"b8TWgBn3VUoBsn/ToPaUv5eVT42yHR0SfJvjLG5Ml1HVJx6mEAUUtmoYaDLeH4u4dxnQ4ipAR6w28GhY46nMNg==", "user"=>{"username"=>"testuser3", "email"=>"testuser3@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

User Load (1.7ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "testuser3@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:13
User Load (1.0ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "testuser3"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:15

Completed 500 Internal Server Error in 176ms (ActiveRecord: 2.8ms)

NoMethodError (undefined method `password_convert' for #<UsersController:0x00007fce3944c028>):

app/controllers/users_controller.rb:18:in `Signup' Started POST “/users/signup” for 127.0.0.1 at 2019-01-21 10:40:38 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"PnNyFm7Vdz1DF2oFLgAAuLdfwOfn1dyig/u5EO9Fw4aBB1pf4S4vULSrxs7K8mof9a+LfI+9BPLDmrbm/0m5xw==", "user"=>{"username"=>"testuser3", "email"=>"testuser3@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

User Load (0.8ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "testuser3@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:13
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "testuser3"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:15

Completed 500 Internal Server Error in 40ms (ActiveRecord: 5.7ms)

NoMethodError (undefined method `char' for 131:Integer Did you mean? chr):

app/helpers/users_helper.rb:7:in `block in password_convert' app/helpers/users_helper.rb:5:in `each_char' app/helpers/users_helper.rb:5:in `password_convert' app/controllers/users_controller.rb:18:in `Signup' Started POST “/users/signup” for 127.0.0.1 at 2019-01-21 10:40:58 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"PnNyFm7Vdz1DF2oFLgAAuLdfwOfn1dyig/u5EO9Fw4aBB1pf4S4vULSrxs7K8mof9a+LfI+9BPLDmrbm/0m5xw==", "user"=>{"username"=>"testuser3", "email"=>"testuser3@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "testuser3@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:13
User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "testuser3"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:15
 (0.2ms)  BEGIN
↳ app/controllers/users_controller.rb:20
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "testuser3"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:20
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "testuser3@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:20
User Create (62.6ms)  INSERT INTO "users" ("username", "email", "password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["username", "testuser3"], ["email", "testuser3@gmail.com"], ["password", "\x83y\x82\x88\x84\x87t\x86B"], ["created_at", "2019-01-21 05:10:58.339159"], ["updated_at", "2019-01-21 05:10:58.339159"]]
↳ app/controllers/users_controller.rb:20
 (0.3ms)  ROLLBACK
↳ app/controllers/users_controller.rb:20

Completed 500 Internal Server Error in 97ms (ActiveRecord: 72.6ms)

ActiveRecord::StatementInvalid (PG::CharacterNotInRepertoire: ERROR: invalid byte sequence for encoding “UTF8”: 0x83 : INSERT INTO “users” (“username”, “email”, “password”, “created_at”, “updated_at”) VALUES ($1, $2, $3, $4, $5) RETURNING “id”):

app/controllers/users_controller.rb:20:in `Signup' Started POST “/users/signup” for 127.0.0.1 at 2019-01-21 10:41:49 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"PnNyFm7Vdz1DF2oFLgAAuLdfwOfn1dyig/u5EO9Fw4aBB1pf4S4vULSrxs7K8mof9a+LfI+9BPLDmrbm/0m5xw==", "user"=>{"username"=>"testuser3", "email"=>"testuser3@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "testuser3@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:14
User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "testuser3"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:16
 (0.1ms)  BEGIN
↳ app/controllers/users_controller.rb:20
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "testuser3"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:20
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "testuser3@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:20
User Create (1.2ms)  INSERT INTO "users" ("username", "email", "password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["username", "testuser3"], ["email", "testuser3@gmail.com"], ["password", "\x83y\x82\x88\x84\x87t\x86B"], ["created_at", "2019-01-21 05:11:50.055023"], ["updated_at", "2019-01-21 05:11:50.055023"]]
↳ app/controllers/users_controller.rb:20
 (0.2ms)  ROLLBACK
↳ app/controllers/users_controller.rb:20

Completed 500 Internal Server Error in 27ms (ActiveRecord: 7.7ms)

ActiveRecord::StatementInvalid (PG::CharacterNotInRepertoire: ERROR: invalid byte sequence for encoding “UTF8”: 0x83 : INSERT INTO “users” (“username”, “email”, “password”, “created_at”, “updated_at”) VALUES ($1, $2, $3, $4, $5) RETURNING “id”):

app/controllers/users_controller.rb:20:in `Signup' Started POST “/users/signup” for 127.0.0.1 at 2019-01-21 10:42:43 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"PnNyFm7Vdz1DF2oFLgAAuLdfwOfn1dyig/u5EO9Fw4aBB1pf4S4vULSrxs7K8mof9a+LfI+9BPLDmrbm/0m5xw==", "user"=>{"username"=>"testuser3", "email"=>"testuser3@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "testuser3@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:14
User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "testuser3"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:16
 (0.1ms)  BEGIN
↳ app/controllers/users_controller.rb:20
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "testuser3"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:20
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "testuser3@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:20
User Create (0.5ms)  INSERT INTO "users" ("username", "email", "password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["username", "testuser3"], ["email", "testuser3@gmail.com"], ["password", "ugtvvuft4"], ["created_at", "2019-01-21 05:12:43.823243"], ["updated_at", "2019-01-21 05:12:43.823243"]]
↳ app/controllers/users_controller.rb:20
 (0.5ms)  COMMIT
↳ app/controllers/users_controller.rb:20

Redirected to localhost:3000/urls/new Completed 302 Found in 35ms (ActiveRecord: 9.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 10:42:43 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 40ms (Views: 27.3ms | ActiveRecord: 3.1ms)

Started GET “/” for 127.0.0.1 at 2019-01-21 10:44:58 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.6ms)

Completed 200 OK in 25ms (Views: 24.3ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 10:45:00 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (1.6ms)

Completed 200 OK in 80ms (Views: 21.4ms | ActiveRecord: 25.1ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-21 10:45:21 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"DrL1FdL+t44lZ/+h7QjjMf807MOgwTu6qFWYCkLAY720UT0z2wz2ck7N6ECT4fw2H7hzrDicYQTiPhN+zyU42g==", "user"=>{"username"=>"testuser4", "email"=>"testuser4@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)

TypeError (no implicit conversion of Integer into String):

app/helpers/users_helper.rb:9:in `+' app/helpers/users_helper.rb:9:in `block in password_convert' app/helpers/users_helper.rb:6:in `each_char' app/helpers/users_helper.rb:6:in `password_convert' app/controllers/users_controller.rb:13:in `Signup' Started POST “/users/signup” for 127.0.0.1 at 2019-01-21 10:45:51 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"AeSu6hi3NFoQ7T1lOVnL/1Ba4PxMF4rQLap1l0aC1uO+kIajl0xsN+dRka7dq6FYEqqrZyR/UoBty3phVo6sog==", "user"=>{"username"=>"testuser4", "email"=>"testuser4@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "testuser4@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:14
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "testuser4"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:16
 (0.1ms)  BEGIN
↳ app/controllers/users_controller.rb:20
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "testuser4"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:20
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "testuser4@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:20
 (0.2ms)  ROLLBACK
↳ app/controllers/users_controller.rb:20

Completed 200 OK in 108ms (Views: 0.2ms | ActiveRecord: 8.8ms)

Started GET “/” for 127.0.0.1 at 2019-01-21 10:48:11 +0530

 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.9ms)

Completed 200 OK in 295ms (Views: 288.9ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 10:48:13 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (5.0ms)

Completed 200 OK in 72ms (Views: 26.4ms | ActiveRecord: 25.2ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-21 10:48:35 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"w+57wHz6njs3KSID4KDQXZZpPJHiFpmnIbFPquttsq95DbPmdQjfx1yDNeKeSc9aduWj/npLwxlr2sTeZojpyA==", "user"=>{"username"=>"ashok", "email"=>"ashok@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)

NoMethodError (undefined method `username=' for nil:NilClass):

app/controllers/users_controller.rb:12:in `Signup' Started POST “/users/signup” for 127.0.0.1 at 2019-01-21 10:49:48 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Xa0WrWz8EIo8YPCpJ+myAdwN93URC+y7U3K6L65l8TPi2T7k4wdI58vcXGLDG9imnv287nljNOsTE7XZvmmLcg==", "user"=>{"username"=>"ashok", "email"=>"ashok@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

User Load (1.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "ashok@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:16
User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "ashok"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18
 (0.2ms)  BEGIN
↳ app/controllers/users_controller.rb:22
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "ashok"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:22
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "ashok@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:22
 (0.2ms)  ROLLBACK
↳ app/controllers/users_controller.rb:22

Completed 200 OK in 33ms (Views: 0.2ms | ActiveRecord: 9.1ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-21 10:50:35 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Xa0WrWz8EIo8YPCpJ+myAdwN93URC+y7U3K6L65l8TPi2T7k4wdI58vcXGLDG9imnv287nljNOsTE7XZvmmLcg==", "user"=>{"username"=>"ashok", "email"=>"ashok@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

User Load (1.4ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "ashok@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:16
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "ashok"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18
 (0.3ms)  BEGIN
↳ app/controllers/users_controller.rb:21
User Exists (0.7ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "ashok"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:21
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "ashok@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:21
 (0.7ms)  ROLLBACK
↳ app/controllers/users_controller.rb:21

Completed 200 OK in 32ms (Views: 0.2ms | ActiveRecord: 8.0ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-21 10:51:32 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Xa0WrWz8EIo8YPCpJ+myAdwN93URC+y7U3K6L65l8TPi2T7k4wdI58vcXGLDG9imnv287nljNOsTE7XZvmmLcg==", "user"=>{"username"=>"ashok", "email"=>"ashok@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

User Load (1.3ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "ashok@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:16
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "ashok"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18
 (0.3ms)  BEGIN
↳ app/controllers/users_controller.rb:21
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "ashok"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:21
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "ashok@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:21
 (0.4ms)  ROLLBACK
↳ app/controllers/users_controller.rb:21

Completed 200 OK in 15ms (Views: 0.3ms | ActiveRecord: 3.5ms)

Started GET “/” for 127.0.0.1 at 2019-01-21 10:52:31 +0530

 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.4ms)

Completed 200 OK in 295ms (Views: 287.9ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 10:52:34 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (5.4ms)

Completed 200 OK in 71ms (Views: 31.7ms | ActiveRecord: 17.3ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-21 10:52:48 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"97FNuj/NoXVUmoSisEAy32MZd2rU8ikxjLryRxTskIVNUoWcNj/giT8wk0POqS3Yg5XoBUyvc4/G0XkzmQnL4g==", "user"=>{"username"=>"ashok", "email"=>"ashok@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

User Load (2.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "ashok@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:16
User Load (0.9ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "ashok"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18
 (2.2ms)  BEGIN
↳ app/controllers/users_controller.rb:21
User Exists (1.0ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "ashok"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:21
User Exists (0.7ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "ashok@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:21
 (0.3ms)  ROLLBACK
↳ app/controllers/users_controller.rb:21

Completed 200 OK in 26ms (Views: 0.5ms | ActiveRecord: 7.7ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-21 10:53:25 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"z0j0DS9g9hF40Jaw8anAFygbXFJ4c91EqMTeT9bWGhBwPNxEoJuufI9sOnsVW6qwausXyRAbBRTopdG5xtpgUQ==", "user"=>{"username"=>"ashok", "email"=>"ashok@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameters: :password, :password_confirmation

User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "ashok@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:16
User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "ashok"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18
 (0.1ms)  BEGIN
↳ app/controllers/users_controller.rb:21
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "ashok"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:21
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "ashok@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:21
 (0.2ms)  ROLLBACK
↳ app/controllers/users_controller.rb:21

Completed 200 OK in 24ms (Views: 0.2ms | ActiveRecord: 5.8ms)

Started GET “/” for 127.0.0.1 at 2019-01-21 10:54:47 +0530

 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.3ms)

Completed 200 OK in 324ms (Views: 317.1ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 10:54:49 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (7.2ms)

Completed 200 OK in 89ms (Views: 31.5ms | ActiveRecord: 37.7ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-21 10:55:05 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"gFHfLbYMBcDfqeb6CXyQjOnhGbo9C1yUxcaggfJWW1Y6shcLv/5EPLQD8Rt3lY+LCW2G1aVWBiqPrSv1f7MAMQ==", "user"=>{"username"=>"ashok", "email"=>"ashok@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameters: :password, :password_confirmation

User Load (2.2ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "ashok@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:17
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "ashok"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:19
 (0.2ms)  BEGIN
↳ app/controllers/users_controller.rb:22
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "ashok"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:22
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "ashok@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:22
 (0.5ms)  ROLLBACK
↳ app/controllers/users_controller.rb:22

Completed 200 OK in 21ms (Views: 0.3ms | ActiveRecord: 4.5ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-21 10:58:14 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"1HpMHSs6Hl30SsSNYZNvUWohpOMosP/nJI+fWcWN/YhrDmRUpMFGMAP2aEaFYQX2KNHveEDYJ7dk7pCv1YGHyQ==", "user"=>{"username"=>"ashok", "email"=>"ashok@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameters: :password, :password_confirmation

User Load (0.8ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "ashok@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:17
User Load (0.9ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "ashok"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:19
 (1.2ms)  BEGIN
↳ app/controllers/users_controller.rb:22
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "ashok"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:22
User Exists (0.7ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "ashok@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:22
 (0.9ms)  ROLLBACK
↳ app/controllers/users_controller.rb:22

Completed 200 OK in 17ms (Views: 0.3ms | ActiveRecord: 5.1ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-21 10:59:54 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"1HpMHSs6Hl30SsSNYZNvUWohpOMosP/nJI+fWcWN/YhrDmRUpMFGMAP2aEaFYQX2KNHveEDYJ7dk7pCv1YGHyQ==", "user"=>{"username"=>"ashok", "email"=>"ashok@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameters: :password, :password_confirmation

User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "ashok@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:17
User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "ashok"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:19
 (0.2ms)  BEGIN
↳ app/controllers/users_controller.rb:22
User Exists (0.9ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "ashok"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:22
User Exists (0.6ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "ashok@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:22
 (0.3ms)  ROLLBACK
↳ app/controllers/users_controller.rb:22

Completed 200 OK in 30ms (Views: 0.4ms | ActiveRecord: 8.1ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-21 11:00:26 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"1HpMHSs6Hl30SsSNYZNvUWohpOMosP/nJI+fWcWN/YhrDmRUpMFGMAP2aEaFYQX2KNHveEDYJ7dk7pCv1YGHyQ==", "user"=>{"username"=>"ashok", "email"=>"ashok@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameters: :password, :password_confirmation

User Load (0.7ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "ashok@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:17
User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "ashok"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:19
 (0.2ms)  BEGIN
↳ app/controllers/users_controller.rb:22
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "ashok"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:22
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "ashok@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:22
User Create (1.3ms)  INSERT INTO "users" ("username", "email", "password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["username", "ashok"], ["email", "ashok@gmail.com"], ["password", "b97ui316ql534ct746jp961m"], ["created_at", "2019-01-21 05:30:26.682431"], ["updated_at", "2019-01-21 05:30:26.682431"]]
↳ app/controllers/users_controller.rb:22
 (401.8ms)  COMMIT
↳ app/controllers/users_controller.rb:22

Redirected to localhost:3000/urls/new Completed 302 Found in 435ms (ActiveRecord: 409.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 11:00:27 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 49ms (Views: 31.2ms | ActiveRecord: 5.2ms)

Started GET “/” for 127.0.0.1 at 2019-01-21 11:00:33 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.8ms)

Completed 200 OK in 44ms (Views: 42.4ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 11:00:34 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.7ms)

Completed 200 OK in 67ms (Views: 63.1ms | ActiveRecord: 0.0ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-21 11:00:57 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"aFZmRap+5S8XOgRBXfG9udoyqsf2zF1VGRF1HlxY8vfSta5jo4yk03yQE6AjGKK+Or41qG6RB+tTev5q0b2pkA==", "user"=>{"username"=>"mohit", "email"=>"mohit@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameters: :password, :password_confirmation

User Load (1.3ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "mohit@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:17
User Load (0.7ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "mohit"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:19
 (0.6ms)  BEGIN
↳ app/controllers/users_controller.rb:22
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "mohit"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:22
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "mohit@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:22
User Create (0.4ms)  INSERT INTO "users" ("username", "email", "password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["username", "mohit"], ["email", "mohit@gmail.com"], ["password", "n109qi324ku545op765jj974v"], ["created_at", "2019-01-21 05:30:57.230051"], ["updated_at", "2019-01-21 05:30:57.230051"]]
↳ app/controllers/users_controller.rb:22
 (14.0ms)  COMMIT
↳ app/controllers/users_controller.rb:22

Redirected to localhost:3000/urls/new Completed 302 Found in 46ms (ActiveRecord: 17.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 11:00:57 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 27ms (Views: 24.8ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-21 11:08:31 +0530

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/controllers/users_controller.rb:32: syntax error, unexpected ':'

if (User.where(@user.email: params[:user][:email], usern...
                          ^

/Users/naveen/Documents/Internship/projectIntern/app/controllers/users_controller.rb:32: syntax error, unexpected tLABEL, expecting '=' …arams[:email], username: params[:username]).fi… … ^~~~~~~~~ /Users/naveen/Documents/Internship/projectIntern/app/controllers/users_controller.rb:32: syntax error, unexpected ')', expecting then or ';' or 'n' …arams[:username]).first) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/users_controller.rb:35: else without rescue is useless

else
^~~~

/Users/naveen/Documents/Internship/projectIntern/app/controllers/users_controller.rb:47: syntax error, unexpected end, expecting end-of-input):

app/controllers/users_controller.rb:32: syntax error, unexpected ':' app/controllers/users_controller.rb:32: syntax error, unexpected tLABEL, expecting '=' app/controllers/users_controller.rb:32: syntax error, unexpected ')', expecting then or ';' or 'n' app/controllers/users_controller.rb:35: else without rescue is useless app/controllers/users_controller.rb:47: syntax error, unexpected end, expecting end-of-input Started GET “/” for 127.0.0.1 at 2019-01-21 11:11:26 +0530

 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/controllers/users_controller.rb:33: syntax error, unexpected tIDENTIFIER, expecting ')'

redirect_to new_url_path
^~~~~~~~~~~):

app/controllers/users_controller.rb:33: syntax error, unexpected tIDENTIFIER, expecting ')' Started GET “/” for 127.0.0.1 at 2019-01-21 11:11:50 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.7ms)

Completed 200 OK in 320ms (Views: 318.7ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 11:11:53 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.7ms)

Completed 200 OK in 82ms (Views: 25.5ms | ActiveRecord: 27.1ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 11:12:04 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"aG6/w5HmxLwM30yObfTsjnAYf5CY0rxfKvir+vFbJFZfsXpKi6kJwfNGq5cYx94P33tC1+G3+PKEsMxG9vxWkQ==", "user"=>{"username"=>"mohit", "email"=>"mohit@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (2.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."password" = $3 ORDER BY "users"."id" ASC LIMIT $4  [["email", "mohit@gmail.com"], ["username", "mohit"], ["password", "n109qi324ku545op765jj974v"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:31
CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."password" = $3 ORDER BY "users"."id" ASC LIMIT $4  [["email", "mohit@gmail.com"], ["username", "mohit"], ["password", "n109qi324ku545op765jj974v"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:32

Redirected to localhost:3000/urls/new Completed 302 Found in 11ms (ActiveRecord: 2.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 11:12:04 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.9ms)

Completed 200 OK in 45ms (Views: 24.1ms | ActiveRecord: 4.5ms)

Started GET “/” for 127.0.0.1 at 2019-01-21 11:14:18 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.7ms)

Completed 200 OK in 28ms (Views: 27.1ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 11:14:22 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.0ms)

Completed 200 OK in 90ms (Views: 25.1ms | ActiveRecord: 34.6ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-21 11:14:36 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"TmBw2V8gnqc4m0lIchyV24djyE5hMcLXCPrOOTZ485j0g7j/VtLfW1MxXqkM9YrcZ+9XIflsmGlCkUVNu52o/w==", "user"=>{"username"=>"naveenkewalramani", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

User Load (5.9ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "naveen.kewalramani2903@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:14

Completed 200 OK in 12ms (Views: 0.3ms | ActiveRecord: 5.9ms)

Started GET “/” for 127.0.0.1 at 2019-01-21 11:20:58 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.4ms)

Completed 200 OK in 41ms (Views: 39.8ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 11:21:00 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.9ms)

Completed 200 OK in 75ms (Views: 71.9ms | ActiveRecord: 0.0ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-21 11:21:20 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"R5oX9ZIj0zIJUe/y4CHWWdczTLHWPO6MvfPfZQ/drGX9ed/Tm9GSzmL7+BOeyMleN7/T3k5htDL3mFQRgjj3Ag==", "user"=>{"username"=>"mohit", "email"=>"mohit@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

User Load (3.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "mohit@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:14

Completed 200 OK in 17ms (Views: 0.2ms | ActiveRecord: 10.5ms)

Started GET “/” for 127.0.0.1 at 2019-01-21 11:21:23 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.1ms)

Completed 200 OK in 29ms (Views: 25.5ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 11:21:23 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.5ms)

Completed 200 OK in 48ms (Views: 44.3ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 11:21:35 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"vaM8dIXzImfLgzHrt5iFbMQqDEQWC0iTNgkHz5zE4T+KfPn9n7zvGjQa1vLCq7fta0kxA29uDD6YQWBzm2OT+A==", "user"=>{"username"=>"mohit", "email"=>"mohit@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (2.4ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."password" = $3 ORDER BY "users"."id" ASC LIMIT $4  [["email", "mohit@gmail.com"], ["username", "mohit"], ["password", "n109qi324ku545op765jj974v"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:30
CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."password" = $3 ORDER BY "users"."id" ASC LIMIT $4  [["email", "mohit@gmail.com"], ["username", "mohit"], ["password", "n109qi324ku545op765jj974v"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:31

Redirected to localhost:3000/urls/new Completed 302 Found in 9ms (ActiveRecord: 2.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 11:21:35 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.5ms)

Completed 200 OK in 51ms (Views: 22.8ms | ActiveRecord: 10.2ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 11:21:49 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eu5uMOZSivLDB9bC75p9UbMIDJP9JslQ/QlR0grota/FmkZ5aanSnzS7egkLaBf28fhHCJVOEQC9aF4kGuTP7g==", "url"=>{"longurl"=>"www.google.com/fgyuifgifg", "domain"=>"google.com"}, "commit"=>"Search"}
Url Load (6.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.google.com/fgyuifgifg"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
 (0.4ms)  BEGIN
↳ app/controllers/urls_controller.rb:15
Url Create (1.1ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.google.com/fgyuifgifg"], ["shorturl", "www.nav.com/7kXB"], ["domain", "google.com"], ["mdsum", 2515], ["created_at", "2019-01-21 05:51:49.503142"], ["updated_at", "2019-01-21 05:51:49.503142"]]
↳ app/controllers/urls_controller.rb:15
 (1.5ms)  COMMIT
↳ app/controllers/urls_controller.rb:15

Redirected to localhost:3000/urls/15 Completed 302 Found in 21ms (ActiveRecord: 9.0ms)

Started GET “/urls/15” for 127.0.0.1 at 2019-01-21 11:21:49 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"15"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 34ms (Views: 28.2ms | ActiveRecord: 0.5ms)

Started GET “/” for 127.0.0.1 at 2019-01-21 12:02:48 +0530

 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (2.5ms)

Completed 200 OK in 356ms (Views: 345.7ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 12:02:55 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (5.4ms)

Completed 200 OK in 61ms (Views: 25.3ms | ActiveRecord: 18.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 12:03:07 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"R2T7/iTSyHjvr8N1WDEiV88LcEVfGQC86xz1sZsKeoRwuz53Pp0FBRA2JGwtAhDWYGhNAiZ8RBFFVJINnK0IQw==", "user"=>{"username"=>"mohit", "email"=>"mohit@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (1.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."password" = $3 ORDER BY "users"."id" ASC LIMIT $4  [["email", "mohit@gmail.com"], ["username", "mohit"], ["password", "n109qi324ku545op765jj974v"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:30
CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."password" = $3 ORDER BY "users"."id" ASC LIMIT $4  [["email", "mohit@gmail.com"], ["username", "mohit"], ["password", "n109qi324ku545op765jj974v"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:31

Redirected to localhost:3000/urls/new Completed 302 Found in 10ms (ActiveRecord: 1.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 12:03:07 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.8ms)

Completed 200 OK in 45ms (Views: 27.5ms | ActiveRecord: 4.9ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 12:03:14 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"aGnv8hWPMdTbB80FDdSBiSw/SSeQIz/j6MSsP1g6dsjXHce7mnRpuSy7Yc7pJusubs8CvPhL57OopaPJSDYMiQ==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Search"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:8

Redirected to localhost:3000/urls/4 Completed 302 Found in 46ms (ActiveRecord: 0.8ms)

Started GET “/urls/4” for 127.0.0.1 at 2019-01-21 12:03:14 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:25
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 38ms (Views: 34.1ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 12:03:24 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (6.9ms)

Completed 200 OK in 63ms (Views: 60.9ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 12:03:30 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Srl4eSi6me9H+v4mD199+xfsA24WekdhpVExqifFGZK/DRgASD9MW73gO61XMlsL23OknEot5KMKwFW7oai+PA==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Search"}
Url Load (1.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:8

Redirected to localhost:3000/urls/4 Completed 302 Found in 19ms (ActiveRecord: 1.3ms)

Started GET “/urls/4” for 127.0.0.1 at 2019-01-21 12:03:30 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:25
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.6ms)

Completed 200 OK in 32ms (Views: 29.4ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 12:03:50 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (1.9ms)

Completed 200 OK in 36ms (Views: 34.6ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 12:03:53 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"LcZHMXygX0UsYb9jkzmmpmCzdHTYDvP+rT18c7AUOszYcidIHCWK8dZ7eujLVIBWrCzThoRZUDwCrBhiNnmdYg==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:8

Redirected to localhost:3000/urls/4 Completed 302 Found in 21ms (ActiveRecord: 0.6ms)

Started GET “/urls/4” for 127.0.0.1 at 2019-01-21 12:03:53 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:25
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 34ms (Views: 31.1ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 12:08:11 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (13.0ms)

Completed 200 OK in 77ms (Views: 74.8ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 12:08:27 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"RcZE5Jsb+owi8AVGeTPx9ntO61r17XbV27XUcsHaPN6wciSd+54vONjqwM0hXtcGt9FMqKm61Rd0JLBjR7ebcA==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Search"}
Url Load (1.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:8

Redirected to localhost:3000/urls/4 Completed 302 Found in 16ms (ActiveRecord: 1.3ms)

Started GET “/urls/4” for 127.0.0.1 at 2019-01-21 12:08:27 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:25
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 37ms (Views: 33.9ms | ActiveRecord: 0.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 12:12:18 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (8.0ms)

Completed 200 OK in 72ms (Views: 67.3ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 12:12:25 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"1UxcIvZknb3GQR2q3CcJcAATjOPzugj0r37P6D8exskg+DxbluFICTxb2CGESi+AzIwrEa/tqzYA76v5uXNhZw==", "url"=>{"longurl"=>"www.housing.com/seller", "domain"=>"housing"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/4 Completed 302 Found in 9ms (ActiveRecord: 0.0ms)

Started GET “/urls/4” for 127.0.0.1 at 2019-01-21 12:12:25 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:25
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.4ms)

Completed 200 OK in 34ms (Views: 30.9ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 12:12:26 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 51ms (Views: 47.2ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 12:12:34 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"od4FVDg8JALzb/EsMNFZjsMsZ3VmpzSXVTSttqCTuLlUamUtWLnxtgl1NKdovH9+D7PAhzrwl1X6pcmnJv4fFw==", "url"=>{"longurl"=>"www.housing.com/seller", "domain"=>"housing"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/4 Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/urls/4” for 127.0.0.1 at 2019-01-21 12:12:34 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:25
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.6ms)

Completed 200 OK in 41ms (Views: 37.5ms | ActiveRecord: 0.9ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 12:14:06 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.1ms)

Completed 200 OK in 63ms (Views: 61.5ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 12:14:12 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"6uFRYc3UdX4t7byIpBHPdOwtQykVRvC/7/5PRqlRF18fVTEYrVGgytf3eQP8fOmEILLk20kRU31AbytXLzyw8Q==", "url"=>{"longurl"=>"www.housing.com/seller", "domain"=>"housing"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/4 Completed 302 Found in 4ms (ActiveRecord: 0.0ms)

Started GET “/urls/4” for 127.0.0.1 at 2019-01-21 12:14:12 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:25
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 52ms (Views: 47.1ms | ActiveRecord: 0.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 12:14:18 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.5ms)

Completed 200 OK in 47ms (Views: 42.9ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 12:14:32 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"qr7FXMK/CuUKaAjQujwaoNYhn5WReLsuHOGz3rJT4FJfCqUlojrfUfByzVviUTxQGr44Z80vGOyzcNfPND5H/A==", "url"=>{"longurl"=>"www.housing.com/seller", "domain"=>"housing"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/4 Completed 302 Found in 7ms (ActiveRecord: 0.0ms)

Started GET “/urls/4” for 127.0.0.1 at 2019-01-21 12:14:32 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:25
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 38ms (Views: 35.0ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 12:20:11 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.1ms)

Completed 200 OK in 58ms (Views: 29.0ms | ActiveRecord: 11.4ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 12:20:18 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"/bpi6SN8vHfXHPxZRkhPJRhlSfGSo/VP00WqY55cnN4IDgKQQ/lpwy0GOdIeJWnV1PruA870Vo181M5yGDE7cA==", "url"=>{"longurl"=>"www.facebook.com/users", "domain"=>"facebook"}, "commit"=>"Search"}
Url Load (6.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 AND "urls"."domain" = $2 ORDER BY "urls"."id" ASC LIMIT $3  [["longurl", "www.facebook.com/users"], ["domain", "facebook"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:10

Redirected to localhost:3000/urls/11 Completed 302 Found in 14ms (ActiveRecord: 6.7ms)

Started GET “/urls/11” for 127.0.0.1 at 2019-01-21 12:20:18 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"11"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:26
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.7ms)

Completed 200 OK in 47ms (Views: 42.2ms | ActiveRecord: 0.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 12:20:20 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.8ms)

Completed 200 OK in 44ms (Views: 40.4ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 12:21:41 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (1.9ms)

Completed 200 OK in 40ms (Views: 22.0ms | ActiveRecord: 4.2ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-21 12:21:44 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"O4MwRxwt9WhUPed0upE+KMohrhASbAeWkC21Z18vy9WE9xgOk9atBaOBS79eY1SPiNHli3oE38bQTLqRTyOxlA==", "url"=>{"shorturl"=>"www.nav.com/tRUB"}, "commit"=>"Search"}
Url Load (2.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/tRUB"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:31

Redirected to localhost:3000/urls/11 Completed 302 Found in 12ms (ActiveRecord: 2.3ms)

Started GET “/urls/11” for 127.0.0.1 at 2019-01-21 12:21:44 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"11"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:26
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 30ms (Views: 27.5ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 12:21:57 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (30.2ms)

Completed 200 OK in 66ms (Views: 61.8ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-21 12:22:00 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"h88hfMDdHZxCxUHx+ShyYU7OJiPDnqFWIJRhjAFVEyNzUU+G+wosF8/PpzoRRtfWlX0xxa8jkp6rQRrSfxkx/g==", "url"=>{"shorturl"=>"www.nav.com/tRUB"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/11 Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/urls/11” for 127.0.0.1 at 2019-01-21 12:22:00 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"11"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:26
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.7ms)

Completed 200 OK in 35ms (Views: 31.4ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 12:22:21 +0530

 (0.9ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.3ms)

Completed 200 OK in 297ms (Views: 274.5ms | ActiveRecord: 6.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-21 12:22:23 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Z+I63C/23sYVs8CoZOaxOMoW9bYz+CwG+aOlyd+aKjCTfFQmFCHvTZi5JmOMiBSPEaXiUF9FH85ydt6XodYI7Q==", "url"=>{"shorturl"=>"www.nav.com/tRUB"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/11 Completed 302 Found in 7ms (ActiveRecord: 0.0ms)

Started GET “/urls/11” for 127.0.0.1 at 2019-01-21 12:22:23 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"11"}
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:26
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 38ms (Views: 29.4ms | ActiveRecord: 0.9ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 12:22:46 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.8ms)

Completed 200 OK in 126ms (Views: 111.0ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-21 12:22:48 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"f7LW/nx2S3GICAPq0KHuYk0+b4KfvUEjHuDujjwLW1eLLLgER6F6+gUC5SE4z0vVlo14ZPMAcuuVNZXQQkd5ig==", "url"=>{"shorturl"=>"www.nav.com/tRUB"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/11 Completed 302 Found in 4ms (ActiveRecord: 0.0ms)

Started GET “/urls/11” for 127.0.0.1 at 2019-01-21 12:22:48 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"11"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:26
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 30ms (Views: 26.3ms | ActiveRecord: 0.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 12:29:24 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.0ms)

Completed 200 OK in 47ms (Views: 25.1ms | ActiveRecord: 9.7ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 12:29:37 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"gM1eSYScKQwbNHAMuW1qLMvFxgveWkOl7NLSFuRR0JR1eT4w5Bn8uOEutYfhAEzcB1ph+YIN4GdDQ7YHYjx3Og==", "url"=>{"longurl"=>"www.housing.com/seller", "domain"=>"housing"}, "commit"=>"Search"}
Url Load (1.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.housing.com/seller"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:8

Redirected to localhost:3000/urls/12 Completed 302 Found in 14ms (ActiveRecord: 1.6ms)

Started GET “/urls/12” for 127.0.0.1 at 2019-01-21 12:29:37 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"12"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:26
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 39ms (Views: 35.3ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 12:29:39 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 52ms (Views: 48.1ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 12:29:42 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"UjBvC4zlblQ+oTEQtB515mekKjYDyf89+wBFgUxiLQOnhA9y7GC74MS79Jvsc1MWqzuNxF+eXP9UkSGQyg+KrQ==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:8

Redirected to localhost:3000/urls/4 Completed 302 Found in 11ms (ActiveRecord: 0.5ms)

Started GET “/urls/4” for 127.0.0.1 at 2019-01-21 12:29:42 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:26
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 47ms (Views: 25.2ms | ActiveRecord: 0.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 12:30:10 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 31ms (Views: 28.7ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-21 12:31:48 +0530

 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.0ms)

Completed 200 OK in 314ms (Views: 304.9ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 12:31:50 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (5.4ms)

Completed 200 OK in 67ms (Views: 27.0ms | ActiveRecord: 18.9ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 12:31:54 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.1ms)

Completed 200 OK in 71ms (Views: 66.1ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 12:32:05 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"fPH77uyqNuYr6RIuC6eyHH1kHZYufIuWOhmjaw6YWbtLLj5n9uX7m9Rw9Td+lICd0gcg0VcZzzuUUcTXCT8rfA==", "user"=>{"username"=>"mohit", "email"=>"mohit@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (3.2ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."password" = $3 ORDER BY "users"."id" ASC LIMIT $4  [["email", "mohit@gmail.com"], ["username", "mohit"], ["password", "n109qi324ku545op765jj974v"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:30
CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."password" = $3 ORDER BY "users"."id" ASC LIMIT $4  [["email", "mohit@gmail.com"], ["username", "mohit"], ["password", "n109qi324ku545op765jj974v"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:31

Redirected to localhost:3000/urls/new Completed 302 Found in 12ms (ActiveRecord: 3.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 12:32:05 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 99ms (Views: 32.1ms | ActiveRecord: 5.6ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 12:32:21 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"cEtr+uw7K0o8PYUFSa2oHGjllLKKLTnhQUmGgT8uRJDPP0OzY8BzJ8uBKc6tX8K7KhXfKeJF4bEBKIl3LyI+0Q==", "url"=>{"longurl"=>"https://www.sitepoint.com/introduction-to-using-redis-with-rails/", "domain"=>"sitepoint.com"}, "commit"=>"Search"}
Url Load (1.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.sitepoint.com/introduction-to-using-redis-with-rails/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:8
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:17
Url Create (2.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://www.sitepoint.com/introduction-to-using-redis-with-rails/"], ["shorturl", "www.nav.com/88yF"], ["domain", "sitepoint.com"], ["mdsum", 6402], ["created_at", "2019-01-21 07:02:21.119640"], ["updated_at", "2019-01-21 07:02:21.119640"]]
↳ app/controllers/urls_controller.rb:17
 (393.4ms)  COMMIT
↳ app/controllers/urls_controller.rb:17

Redirected to localhost:3000/urls/16 Completed 302 Found in 420ms (ActiveRecord: 397.7ms)

Started GET “/urls/16” for 127.0.0.1 at 2019-01-21 12:32:21 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"16"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 16], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:26
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 29ms (Views: 26.6ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 12:32:25 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 44ms (Views: 40.1ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 12:33:13 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Ljf4KM/4YmmSm5z1mgYzlU1HNJcSfIohQIBNjR41jz3bg5hRr3233WiBWX7CaxVlgdiTZU4rKePvESmcmFgokw==", "url"=>{"longurl"=>"https://www.sitepoint.com/introduction-to-using-redis-with-rails/", "domain"=>"sitepoint.com"}, "commit"=>"Search"}
 (1.1ms)  BEGIN
↳ app/controllers/urls_controller.rb:17
Url Create (0.7ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://www.sitepoint.com/introduction-to-using-redis-with-rails/"], ["shorturl", "www.nav.com/88yF"], ["domain", "sitepoint.com"], ["mdsum", 6402], ["created_at", "2019-01-21 07:03:13.757665"], ["updated_at", "2019-01-21 07:03:13.757665"]]
↳ app/controllers/urls_controller.rb:17
 (4.8ms)  COMMIT
↳ app/controllers/urls_controller.rb:17

Redirected to localhost:3000/urls/17 Completed 302 Found in 18ms (ActiveRecord: 6.6ms)

Started GET “/urls/17” for 127.0.0.1 at 2019-01-21 12:33:13 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"17"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 17], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:26
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.4ms)

Completed 200 OK in 30ms (Views: 26.8ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 12:33:26 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (8.0ms)

Completed 200 OK in 72ms (Views: 67.5ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-21 12:33:29 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"itg/+YTYEFVOCxH5g8y5Ya2SKRgx2+4vrHemM9tOP6l+RlEDvw8h3sMB9zJrohzWdiE+/l1m3ecnot1tpQIddA==", "url"=>{"shorturl"=>"www.nav.com/88yF"}, "commit"=>"Search"}
Url Load (1.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/88yF"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:31

Redirected to localhost:3000/urls/16 Completed 302 Found in 12ms (ActiveRecord: 1.5ms)

Started GET “/urls/16” for 127.0.0.1 at 2019-01-21 12:33:29 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"16"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 16], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:26
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 40ms (Views: 37.2ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 12:33:31 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.0ms)

Completed 200 OK in 51ms (Views: 47.0ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-21 12:33:33 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"sRPu7Zbu67uwlz8120HjPXLesyYulrWakNJefpOjJjVFjYAXrTnaMD2d2f4zL0aKqW2kwEIrhlIbByUg7e8E6A==", "url"=>{"shorturl"=>"www.nav.com/88yF"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/16 Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/urls/16” for 127.0.0.1 at 2019-01-21 12:33:33 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"16"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 16], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:26
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (2.0ms)

Completed 200 OK in 34ms (Views: 30.5ms | ActiveRecord: 0.8ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 12:47:34 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"xdg2jRtHZ4N/IyJg9qurHi6j6UznFI02YUum0pnn4Yx6rB7ElLw/7oifjqsSWcG5bFOi1498VWYhKqkkieubzQ==", "url"=>{"longurl"=>"https://www.sitepoint.com/introduction-to-using-redis-with-rails/", "domain"=>"sitepoint.com"}, "commit"=>"Search"}
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:17
Url Create (0.7ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://www.sitepoint.com/introduction-to-using-redis-with-rails/"], ["shorturl", "www.nav.com/88yF"], ["domain", "sitepoint.com"], ["mdsum", 6402], ["created_at", "2019-01-21 07:17:34.217898"], ["updated_at", "2019-01-21 07:17:34.217898"]]
↳ app/controllers/urls_controller.rb:17
 (40.1ms)  COMMIT
↳ app/controllers/urls_controller.rb:17

Redirected to localhost:3000/urls/18 Completed 302 Found in 62ms (ActiveRecord: 48.4ms)

Started GET “/urls/18” for 127.0.0.1 at 2019-01-21 12:47:34 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"18"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:26
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 26ms (Views: 23.1ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 12:48:34 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.9ms)

Completed 200 OK in 70ms (Views: 52.9ms | ActiveRecord: 5.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 12:48:42 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"JEY2Zfif/VbmCP9571huk2XOmskusJhk+LCbPj37lV/R8lYcmBoo4hwSOvK3NUhjqVE9O3LnO6ZXIf8vu5Yy8Q==", "url"=>{"longurl"=>"https://www.sitepoint.com/introduction-to-using-redis-with-rails/", "domain"=>"sitepoint.com"}, "commit"=>"Search"}
Url Load (1.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.sitepoint.com/introduction-to-using-redis-with-rails/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7

Redirected to localhost:3000/urls/16 Completed 302 Found in 6ms (ActiveRecord: 1.7ms)

Started GET “/urls/16” for 127.0.0.1 at 2019-01-21 12:48:42 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"16"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 16], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 29ms (Views: 25.2ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 12:48:52 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.2ms)

Completed 200 OK in 52ms (Views: 50.2ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 12:54:27 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mo98/nnJlzlGRyo8bIv5HHY5reooFLh5ukYWpdUOGUbHOxyHGUxCjbxd77c05t/suqYKGHRDG7sV13K0U2O+6A==", "url"=>{"longurl"=>"https://www.sitepoint.com/introduction-to-using-redis-with-rails/", "domain"=>"sitepoint.com"}, "commit"=>"Search"}
Url Load (1.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.sitepoint.com/introduction-to-using-redis-with-rails/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:15
Url Create (1.3ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://www.sitepoint.com/introduction-to-using-redis-with-rails/"], ["shorturl", "www.nav.com/88yF"], ["domain", "sitepoint.com"], ["mdsum", 6402], ["created_at", "2019-01-21 07:24:27.903612"], ["updated_at", "2019-01-21 07:24:27.903612"]]
↳ app/controllers/urls_controller.rb:15
 (0.6ms)  COMMIT
↳ app/controllers/urls_controller.rb:15

Redirected to localhost:3000/urls/19 Completed 302 Found in 13ms (ActiveRecord: 6.7ms)

Started GET “/urls/19” for 127.0.0.1 at 2019-01-21 12:54:27 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"19"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 19], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:24
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 25ms (Views: 23.1ms | ActiveRecord: 0.3ms)

Started GET “/” for 127.0.0.1 at 2019-01-21 13:00:13 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.7ms)

Completed 200 OK in 26ms (Views: 24.4ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 13:00:15 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (1.7ms)

Completed 200 OK in 72ms (Views: 35.2ms | ActiveRecord: 23.6ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-21 13:00:24 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"1OkvjmY+kQr3XbwxhB1J7fJF8R2GgroLIX6D9KJubL5uCueob8zQ9pz3q9D69FbqEsluch7f4LVrFQiAL4s32Q==", "user"=>{"username"=>"mohit", "email"=>"mohit@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

User Load (4.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "mohit@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:14

Completed 200 OK in 9ms (Views: 0.3ms | ActiveRecord: 4.0ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-21 13:00:42 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"736aOAeJwBoovNADFDJz2zrUGxc8aBUWz/Vh6k4ufspQCrJxiHKYd98AfMjwwBl8eCRQjFQAzUaPlG4cXiIEiw==", "user"=>{"username"=>"mohit", "email"=>"mo222hit@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "mo222hit@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:14
User Load (0.7ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "mohit"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:16

Completed 200 OK in 8ms (Views: 0.4ms | ActiveRecord: 1.3ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-21 13:01:28 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"736aOAeJwBoovNADFDJz2zrUGxc8aBUWz/Vh6k4ufspQCrJxiHKYd98AfMjwwBl8eCRQjFQAzUaPlG4cXiIEiw==", "user"=>{"username"=>"mohit", "email"=>"mo222hit@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "mo222hit@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:14
User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "mohit"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:17

Completed 200 OK in 19ms (Views: 0.2ms | ActiveRecord: 4.6ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-21 13:01:42 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"736aOAeJwBoovNADFDJz2zrUGxc8aBUWz/Vh6k4ufspQCrJxiHKYd98AfMjwwBl8eCRQjFQAzUaPlG4cXiIEiw==", "user"=>{"username"=>"mohit", "email"=>"mohit@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "mohit@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:14
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 52ms (Views: 48.6ms | ActiveRecord: 0.6ms)

Started GET “/” for 127.0.0.1 at 2019-01-21 13:03:01 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.5ms)

Completed 200 OK in 20ms (Views: 18.6ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 13:03:02 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.8ms)

Completed 200 OK in 72ms (Views: 38.7ms | ActiveRecord: 14.4ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 13:03:08 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.0ms)

Completed 200 OK in 59ms (Views: 57.2ms | ActiveRecord: 0.0ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-21 13:03:27 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"6ouKCaj9MsPxIDfXnqEM74WfgmVZvldPzkiPfiBVYtxQaEIvoQ9zP5qKIDbgSBPoZRMdCsHjDfGEIwQKrbA5uw==", "user"=>{"username"=>"test1", "email"=>"test1@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

User Load (1.9ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "test1@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:14
User Load (0.9ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "test1"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:17
 (0.5ms)  BEGIN
↳ app/controllers/users_controller.rb:20
User Exists (0.9ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "test1"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:20
User Exists (0.7ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "test1@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:20
User Create (0.8ms)  INSERT INTO "users" ("username", "email", "password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["username", "test1"], ["email", "test1@gmail.com"], ["password", "u116gt332v2497vf714uu9453"], ["created_at", "2019-01-21 07:33:27.552206"], ["updated_at", "2019-01-21 07:33:27.552206"]]
↳ app/controllers/users_controller.rb:20
 (0.6ms)  COMMIT
↳ app/controllers/users_controller.rb:20

Redirected to localhost:3000/urls/new Completed 302 Found in 22ms (ActiveRecord: 6.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 13:03:27 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 73ms (Views: 50.5ms | ActiveRecord: 3.5ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-21 13:05:13 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"YRr54w9IL6YUwA1IZqufJp4NntNzhjMQVuDhP5UnxAXebtGqgLN3y+N8oYOCWfWB3P3VSBvu60AWge7JhSu+RA==", "user"=>{"username"=>"test12", "email"=>"test12@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

User Load (1.3ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "test12@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:14
User Load (5.0ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "test12"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:17
 (1.0ms)  BEGIN
↳ app/controllers/users_controller.rb:20
User Exists (0.9ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "test12"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:20
User Exists (0.7ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "test12@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:20
User Create (0.8ms)  INSERT INTO "users" ("username", "email", "password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["username", "test12"], ["email", "test12@gmail.com"], ["password", "u116gt332v24974u663gt879v210444"], ["created_at", "2019-01-21 07:35:13.223639"], ["updated_at", "2019-01-21 07:35:13.223639"]]
↳ app/controllers/users_controller.rb:20
 (2.7ms)  COMMIT
↳ app/controllers/users_controller.rb:20

Redirected to localhost:3000/urls/new Completed 302 Found in 31ms (ActiveRecord: 12.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 13:05:13 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.2ms)

Completed 200 OK in 56ms (Views: 53.2ms | ActiveRecord: 0.0ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-21 13:07:04 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"YRr54w9IL6YUwA1IZqufJp4NntNzhjMQVuDhP5UnxAXebtGqgLN3y+N8oYOCWfWB3P3VSBvu60AWge7JhSu+RA==", "user"=>{"username"=>"test12", "email"=>"test12@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "test12@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:14
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (1.7ms)

Completed 200 OK in 68ms (Views: 23.4ms | ActiveRecord: 4.6ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-21 13:12:35 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"0QQNO20E7u9U9/zsU1T0nIa7T0WSjJD5E67V793XYntucCVy4v+2gqNLUCe3pp47xEsE3vrkSKlTz9oZzdsYOg==", "user"=>{"username"=>"test12", "email"=>"test8282@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

User Load (1.4ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "test8282@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:14
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "test12"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:17
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.4ms)

Completed 200 OK in 46ms (Views: 21.1ms | ActiveRecord: 10.4ms)

Started GET “/users/signup” for 127.0.0.1 at 2019-01-21 13:12:38 +0530

ActionController::RoutingError (No route matches [GET] “/users/signup”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-21 13:12:45 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.7ms)

Completed 200 OK in 61ms (Views: 58.8ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 13:12:48 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.3ms)

Completed 200 OK in 43ms (Views: 38.7ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 13:12:50 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 53ms (Views: 48.8ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 13:12:52 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.0ms)

Completed 200 OK in 50ms (Views: 47.4ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 13:12:54 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.1ms)

Completed 200 OK in 47ms (Views: 43.5ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 13:16:03 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 44ms (Views: 42.2ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 13:16:21 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.4ms)

Completed 200 OK in 47ms (Views: 44.7ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 13:17:02 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.0ms)

Completed 200 OK in 33ms (Views: 31.5ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 13:17:21 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.6ms)

Completed 200 OK in 37ms (Views: 34.7ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 13:17:46 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 32ms (Views: 30.2ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 13:19:14 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (1.8ms)

Completed 200 OK in 30ms (Views: 28.8ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 13:19:28 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (1.7ms)

Completed 200 OK in 28ms (Views: 25.4ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 13:19:38 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.3ms)

Completed 200 OK in 49ms (Views: 47.9ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 13:19:47 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.4ms)

Completed 200 OK in 38ms (Views: 35.9ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 13:19:58 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (1.5ms)

Completed 200 OK in 37ms (Views: 35.6ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 13:20:52 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.0ms)

Completed 200 OK in 40ms (Views: 38.3ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 13:21:20 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.0ms)

Completed 200 OK in 32ms (Views: 31.0ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 13:21:42 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (1.6ms)

Completed 200 OK in 37ms (Views: 35.3ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 13:21:43 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (1.8ms)

Completed 200 OK in 51ms (Views: 49.0ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 13:21:56 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 32ms (Views: 29.9ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 13:21:57 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.3ms)

Completed 200 OK in 27ms (Views: 25.7ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 13:22:39 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.0ms)

Completed 200 OK in 27ms (Views: 25.5ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 13:22:39 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.9ms)

Completed 200 OK in 40ms (Views: 38.6ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 13:22:40 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.4ms)

Completed 200 OK in 65ms (Views: 63.0ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 13:23:49 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.8ms)

Completed 200 OK in 31ms (Views: 29.0ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 13:26:54 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (4.9ms)

Completed 200 OK in 38ms (Views: 36.2ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 13:26:58 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 40ms (Views: 36.4ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 13:27:00 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (13.2ms)

Completed 200 OK in 73ms (Views: 69.6ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 13:27:01 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.8ms)

Completed 200 OK in 57ms (Views: 53.1ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 13:27:02 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (4.4ms)

Completed 200 OK in 66ms (Views: 62.0ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 13:27:04 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.1ms)

Completed 200 OK in 52ms (Views: 50.3ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 13:27:05 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (8.2ms)

Completed 200 OK in 69ms (Views: 65.7ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 13:27:15 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"m9v1YtHbTHDRVtryX/todPBEUTdMoDBcP/OXcU09uvWsBDDry5SBDS7PPesqyFr1XydscDXFdPGRu/DNSprIMg==", "user"=>{"username"=>"naveen", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (1.2ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."password" = $3 ORDER BY "users"."id" ASC LIMIT $4  [["email", "naveen.kewalramani2903@gmail.com"], ["username", "naveen"], ["password", "o110cw325gf527p"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:33
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.5ms)

Completed 500 Internal Server Error in 12ms (ActiveRecord: 1.2ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

22: <h2><i>WELCOME TO SIGN UP PAGE</i></h2>
23: <div class="Sign_Form">
24:   <h1>Sign Up</h1>
25:   <%= form_for @user, :url => users_signup_path do |f| %>
26:     <p> Username:<br/><%= f.text_field :username%> </p>
27:     <p> Email:<br/><%= f.text_field :email%> </p>
28:     <p> Password:<br/> <%= f.password_field :password%></p>

app/views/users/new.html.erb:25:in `_app_views_users_new_html_erb___1296579380362552104_70239173605720' app/controllers/users_controller.rb:38:in `Login' Started POST “/users/login” for 127.0.0.1 at 2019-01-21 13:27:41 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"tYPj/DpvlWtAtjVwpQWaJoh6YwCjRsmCRFF4G3Ek2h0K98u1tZTNBrcKmbtB9/CByooom8suEdIEMHftYSigXA==", "user"=>{"username"=>"mohit", "email"=>"mohit@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (1.8ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."password" = $3 ORDER BY "users"."id" ASC LIMIT $4  [["email", "mohit@gmail.com"], ["username", "mohit"], ["password", "n109qi324ku545op765jj974v"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:33
CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."password" = $3 ORDER BY "users"."id" ASC LIMIT $4  [["email", "mohit@gmail.com"], ["username", "mohit"], ["password", "n109qi324ku545op765jj974v"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:34

Redirected to localhost:3000/urls/new Completed 302 Found in 8ms (ActiveRecord: 1.9ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 13:27:41 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.8ms)

Completed 200 OK in 50ms (Views: 26.0ms | ActiveRecord: 6.7ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 13:27:48 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (6.2ms)

Completed 200 OK in 47ms (Views: 43.9ms | ActiveRecord: 0.0ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-21 13:28:03 +0530 Processing by UsersController#Signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"0+8M+wF+hN2uD24u6NaEW6Z4feBVlF45LynDFX1oqxZpDMTdCIzFIcWlec+WP5tcRvTij83JBIdlQkhh8I3wcQ==", "user"=>{"username"=>"mohit", "email"=>"mohit@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Signup"}

Unpermitted parameter: :password_confirmation

User Load (0.9ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "mohit@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:14
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 65ms (Views: 59.6ms | ActiveRecord: 0.9ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 13:28:06 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.8ms)

Completed 200 OK in 44ms (Views: 40.5ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 13:28:17 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"CBE5GnVbVNmX2KJhRjYC1qq/hc9hM/nvEUQ9/W6P6xk/zvyTbxSZpGhBRXgzBTBXBdy4iBhWvUK/DFpBaSiZ3g==", "user"=>{"username"=>"mohit", "email"=>"mohit@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (2.8ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."password" = $3 ORDER BY "users"."id" ASC LIMIT $4  [["email", "mohit@gmail.com"], ["username", "mohit"], ["password", "n109qi324ku545"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:33
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.9ms)

Completed 500 Internal Server Error in 13ms (ActiveRecord: 2.8ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

22: <h2><i>WELCOME TO SIGN UP PAGE</i></h2>
23: <div class="Sign_Form">
24:   <h1>Sign Up</h1>
25:   <%= form_for @user, :url => users_signup_path do |f| %>
26:     <p> Username:<br/><%= f.text_field :username%> </p>
27:     <p> Email:<br/><%= f.text_field :email%> </p>
28:     <p> Password:<br/> <%= f.password_field :password%></p>

app/views/users/new.html.erb:25:in `_app_views_users_new_html_erb___1296579380362552104_70239196268280' app/controllers/users_controller.rb:38:in `Login' Started POST “/users/login” for 127.0.0.1 at 2019-01-21 13:28:28 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"VHSNu4eqa8QdXtGV+IIq1sLapUvNmz4HV8XSZpQOti3rAKXyCFEzqerifV4ccEBxgCru0KXz5lcXpN2QhALMbA==", "user"=>{"username"=>"mohit", "email"=>"mohit@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (3.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."password" = $3 ORDER BY "users"."id" ASC LIMIT $4  [["email", "mohit@gmail.com"], ["username", "mohit"], ["password", "n109qi324ku545"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:33
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.6ms)

Completed 500 Internal Server Error in 15ms (ActiveRecord: 3.6ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

22: <h2><i>WELCOME TO SIGN UP PAGE</i></h2>
23: <div class="Sign_Form">
24:   <h1>Sign Up</h1>
25:   <%= form_for @user, :url => users_signup_path do |f| %>
26:     <p> Username:<br/><%= f.text_field :username%> </p>
27:     <p> Email:<br/><%= f.text_field :email%> </p>
28:     <p> Password:<br/> <%= f.password_field :password%></p>

app/views/users/new.html.erb:25:in `_app_views_users_new_html_erb___1296579380362552104_70239196760820' app/controllers/users_controller.rb:38:in `Login' Started POST “/users/login” for 127.0.0.1 at 2019-01-21 13:28:55 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"VHSNu4eqa8QdXtGV+IIq1sLapUvNmz4HV8XSZpQOti3rAKXyCFEzqerifV4ccEBxgCru0KXz5lcXpN2QhALMbA==", "user"=>{"username"=>"mohit", "email"=>"mohit@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."password" = $3 ORDER BY "users"."id" ASC LIMIT $4  [["email", "mohit@gmail.com"], ["username", "mohit"], ["password", "n109qi324ku545"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:33
Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.3ms)

Completed 500 Internal Server Error in 15ms (ActiveRecord: 5.0ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

22: <h2><i>WELCOME TO LOGIN PAGE</i></h2>
23: <div class="Login_Form">
24:   <h1>Login</h1>
25:   <%= form_for @user, :url => users_login_path do |t| %>
26:     <p> Username:</br> <%= t.text_field :username%> </p>
27:     <p> Email:</br> <%= t.text_field :email%> </p>
28:     <p> Password:</br> <%= t.password_field :password%></p>

app/views/users/login.html.erb:25:in `_app_views_users_login_html_erb__4303968849742983065_70239197503420' app/controllers/users_controller.rb:38:in `Login' Started POST “/users/login” for 127.0.0.1 at 2019-01-21 13:29:40 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"VHSNu4eqa8QdXtGV+IIq1sLapUvNmz4HV8XSZpQOti3rAKXyCFEzqerifV4ccEBxgCru0KXz5lcXpN2QhALMbA==", "user"=>{"username"=>"mohit", "email"=>"mohit@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."password" = $3 ORDER BY "users"."id" ASC LIMIT $4  [["email", "mohit@gmail.com"], ["username", "mohit"], ["password", "n109qi324ku545"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:33
Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (5.5ms)

Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.5ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

22: <h2><i>WELCOME TO LOGIN PAGE</i></h2>
23: <div class="Login_Form">
24:   <h1>Login</h1>
25:   <%= form_for @user, :url => users_login_path do |t| %>
26:     <p> Username:</br> <%= t.text_field :username%> </p>
27:     <p> Email:</br> <%= t.text_field :email%> </p>
28:     <p> Password:</br> <%= t.password_field :password%></p>

app/views/users/login.html.erb:25:in `_app_views_users_login_html_erb__4303968849742983065_70239173583740' app/controllers/users_controller.rb:38:in `Login' Started GET “/” for 127.0.0.1 at 2019-01-21 13:31:31 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.4ms)

Completed 200 OK in 45ms (Views: 43.5ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 13:31:34 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.4ms)

Completed 200 OK in 63ms (Views: 23.6ms | ActiveRecord: 19.9ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 13:31:44 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"6MRzeNjPLOkd/mh/06R5cbjFNamDNH4LGcdFHNyYuo/fG7bxwoDhlOJnj2aml0vwF6YI7vpROqa3jyKg2z/ISA==", "user"=>{"username"=>"mohit", "email"=>"mohit@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (3.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."password" = $3 ORDER BY "users"."id" ASC LIMIT $4  [["email", "mohit@gmail.com"], ["username", "mohit"], ["password", "n109qi324ku545op765jj974v"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:33
CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."password" = $3 ORDER BY "users"."id" ASC LIMIT $4  [["email", "mohit@gmail.com"], ["username", "mohit"], ["password", "n109qi324ku545op765jj974v"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:34

Redirected to localhost:3000/urls/new Completed 302 Found in 11ms (ActiveRecord: 3.1ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 13:31:44 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 39ms (Views: 22.9ms | ActiveRecord: 5.4ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 13:31:52 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"yj/BOs8v6nT7Lfaa8m5ktAyrrwt9841QDo/7UHqHHvd1S+lzQNSyGQyRWlEWnA4TTlvkkBWbVQBO7vSmaotktg==", "user"=>{"username"=>"mohit", "email"=>"mohit@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (2.9ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."password" = $3 ORDER BY "users"."id" ASC LIMIT $4  [["email", "mohit@gmail.com"], ["username", "mohit"], ["password", "n109qi324ku545"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:33

Completed 500 Internal Server Error in 8ms (ActiveRecord: 2.9ms)

ActionView::MissingTemplate (Missing template user/login with {:locale=>, :formats=>, :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby, :coffee, :jbuilder]}. Searched in:

"/Users/naveen/Documents/Internship/projectIntern/app/views"

):

app/controllers/users_controller.rb:38:in `Login' Started POST “/users/login” for 127.0.0.1 at 2019-01-21 13:32:24 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"yj/BOs8v6nT7Lfaa8m5ktAyrrwt9841QDo/7UHqHHvd1S+lzQNSyGQyRWlEWnA4TTlvkkBWbVQBO7vSmaotktg==", "user"=>{"username"=>"mohit", "email"=>"mohit@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."password" = $3 ORDER BY "users"."id" ASC LIMIT $4  [["email", "mohit@gmail.com"], ["username", "mohit"], ["password", "n109qi324ku545"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:33

Completed 500 Internal Server Error in 12ms (ActiveRecord: 5.0ms)

ActionView::MissingTemplate (Missing template users/user_login, application/user_login with {:locale=>, :formats=>, :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby, :coffee, :jbuilder]}. Searched in:

"/Users/naveen/Documents/Internship/projectIntern/app/views"

):

app/controllers/users_controller.rb:38:in `Login' Started POST “/users/login” for 127.0.0.1 at 2019-01-21 13:33:17 +0530 Processing by UsersController#Login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"yj/BOs8v6nT7Lfaa8m5ktAyrrwt9841QDo/7UHqHHvd1S+lzQNSyGQyRWlEWnA4TTlvkkBWbVQBO7vSmaotktg==", "user"=>{"username"=>"mohit", "email"=>"mohit@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Login"}
User Load (0.7ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."password" = $3 ORDER BY "users"."id" ASC LIMIT $4  [["email", "mohit@gmail.com"], ["username", "mohit"], ["password", "n109qi324ku545"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:33
Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.1ms)

Completed 500 Internal Server Error in 16ms (ActiveRecord: 5.7ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

22: <h2><i>WELCOME TO LOGIN PAGE</i></h2>
23: <div class="Login_Form">
24:   <h1>Login</h1>
25:   <%= form_for @user, :url => users_login_path do |t| %>
26:     <p> Username:</br> <%= t.text_field :username%> </p>
27:     <p> Email:</br> <%= t.text_field :email%> </p>
28:     <p> Password:</br> <%= t.password_field :password%></p>

app/views/users/login.html.erb:25:in `_app_views_users_login_html_erb__4303968849742983065_70239168103040' app/controllers/users_controller.rb:38:in `Login' Started GET “/user/login” for 127.0.0.1 at 2019-01-21 13:36:17 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.8ms)

Completed 200 OK in 55ms (Views: 40.3ms | ActiveRecord: 3.3ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 13:36:19 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.7ms)

Completed 200 OK in 35ms (Views: 33.3ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 13:36:19 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.3ms)

Completed 200 OK in 28ms (Views: 26.1ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 13:36:19 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (4.2ms)

Completed 200 OK in 52ms (Views: 50.5ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 13:36:19 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (6.9ms)

Completed 200 OK in 59ms (Views: 58.0ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 13:36:20 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (6.1ms)

Completed 200 OK in 80ms (Views: 78.0ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 13:36:20 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.4ms)

Completed 200 OK in 35ms (Views: 33.1ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 13:36:20 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.2ms)

Completed 200 OK in 43ms (Views: 41.1ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 13:36:20 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.5ms)

Completed 200 OK in 31ms (Views: 29.5ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 13:36:21 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.5ms)

Completed 200 OK in 39ms (Views: 37.3ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 13:36:37 +0530

AbstractController::ActionNotFound (The action 'Login' could not be found for UsersController):

actionpack (5.2.2) lib/abstract_controller/base.rb:129:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:38:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/users/login” for 127.0.0.1 at 2019-01-21 13:37:21 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"GUVWrzJWwTiH2TooBal/Qn5MYLaZXFOWzWnZh96OzqSmMX7mva2ZVXBlluPhWxXlPLwrLfE0i8aNCNZxzoK05Q==", "user"=>{"username"=>"mohit", "email"=>"mohit@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."password" = $3 ORDER BY "users"."id" ASC LIMIT $4  [["email", "mohit@gmail.com"], ["username", "mohit"], ["password", "n109qi324ku545op765jj974v"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:33
CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."password" = $3 ORDER BY "users"."id" ASC LIMIT $4  [["email", "mohit@gmail.com"], ["username", "mohit"], ["password", "n109qi324ku545op765jj974v"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:34

Redirected to localhost:3000/urls/new Completed 302 Found in 20ms (ActiveRecord: 4.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 13:37:21 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.0ms)

Completed 200 OK in 36ms (Views: 20.4ms | ActiveRecord: 3.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 13:37:29 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"GUVWrzJWwTiH2TooBal/Qn5MYLaZXFOWzWnZh96OzqSmMX7mva2ZVXBlluPhWxXlPLwrLfE0i8aNCNZxzoK05Q==", "user"=>{"username"=>"mohit", "email"=>"mohit@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.7ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."password" = $3 ORDER BY "users"."id" ASC LIMIT $4  [["email", "mohit@gmail.com"], ["username", "mohit"], ["password", "n109qi324ku545"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:33
Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.7ms)

Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.7ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

22: <h2><i>WELCOME TO LOGIN PAGE</i></h2>
23: <div class="Login_Form">
24:   <h1>Login</h1>
25:   <%= form_for @user, :url => users_login_path do |t| %>
26:     <p> Username:</br> <%= t.text_field :username%> </p>
27:     <p> Email:</br> <%= t.text_field :email%> </p>
28:     <p> Password:</br> <%= t.password_field :password%></p>

app/views/users/login.html.erb:25:in `_app_views_users_login_html_erb__4303968849742983065_70239168191260' app/controllers/users_controller.rb:38:in `login_new' Started POST “/users/login” for 127.0.0.1 at 2019-01-21 13:39:16 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"GUVWrzJWwTiH2TooBal/Qn5MYLaZXFOWzWnZh96OzqSmMX7mva2ZVXBlluPhWxXlPLwrLfE0i8aNCNZxzoK05Q==", "user"=>{"username"=>"mohit", "email"=>"mohit@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."password" = $3 ORDER BY "users"."id" ASC LIMIT $4  [["email", "mohit@gmail.com"], ["username", "mohit"], ["password", "n109qi324ku545op765jj974v"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:33
CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."password" = $3 ORDER BY "users"."id" ASC LIMIT $4  [["email", "mohit@gmail.com"], ["username", "mohit"], ["password", "n109qi324ku545op765jj974v"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:34

Redirected to localhost:3000/urls/new Completed 302 Found in 34ms (ActiveRecord: 5.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 13:39:16 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 38ms (Views: 23.9ms | ActiveRecord: 2.9ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 13:39:22 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"GUVWrzJWwTiH2TooBal/Qn5MYLaZXFOWzWnZh96OzqSmMX7mva2ZVXBlluPhWxXlPLwrLfE0i8aNCNZxzoK05Q==", "user"=>{"username"=>"mohit", "email"=>"mohit@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."password" = $3 ORDER BY "users"."id" ASC LIMIT $4  [["email", "mohit@gmail.com"], ["username", "mohit"], ["password", "n109qi324ku545"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:33
Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.8ms)

Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.6ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

22: <h2><i>WELCOME TO LOGIN PAGE</i></h2>
23: <div class="Login_Form">
24:   <h1>Login</h1>
25:   <%= form_for @user, :url => users_login_path do |t| %>
26:     <p> Username:</br> <%= t.text_field :username%> </p>
27:     <p> Email:</br> <%= t.text_field :email%> </p>
28:     <p> Password:</br> <%= t.password_field :password%></p>

app/views/users/login.html.erb:25:in `_app_views_users_login_html_erb__4303968849742983065_70239197350680' app/controllers/users_controller.rb:38:in `login_new' Started POST “/users/login” for 127.0.0.1 at 2019-01-21 13:41:08 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"GUVWrzJWwTiH2TooBal/Qn5MYLaZXFOWzWnZh96OzqSmMX7mva2ZVXBlluPhWxXlPLwrLfE0i8aNCNZxzoK05Q==", "user"=>{"username"=>"mohit", "email"=>"mohit@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."password" = $3 ORDER BY "users"."id" ASC LIMIT $4  [["email", "mohit@gmail.com"], ["username", "mohit"], ["password", "n109qi324ku545"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:33
Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.3ms)

Completed 200 OK in 45ms (Views: 26.5ms | ActiveRecord: 5.5ms)

Started GET “/users/login” for 127.0.0.1 at 2019-01-21 14:24:33 +0530

 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

ActionController::RoutingError (No route matches [GET] “/users/login”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-21 14:24:38 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (3.9ms)

Completed 200 OK in 337ms (Views: 334.7ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 14:24:41 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.6ms)

Completed 200 OK in 87ms (Views: 25.0ms | ActiveRecord: 41.4ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 14:24:55 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.9ms)

Completed 200 OK in 66ms (Views: 63.4ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 14:24:57 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.6ms)

Completed 200 OK in 35ms (Views: 33.9ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 14:24:57 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (4.1ms)

Completed 200 OK in 43ms (Views: 40.5ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 14:24:57 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.8ms)

Completed 200 OK in 33ms (Views: 31.3ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-21 14:24:58 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.1ms)

Completed 200 OK in 43ms (Views: 40.2ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 14:24:59 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.6ms)

Completed 200 OK in 64ms (Views: 60.0ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 14:25:09 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"isjAkjXybZkPnDWldNh6lOpvS7WVCmJjesZtyg/XNZ29FwUbL72g5PAF0rwB60gVRQx28uxvJs7Ujgp2CHBHWg==", "user"=>{"username"=>"mohit", "email"=>"mohit@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (2.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."password" = $3 ORDER BY "users"."id" ASC LIMIT $4  [["email", "mohit@gmail.com"], ["username", "mohit"], ["password", "n109qi324ku545"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:32
Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (26.5ms)

Completed 500 Internal Server Error in 35ms (ActiveRecord: 2.0ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

22: <h2><i>WELCOME TO LOGIN PAGE</i></h2>
23: <div class="Login_Form">
24:   <h1>Login</h1>
25:   <%= form_for @user, :url => users_login_path do |t| %>
26:     <p> Username:</br> <%= t.text_field :username%> </p>
27:     <p> Email:</br> <%= t.text_field :email%> </p>
28:     <p> Password:</br> <%= t.password_field :password%></p>

app/views/users/login.html.erb:25:in `_app_views_users_login_html_erb__2845192076625570256_70102727189700' app/controllers/users_controller.rb:38:in `login_new' Started POST “/users/login” for 127.0.0.1 at 2019-01-21 14:25:44 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"isjAkjXybZkPnDWldNh6lOpvS7WVCmJjesZtyg/XNZ29FwUbL72g5PAF0rwB60gVRQx28uxvJs7Ujgp2CHBHWg==", "user"=>{"username"=>"mohit", "email"=>"mohit@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."password" = $3 ORDER BY "users"."id" ASC LIMIT $4  [["email", "mohit@gmail.com"], ["username", "mohit"], ["password", "n109qi324ku545"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:32
Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.2ms)

Completed 200 OK in 42ms (Views: 22.5ms | ActiveRecord: 5.6ms)

Started GET “/users/login” for 127.0.0.1 at 2019-01-21 14:25:47 +0530

ActionController::RoutingError (No route matches [GET] “/users/login”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-21 14:25:49 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.1ms)

Completed 200 OK in 33ms (Views: 31.0ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 14:25:51 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (8.1ms)

Completed 200 OK in 78ms (Views: 74.1ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 14:25:53 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.5ms)

Completed 200 OK in 31ms (Views: 29.1ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 14:26:58 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.6ms)

Completed 200 OK in 31ms (Views: 29.1ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 14:27:01 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.2ms)

Completed 200 OK in 27ms (Views: 25.8ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 14:27:02 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.7ms)

Completed 200 OK in 27ms (Views: 24.9ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 14:27:02 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.0ms)

Completed 200 OK in 27ms (Views: 25.6ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 14:27:03 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.9ms)

Completed 200 OK in 40ms (Views: 39.1ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 14:27:22 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"RS9x1WQonmlu4jJPNRFekgnIOXZMszKpNM7WKNGbHCD6W1mc69PGBJlenoTR4zQ1Szhy7STb6vl0r9newZdmYQ==", "user"=>{"username"=>"mohit", "email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."password" = $3 ORDER BY "users"."id" ASC LIMIT $4  [["email", "naveen.kewalramani2903@gmail.com"], ["username", "mohit"], ["password", "n109qi324ku545"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:32
Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.8ms)

Completed 200 OK in 45ms (Views: 39.9ms | ActiveRecord: 1.5ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 14:27:33 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"dw2H4tz7Ck//yQdiryasPqqKQdiynz6/AZ/Dt+MqJuLIea+rUwBSIgh1q6lL1MaZ6HoKQ9r35u9B/sxB8yZcow==", "user"=>{"username"=>"mohit", "email"=>"mohit@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (4.4ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."password" = $3 ORDER BY "users"."id" ASC LIMIT $4  [["email", "mohit@gmail.com"], ["username", "mohit"], ["password", "n109qi324ku545op765jj974v"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:32

Redirected to localhost:3000/urls/new Completed 302 Found in 22ms (ActiveRecord: 4.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 14:27:33 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.6ms)

Completed 200 OK in 51ms (Views: 23.1ms | ActiveRecord: 6.1ms)

Started GET “/users/login” for 127.0.0.1 at 2019-01-21 14:27:37 +0530

ActionController::RoutingError (No route matches [GET] “/users/login”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/users/login” for 127.0.0.1 at 2019-01-21 14:27:54 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"RS9x1WQonmlu4jJPNRFekgnIOXZMszKpNM7WKNGbHCD6W1mc69PGBJlenoTR4zQ1Szhy7STb6vl0r9newZdmYQ==", "user"=>{"username"=>"mohit", "email"=>"mohit@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.9ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" = $2 AND "users"."password" = $3 ORDER BY "users"."id" ASC LIMIT $4  [["email", "mohit@gmail.com"], ["username", "mohit"], ["password", "n109qi324ku545op765jj974v"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:32

Redirected to localhost:3000/urls/new Completed 302 Found in 4ms (ActiveRecord: 0.9ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 14:27:54 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.3ms)

Completed 200 OK in 64ms (Views: 62.3ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-21 14:32:32 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.1ms)

Completed 200 OK in 48ms (Views: 45.4ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 14:32:33 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.8ms)

Completed 200 OK in 59ms (Views: 57.1ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 14:32:42 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (5.1ms)

Completed 200 OK in 64ms (Views: 60.3ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 14:32:45 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.6ms)

Completed 200 OK in 65ms (Views: 61.9ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-21 14:32:48 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (2.0ms)

Completed 200 OK in 89ms (Views: 85.9ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 14:32:50 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.9ms)

Completed 200 OK in 51ms (Views: 47.7ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 14:32:58 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"N2cCqDIb+ww/RS3ycw7gxhWzxEVOvdAe/PNEfLTgvT0AuMchKFQ2ccDcyusGPdJHutD5AjfYlLNSuyPAs0fP+g==", "user"=>{"email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" IS NULL AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani2903@gmail.com"], ["password", "o110cw325gf527pA7014:808"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:32
Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.1ms)

Completed 200 OK in 39ms (Views: 34.6ms | ActiveRecord: 1.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 14:33:03 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"kVinPzeBvvJRD6C9j0fvor1UHrUFxzlfsaksNjeewfouLI92uHrmn6azDHZrtYUF/6RVLm2v4Q/xyCPAJ5K7uw==", "user"=>{"email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (2.1ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" IS NULL AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani2903@gmail.com"], ["password", ""], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:32
Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.0ms)

Completed 200 OK in 39ms (Views: 33.9ms | ActiveRecord: 2.1ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 14:33:06 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"RzDDvN/1oB8t25J66dZP7u6tpkGpFJfhk/Qv0+iTd5X4ROv1UA74ctpnPrENJCVJrF3t2sF8T7HTlSAl+J8N1A==", "user"=>{"email"=>"naveen.kewalramani2903@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" IS NULL AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani2903@gmail.com"], ["password", "f101"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:32
Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.2ms)

Completed 200 OK in 35ms (Views: 31.5ms | ActiveRecord: 0.5ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 14:33:38 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Gy98PlTLQd3C9TIQh2JuKro2PSqr/OK1SgveVZgbeH6kW1R32zAZsDVJnttjkASN+MZ2scOUOuUKatGjiBcCPw==", "user"=>{"email"=>"mohit@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" IS NULL AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "mohit@gmail.com"], ["password", "n109qi324ku545op765jj974v"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:32
Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.1ms)

Completed 200 OK in 68ms (Views: 63.9ms | ActiveRecord: 1.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 14:33:55 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"lHUgVPN0/JJR1KZXKW0KDeAOetcjNM4UrUNwK0hqLIQrAQgdfI+k/6ZoCpzNn2Cqov4xTEtcFkTtIn/dWGZWxQ==", "user"=>{"email"=>"mohit@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" IS NULL AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "mohit@gmail.com"], ["password", "n109qi324ku545op765jj974v"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:32
Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.3ms)

Completed 200 OK in 51ms (Views: 46.0ms | ActiveRecord: 1.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 14:34:00 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (5.9ms)

Completed 200 OK in 41ms (Views: 37.2ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 14:34:02 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.4ms)

Completed 200 OK in 41ms (Views: 39.2ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 14:34:26 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"w++yby985gmhGEHUNq563AxEbL+855ItOgPmNn7/eCX0MHfmNTMrdF6Bps1DnUhdoydR+MWC1oCUS4GKeVgK4g==", "user"=>{"email"=>"mohit@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (6.1ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" IS NULL AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "mohit@gmail.com"], ["password", "n109qi324ku545op765jj974v"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:32
Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.4ms)

Completed 200 OK in 48ms (Views: 38.8ms | ActiveRecord: 6.1ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 14:34:36 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"hvUBhnvvYxet3DyA8P1tX6ZF5Y1SLw60MyVGdN/v2Xs5gSnP9BQ7elpgkEsUDwf45LWuFjpH1uRzREmCz+OjOg==", "user"=>{"email"=>"test@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (5.9ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" IS NULL AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "test@gmail.com"], ["password", "u116gt332vu564gt780v"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:32
Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.1ms)

Completed 200 OK in 63ms (Views: 52.4ms | ActiveRecord: 5.9ms)

User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT $1  [["LIMIT", 1]]
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT $1  [["LIMIT", 1]]
User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "mohit"], ["LIMIT", 11]]

Started GET “/users/login” for 127.0.0.1 at 2019-01-21 15:04:02 +0530

ActionController::RoutingError (No route matches [GET] “/users/login”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/users/login” for 127.0.0.1 at 2019-01-21 15:17:31 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"dUkBOaX4f/RsqrznFJXCnnZKISXU2mQO+tKGR6sTj5HKPSlwKgMnmZsWECzwZ6g5NLpqvryyvF66s4mxux/10A==", "user"=>{"email"=>"mohit@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (2.3ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" IS NULL AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "mohit@gmail.com"], ["password", "n109qi324ku545op765jj974v"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:32
Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.6ms)

Completed 200 OK in 44ms (Views: 29.7ms | ActiveRecord: 10.4ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 15:17:34 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.7ms)

Completed 200 OK in 47ms (Views: 43.3ms | ActiveRecord: 0.0ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-21 15:17:59 +0530 Processing by UsersController#signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"39izvll5A7z3Vsv1ryXILMz1lrsV0a/EcOn2i0+Umk9lO3uYUItCQJz83BTRzNcrLHkJ1I2M9Xo6gn3/wnHBKA==", "user"=>{"username"=>"naveen1234", "email"=>"naveen1234@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"signup"}

Unpermitted parameter: :password_confirmation

User Load (1.1ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "naveen1234@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:14
User Load (0.7ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "naveen1234"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:17
 (0.3ms)  BEGIN
↳ app/controllers/users_controller.rb:21
User Exists (0.8ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "naveen1234"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:21
User Exists (0.6ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "naveen1234@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:21
User Create (0.9ms)  INSERT INTO "users" ("username", "email", "password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["username", "naveen1234"], ["email", "naveen1234@gmail.com"], ["password", "o110cw325gf527p2686447876"], ["created_at", "2019-01-21 09:47:59.997551"], ["updated_at", "2019-01-21 09:47:59.997551"]]
↳ app/controllers/users_controller.rb:21
 (386.3ms)  COMMIT
↳ app/controllers/users_controller.rb:21

Redirected to localhost:3000/urls/new Completed 302 Found in 405ms (ActiveRecord: 390.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 15:18:00 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 43ms (Views: 41.7ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-21 15:18:04 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"oWbqePKIVTY+0JZd5X9Hn7UKWmay+pWxG9EJUMsgPOAeEsIxfXMNW8lsOpYBjS049/oR/dqSTeFbsAam2yxGoQ==", "url"=>{"shorturl"=>"www.nav.com/tRUB"}, "commit"=>"Search"}
Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/tRUB"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:30

Redirected to localhost:3000/urls/7 Completed 302 Found in 31ms (ActiveRecord: 4.6ms)

Started GET “/urls/7” for 127.0.0.1 at 2019-01-21 15:18:04 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"7"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:25
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 28ms (Views: 24.7ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 15:18:05 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.4ms)

Completed 200 OK in 74ms (Views: 70.7ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 15:18:09 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"e2c5BlFMt5jlThZyXITIzTgbDUDxTf1sbokJDA//gByO01l/McliLB9U0/kE6e499ISqsq0aXq7BGG0diZInsg==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Search"}
Url Load (4.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7

Redirected to localhost:3000/urls/4 Completed 302 Found in 11ms (ActiveRecord: 4.0ms)

Started GET “/urls/4” for 127.0.0.1 at 2019-01-21 15:18:09 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:25
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.3ms)

Completed 200 OK in 52ms (Views: 49.3ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 15:18:10 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.9ms)

Completed 200 OK in 72ms (Views: 69.8ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 15:18:31 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 33ms (Views: 29.1ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 15:18:52 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"wI7c5qfX9rc1vLOzB0kHQFUqcEarNCGhktObxLk4eRt/+vSvKCyu2sIAH3jju23nF9o73cNc+fHSspQyqTQDWg==", "url"=>{"longurl"=>"https://guides.rubyonrails.org/getting_started.html", "domain"=>"guides.rubyonrails.org"}, "commit"=>"Search"}
Url Load (5.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://guides.rubyonrails.org/getting_started.html"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:15
Url Create (1.0ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://guides.rubyonrails.org/getting_started.html"], ["shorturl", "www.nav.com/3dlE"], ["domain", "guides.rubyonrails.org"], ["mdsum", 5124], ["created_at", "2019-01-21 09:48:52.075303"], ["updated_at", "2019-01-21 09:48:52.075303"]]
↳ app/controllers/urls_controller.rb:15
 (1.3ms)  COMMIT
↳ app/controllers/urls_controller.rb:15

Redirected to localhost:3000/urls/20 Completed 302 Found in 17ms (ActiveRecord: 7.8ms)

Started GET “/urls/20” for 127.0.0.1 at 2019-01-21 15:18:52 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"20"}
Url Load (1.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:25
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 36ms (Views: 31.0ms | ActiveRecord: 1.1ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 15:18:57 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 50ms (Views: 45.8ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 15:19:10 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"hkKws/R0xrrUxuBYJyNiGslooZX/OkprhupvKXgpMGVz9tDKlPETDi7cJdN/TkTqBfcGZ6Nt6akpews4/kSXyw==", "url"=>{"longurl"=>"https://redis.io/topics/introduction", "domain"=>"redis.io"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://redis.io/topics/introduction"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:15
Url Create (1.2ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://redis.io/topics/introduction"], ["shorturl", "www.nav.com/ZU6C"], ["domain", "redis.io"], ["mdsum", 3578], ["created_at", "2019-01-21 09:49:10.056711"], ["updated_at", "2019-01-21 09:49:10.056711"]]
↳ app/controllers/urls_controller.rb:15
 (40.8ms)  COMMIT
↳ app/controllers/urls_controller.rb:15

Redirected to localhost:3000/urls/21 Completed 302 Found in 50ms (ActiveRecord: 42.7ms)

Started GET “/urls/21” for 127.0.0.1 at 2019-01-21 15:19:10 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"21"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 21], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:25
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 21ms (Views: 18.9ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 15:19:12 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.1ms)

Completed 200 OK in 55ms (Views: 47.8ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 15:19:23 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"l2LxuHOXtaEArDlzl96dDkP8N2FRs6XsTIXDPlZT/vBi1pHBExJgFfq2/PjPs7v+j2OQkw3kBi7jFKcv0D5ZXg==", "url"=>{"longurl"=>"https://redis.io/topics/replication", "domain"=>"redis.io"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://redis.io/topics/replication"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:15
Url Create (1.0ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://redis.io/topics/replication"], ["shorturl", "www.nav.com/XI5C"], ["domain", "redis.io"], ["mdsum", 3442], ["created_at", "2019-01-21 09:49:23.576867"], ["updated_at", "2019-01-21 09:49:23.576867"]]
↳ app/controllers/urls_controller.rb:15
 (0.7ms)  COMMIT
↳ app/controllers/urls_controller.rb:15

Redirected to localhost:3000/urls/22 Completed 302 Found in 31ms (ActiveRecord: 2.5ms)

Started GET “/urls/22” for 127.0.0.1 at 2019-01-21 15:19:23 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"22"}
Url Load (1.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 22], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:25
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.3ms)

Completed 200 OK in 30ms (Views: 26.1ms | ActiveRecord: 1.1ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 15:19:25 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.2ms)

Completed 200 OK in 47ms (Views: 43.5ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 15:19:39 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.9ms)

Completed 200 OK in 38ms (Views: 35.6ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 15:19:44 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"m+ozR3AdxSL9y4+l9RqSCqtmOMuo1lTj25QmK55WN2IknhsO/+adTwp3I24R6Pit6ZZzUMC+jLOb9SndjlpNIw==", "url"=>{"longurl"=>"https://redis.io/documentation", "domain"=>"redis.io"}, "commit"=>"Search"}
Url Load (2.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://redis.io/documentation"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
 (0.8ms)  BEGIN
↳ app/controllers/urls_controller.rb:15
Url Create (1.0ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://redis.io/documentation"], ["shorturl", "www.nav.com/L&0B"], ["domain", "redis.io"], ["mdsum", 2961], ["created_at", "2019-01-21 09:49:44.359268"], ["updated_at", "2019-01-21 09:49:44.359268"]]
↳ app/controllers/urls_controller.rb:15
 (41.0ms)  COMMIT
↳ app/controllers/urls_controller.rb:15

Redirected to localhost:3000/urls/23 Completed 302 Found in 54ms (ActiveRecord: 45.1ms)

Started GET “/urls/23” for 127.0.0.1 at 2019-01-21 15:19:44 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"23"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 23], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:25
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 23ms (Views: 20.2ms | ActiveRecord: 0.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 15:19:45 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.7ms)

Completed 200 OK in 48ms (Views: 44.0ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 15:20:07 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"N41zfcuVWdAG3KF5bXGIDUZEzRnAqYFfQr8cwLqG1F/CORMEqxCMZPzGZPI1HK79ittq65z+Ip3tLnjRPOtz8Q==", "url"=>{"longurl"=>"https://blog.storagecraft.com/5-common-encryption-algorithms/", "domain"=>"blog.storagecraft.com"}, "commit"=>"Search"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://blog.storagecraft.com/5-common-encryption-algorithms/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:15
Url Create (1.3ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://blog.storagecraft.com/5-common-encryption-algorithms/"], ["shorturl", "www.nav.com/hstE"], ["domain", "blog.storagecraft.com"], ["mdsum", 5943], ["created_at", "2019-01-21 09:50:07.284025"], ["updated_at", "2019-01-21 09:50:07.284025"]]
↳ app/controllers/urls_controller.rb:15
 (40.7ms)  COMMIT
↳ app/controllers/urls_controller.rb:15

Redirected to localhost:3000/urls/24 Completed 302 Found in 65ms (ActiveRecord: 43.1ms)

Started GET “/urls/24” for 127.0.0.1 at 2019-01-21 15:20:07 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"24"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 24], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:25
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 35ms (Views: 32.7ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 15:26:42 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 28ms (Views: 27.2ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 15:39:53 +0530

 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.0ms)

Completed 200 OK in 320ms (Views: 293.3ms | ActiveRecord: 5.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-21 15:39:58 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.1ms)

Completed 200 OK in 42ms (Views: 40.3ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 15:40:02 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 116ms (Views: 68.9ms | ActiveRecord: 27.4ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 15:42:06 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 32ms (Views: 29.4ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 15:42:07 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.7ms)

Completed 200 OK in 31ms (Views: 29.8ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 15:42:07 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (1.6ms)

Completed 200 OK in 25ms (Views: 23.6ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 15:42:07 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (1.8ms)

Completed 200 OK in 30ms (Views: 27.9ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 15:42:08 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 29ms (Views: 27.1ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 15:42:08 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.9ms)

Completed 200 OK in 54ms (Views: 53.0ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 15:42:09 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.0ms)

Completed 200 OK in 27ms (Views: 25.2ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 15:42:09 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.7ms)

Completed 200 OK in 26ms (Views: 25.4ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 15:42:09 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 32ms (Views: 30.4ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 15:42:09 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.7ms)

Completed 200 OK in 36ms (Views: 34.9ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 15:42:10 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.4ms)

Completed 200 OK in 28ms (Views: 25.6ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 15:42:10 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (1.8ms)

Completed 200 OK in 52ms (Views: 50.1ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-21 15:42:12 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.1ms)

Completed 200 OK in 37ms (Views: 34.2ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 15:42:13 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 56ms (Views: 50.9ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 15:42:56 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.3ms)

Completed 200 OK in 47ms (Views: 42.8ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 15:42:58 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (7.0ms)

Completed 200 OK in 70ms (Views: 65.4ms | ActiveRecord: 0.0ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-21 15:43:22 +0530 Processing by UsersController#signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"5z1W6HLBNy7xs3NxxxyuTnNkKCTsviCbKH8eTmef0Ahd3p7OezN20poZZJC59bFJk+i3S3TjeiViFJU66nqLbw==", "user"=>{"username"=>"naveen_kewalramani", "email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"signup"}

Unpermitted parameter: :password_confirmation

User Load (1.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "naveen.kewalramani@proptiger.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:14
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "naveen_kewalramani"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:17
 (0.3ms)  BEGIN
↳ app/controllers/users_controller.rb:21
User Exists (0.6ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "naveen_kewalramani"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:21
User Exists (0.7ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "naveen.kewalramani@proptiger.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:21
User Create (0.8ms)  INSERT INTO "users" ("username", "email", "password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["username", "naveen_kewalramani"], ["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["created_at", "2019-01-21 10:13:22.930887"], ["updated_at", "2019-01-21 10:13:22.930887"]]
↳ app/controllers/users_controller.rb:21
 (648.6ms)  COMMIT
↳ app/controllers/users_controller.rb:21

Redirected to localhost:3000/urls/new Completed 302 Found in 668ms (ActiveRecord: 653.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 15:43:23 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.5ms)

Completed 200 OK in 41ms (Views: 26.4ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 15:45:30 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 41ms (Views: 25.9ms | ActiveRecord: 3.9ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 15:45:37 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.0ms)

Completed 200 OK in 53ms (Views: 23.3ms | ActiveRecord: 15.9ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 15:45:49 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"l3a14+zs0zz13J65A7g+ATL1Cy5cCQYCayKWD9dQOp2gqXBq9qMeQQpFeaB2iwyAnZY2aSVsQq/FavGz0PdIWg==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.8ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" IS NULL AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:41
Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.4ms)

Completed 200 OK in 38ms (Views: 32.4ms | ActiveRecord: 0.8ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 15:45:54 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"FLthreaatxjxzUlCafop96kcaShW+UUZFEMHaYhwqp2rz0nkaWHvdQZx5YmNCENQ6+wisz6RnUlUIgifmHzQ3A==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (2.4ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" IS NULL AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:41
Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.2ms)

Completed 200 OK in 39ms (Views: 32.1ms | ActiveRecord: 2.4ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 15:46:01 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"YUZ9eg5sd5o5Eelp7kwCYjfAf4Om9tIQRwLqTYffo4zeMlUzgZcv986tRaIKvmjFdTA0GM6eCkAHY+W7l9PZzQ==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" IS NULL AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:41
Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.3ms)

Completed 200 OK in 46ms (Views: 42.7ms | ActiveRecord: 0.5ms)

Started GET “/users/login” for 127.0.0.1 at 2019-01-21 15:46:04 +0530

ActionController::RoutingError (No route matches [GET] “/users/login”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/users/login” for 127.0.0.1 at 2019-01-21 15:46:17 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"HLpq2VPR+As2t3pqlZ5kYfn2EuZ7S109Ewfc0ddctJOjzkKQ3CqgZsEL1qFxbA7GuwZZfRMjhW1TZtMnx1DO0g==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."username" IS NULL AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:41
Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.2ms)

Completed 200 OK in 38ms (Views: 34.7ms | ActiveRecord: 0.5ms)

Started GET “/” for 127.0.0.1 at 2019-01-21 15:47:32 +0530

 (1.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (16.1ms)

Completed 500 Internal Server Error in 50ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

22: <h2><i>WELCOME TO LOGIN PAGE</i></h2>
23: <div class="Login_Form">
24:   <h1>Login</h1>
25:   <%= form_for @user, :url => users_login_path do |t| %>
26:     <p> Email:</br> <%= t.text_field :email%> </p>
27:     <p> Password:</br> <%= t.password_field :password%></p>
28:     <%= t.submit :login_new %>

app/views/users/login.html.erb:25:in `_app_views_users_login_html_erb___2761453635593054216_70123660436640' app/controllers/application_controller.rb:9:in `check_header' Started GET “/” for 127.0.0.1 at 2019-01-21 15:48:21 +0530 Processing by UsersController#homepage as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (9.1ms)

Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

22: <h2><i>WELCOME TO LOGIN PAGE</i></h2>
23: <div class="Login_Form">
24:   <h1>Login</h1>
25:   <%= form_for @user, :url => users_login_path do |t| %>
26:     <p> Email:</br> <%= t.text_field :email%> </p>
27:     <p> Password:</br> <%= t.password_field :password%></p>
28:     <%= t.submit :login_new %>

app/views/users/login.html.erb:25:in `_app_views_users_login_html_erb___2761453635593054216_70123654911880' app/controllers/application_controller.rb:9:in `check_header' Started GET “/” for 127.0.0.1 at 2019-01-21 15:48:22 +0530 Processing by UsersController#homepage as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (4.4ms)

Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

22: <h2><i>WELCOME TO LOGIN PAGE</i></h2>
23: <div class="Login_Form">
24:   <h1>Login</h1>
25:   <%= form_for @user, :url => users_login_path do |t| %>
26:     <p> Email:</br> <%= t.text_field :email%> </p>
27:     <p> Password:</br> <%= t.password_field :password%></p>
28:     <%= t.submit :login_new %>

app/views/users/login.html.erb:25:in `_app_views_users_login_html_erb___2761453635593054216_70123653804240' app/controllers/application_controller.rb:9:in `check_header' Started GET “/” for 127.0.0.1 at 2019-01-21 15:51:00 +0530 Processing by UsersController#homepage as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (7.1ms)

Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

22: <h2><i>WELCOME TO LOGIN PAGE</i></h2>
23: <div class="Login_Form">
24:   <h1>Login</h1>
25:   <%= form_for @user, :url => users_login_path do |t| %>
26:     <p> Username:</br> <%= t.text_field :username%> </p>
27:     <p> Email:</br> <%= t.text_field :email%> </p>
28:     <p> Password:</br> <%= t.password_field :password%></p>

app/views/users/login.html.erb:25:in `_app_views_users_login_html_erb___2761453635593054216_70123654623440' app/controllers/application_controller.rb:9:in `check_header' Started GET “/” for 127.0.0.1 at 2019-01-21 15:51:03 +0530 Processing by UsersController#homepage as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (6.4ms)

Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

22: <h2><i>WELCOME TO LOGIN PAGE</i></h2>
23: <div class="Login_Form">
24:   <h1>Login</h1>
25:   <%= form_for @user, :url => users_login_path do |t| %>
26:     <p> Username:</br> <%= t.text_field :username%> </p>
27:     <p> Email:</br> <%= t.text_field :email%> </p>
28:     <p> Password:</br> <%= t.password_field :password%></p>

app/views/users/login.html.erb:25:in `_app_views_users_login_html_erb___2761453635593054216_70123660774460' app/controllers/application_controller.rb:9:in `check_header' Started GET “/” for 127.0.0.1 at 2019-01-21 15:55:27 +0530 Processing by UsersController#homepage as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.4ms)

Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.0ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:23: syntax error, unexpected ')', expecting then or ';' or 'n' …ssion == false );@output_buffer.safe_append=' … ^ /Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:26: syntax error, unexpected else …ze;@output_buffer.append=( else );@output_buffer.safe_append… … ^~~~ /Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:42: syntax error, unexpected end …eze;@output_buffer.append=( end ); … ^~~ /Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:45: syntax error, unexpected ensure, expecting ')'

ensure
^~~~~~

/Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:47: syntax error, unexpected end, expecting ')'

end
^~~):

app/views/users/login.html.erb:23: syntax error, unexpected ')', expecting then or ';' or 'n' app/views/users/login.html.erb:26: syntax error, unexpected else app/views/users/login.html.erb:42: syntax error, unexpected end app/views/users/login.html.erb:45: syntax error, unexpected ensure, expecting ')' app/views/users/login.html.erb:47: syntax error, unexpected end, expecting ')' app/controllers/application_controller.rb:9:in `check_header' Started GET “/” for 127.0.0.1 at 2019-01-21 15:55:56 +0530 Processing by UsersController#homepage as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.5ms)

Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.0ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:23: syntax error, unexpected ')', expecting then or ';' or 'n' … if session == nil );@output_buffer.safe_append=' … ^ /Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:26: syntax error, unexpected else …ze;@output_buffer.append=( else );@output_buffer.safe_append… … ^~~~ /Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:42: syntax error, unexpected end …eze;@output_buffer.append=( end ); … ^~~ /Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:45: syntax error, unexpected ensure, expecting ')'

ensure
^~~~~~

/Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:47: syntax error, unexpected end, expecting ')'

end
^~~):

app/views/users/login.html.erb:23: syntax error, unexpected ')', expecting then or ';' or 'n' app/views/users/login.html.erb:26: syntax error, unexpected else app/views/users/login.html.erb:42: syntax error, unexpected end app/views/users/login.html.erb:45: syntax error, unexpected ensure, expecting ')' app/views/users/login.html.erb:47: syntax error, unexpected end, expecting ')' app/controllers/application_controller.rb:9:in `check_header' Started GET “/” for 127.0.0.1 at 2019-01-21 15:55:56 +0530 Processing by UsersController#homepage as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.4ms)

Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.0ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:23: syntax error, unexpected ')', expecting then or ';' or 'n' … if session == nil );@output_buffer.safe_append=' … ^ /Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:26: syntax error, unexpected else …ze;@output_buffer.append=( else );@output_buffer.safe_append… … ^~~~ /Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:42: syntax error, unexpected end …eze;@output_buffer.append=( end ); … ^~~ /Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:45: syntax error, unexpected ensure, expecting ')'

ensure
^~~~~~

/Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:47: syntax error, unexpected end, expecting ')'

end
^~~):

app/views/users/login.html.erb:23: syntax error, unexpected ')', expecting then or ';' or 'n' app/views/users/login.html.erb:26: syntax error, unexpected else app/views/users/login.html.erb:42: syntax error, unexpected end app/views/users/login.html.erb:45: syntax error, unexpected ensure, expecting ')' app/views/users/login.html.erb:47: syntax error, unexpected end, expecting ')' app/controllers/application_controller.rb:9:in `check_header' Started GET “/” for 127.0.0.1 at 2019-01-21 15:56:30 +0530 Processing by UsersController#homepage as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.4ms)

Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.0ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:23: syntax error, unexpected ')', expecting then or ';' or 'n' …f (session == nil) );@output_buffer.safe_append=' … ^ /Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:26: syntax error, unexpected else …ze;@output_buffer.append=( else );@output_buffer.safe_append… … ^~~~ /Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:42: syntax error, unexpected end …eze;@output_buffer.append=( end ); … ^~~ /Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:45: syntax error, unexpected ensure, expecting ')'

ensure
^~~~~~

/Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:47: syntax error, unexpected end, expecting ')'

end
^~~):

app/views/users/login.html.erb:23: syntax error, unexpected ')', expecting then or ';' or 'n' app/views/users/login.html.erb:26: syntax error, unexpected else app/views/users/login.html.erb:42: syntax error, unexpected end app/views/users/login.html.erb:45: syntax error, unexpected ensure, expecting ')' app/views/users/login.html.erb:47: syntax error, unexpected end, expecting ')' app/controllers/application_controller.rb:9:in `check_header' Started GET “/” for 127.0.0.1 at 2019-01-21 15:57:44 +0530 Processing by UsersController#homepage as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (0.9ms)

Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.0ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:23: syntax error, unexpected ')', expecting then or ';' or 'n' … if session == nil );@output_buffer.safe_append=' … ^ /Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:26: syntax error, unexpected else …ze;@output_buffer.append=( else );@output_buffer.safe_append… … ^~~~ /Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:42: syntax error, unexpected end …eze;@output_buffer.append=( end ); … ^~~ /Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:45: syntax error, unexpected ensure, expecting ')'

ensure
^~~~~~

/Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:47: syntax error, unexpected end, expecting ')'

end
^~~):

app/views/users/login.html.erb:23: syntax error, unexpected ')', expecting then or ';' or 'n' app/views/users/login.html.erb:26: syntax error, unexpected else app/views/users/login.html.erb:42: syntax error, unexpected end app/views/users/login.html.erb:45: syntax error, unexpected ensure, expecting ')' app/views/users/login.html.erb:47: syntax error, unexpected end, expecting ')' app/controllers/application_controller.rb:9:in `check_header' Started GET “/” for 127.0.0.1 at 2019-01-21 16:01:07 +0530 Processing by UsersController#homepage as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (0.5ms)

Filter chain halted as :check_header rendered or redirected Completed 200 OK in 321ms (Views: 319.7ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-21 16:01:25 +0530 Processing by UsersController#homepage as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.4ms)

Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.0ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:23: syntax error, unexpected ')', expecting then or ';' or 'n' … if session == nil );@output_buffer.safe_append=' … ^ /Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:26: syntax error, unexpected else …ze;@output_buffer.append=( else );@output_buffer.safe_append… … ^~~~ /Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:42: syntax error, unexpected end …eze;@output_buffer.append=( end ); … ^~~ /Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:45: syntax error, unexpected ensure, expecting ')'

ensure
^~~~~~

/Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:47: syntax error, unexpected end, expecting ')'

end
^~~):

app/views/users/login.html.erb:23: syntax error, unexpected ')', expecting then or ';' or 'n' app/views/users/login.html.erb:26: syntax error, unexpected else app/views/users/login.html.erb:42: syntax error, unexpected end app/views/users/login.html.erb:45: syntax error, unexpected ensure, expecting ')' app/views/users/login.html.erb:47: syntax error, unexpected end, expecting ')' app/controllers/application_controller.rb:9:in `check_header' Started GET “/” for 127.0.0.1 at 2019-01-21 16:03:06 +0530 Processing by UsersController#homepage as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.0ms)

Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.0ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:23: syntax error, unexpected ')', expecting then or ';' or 'n' …=( if session==nil );@output_buffer.safe_append=' … ^ /Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:26: syntax error, unexpected else …ze;@output_buffer.append=( else );@output_buffer.safe_append… … ^~~~ /Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:42: syntax error, unexpected end …eze;@output_buffer.append=( end ); … ^~~ /Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:45: syntax error, unexpected ensure, expecting ')'

ensure
^~~~~~

/Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:47: syntax error, unexpected end, expecting ')'

end
^~~):

app/views/users/login.html.erb:23: syntax error, unexpected ')', expecting then or ';' or 'n' app/views/users/login.html.erb:26: syntax error, unexpected else app/views/users/login.html.erb:42: syntax error, unexpected end app/views/users/login.html.erb:45: syntax error, unexpected ensure, expecting ')' app/views/users/login.html.erb:47: syntax error, unexpected end, expecting ')' app/controllers/application_controller.rb:9:in `check_header' Started GET “/” for 127.0.0.1 at 2019-01-21 16:03:07 +0530 Processing by UsersController#homepage as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.2ms)

Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:23: syntax error, unexpected ')', expecting then or ';' or 'n' …=( if session==nil );@output_buffer.safe_append=' … ^ /Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:26: syntax error, unexpected else …ze;@output_buffer.append=( else );@output_buffer.safe_append… … ^~~~ /Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:42: syntax error, unexpected end …eze;@output_buffer.append=( end ); … ^~~ /Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:45: syntax error, unexpected ensure, expecting ')'

ensure
^~~~~~

/Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:47: syntax error, unexpected end, expecting ')'

end
^~~):

app/views/users/login.html.erb:23: syntax error, unexpected ')', expecting then or ';' or 'n' app/views/users/login.html.erb:26: syntax error, unexpected else app/views/users/login.html.erb:42: syntax error, unexpected end app/views/users/login.html.erb:45: syntax error, unexpected ensure, expecting ')' app/views/users/login.html.erb:47: syntax error, unexpected end, expecting ')' app/controllers/application_controller.rb:9:in `check_header' Started GET “/” for 127.0.0.1 at 2019-01-21 16:03:38 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.0ms)

Completed 200 OK in 28ms (Views: 26.7ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:03:41 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (0.9ms)

Completed 500 Internal Server Error in 35ms (ActiveRecord: 9.2ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:23: syntax error, unexpected ')', expecting then or ';' or 'n' …=( if session==nil );@output_buffer.safe_append=' … ^ /Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:26: syntax error, unexpected else …ze;@output_buffer.append=( else );@output_buffer.safe_append… … ^~~~ /Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:42: syntax error, unexpected end …eze;@output_buffer.append=( end ); … ^~~ /Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:45: syntax error, unexpected ensure, expecting ')'

ensure
^~~~~~

/Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:47: syntax error, unexpected end, expecting ')'

end
^~~):

app/views/users/login.html.erb:23: syntax error, unexpected ')', expecting then or ';' or 'n' app/views/users/login.html.erb:26: syntax error, unexpected else app/views/users/login.html.erb:42: syntax error, unexpected end app/views/users/login.html.erb:45: syntax error, unexpected ensure, expecting ')' app/views/users/login.html.erb:47: syntax error, unexpected end, expecting ')' Started GET “/” for 127.0.0.1 at 2019-01-21 16:03:51 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.9ms)

Completed 200 OK in 40ms (Views: 38.4ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 16:03:52 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (8.0ms)

Completed 200 OK in 68ms (Views: 36.9ms | ActiveRecord: 11.9ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 16:03:57 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.1ms)

Completed 200 OK in 37ms (Views: 34.5ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 16:03:58 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (1.7ms)

Completed 200 OK in 26ms (Views: 24.7ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 16:03:59 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.0ms)

Completed 200 OK in 26ms (Views: 24.8ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 16:03:59 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (1.8ms)

Completed 200 OK in 30ms (Views: 28.3ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 16:03:59 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (19.8ms)

Completed 200 OK in 49ms (Views: 47.7ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 16:04:00 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.9ms)

Completed 200 OK in 40ms (Views: 38.6ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 16:04:00 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.1ms)

Completed 200 OK in 53ms (Views: 49.0ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 16:04:00 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (5.0ms)

Completed 200 OK in 52ms (Views: 49.5ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 16:04:00 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.8ms)

Completed 200 OK in 42ms (Views: 40.3ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 16:04:00 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (4.0ms)

Completed 200 OK in 52ms (Views: 50.2ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 16:04:01 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.5ms)

Completed 200 OK in 65ms (Views: 62.5ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 16:04:01 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (4.8ms)

Completed 200 OK in 44ms (Views: 42.4ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 16:04:01 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (1.8ms)

Completed 200 OK in 36ms (Views: 33.7ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 16:04:01 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (4.3ms)

Completed 200 OK in 46ms (Views: 44.2ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 16:04:02 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.9ms)

Completed 200 OK in 53ms (Views: 50.4ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 16:04:02 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.6ms)

Completed 200 OK in 36ms (Views: 34.9ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 16:04:02 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.9ms)

Completed 200 OK in 45ms (Views: 43.2ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 16:04:02 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.0ms)

Completed 200 OK in 65ms (Views: 62.5ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 16:04:03 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (4.9ms)

Completed 200 OK in 47ms (Views: 45.5ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 16:04:03 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.5ms)

Completed 200 OK in 50ms (Views: 48.3ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 16:04:03 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 41ms (Views: 39.3ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 16:04:03 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.1ms)

Completed 200 OK in 33ms (Views: 31.2ms | ActiveRecord: 0.0ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-21 16:04:21 +0530 Processing by UsersController#signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"4YeEbqyj5fJNzMWjOzc+dMVmdLdp1DIOGQijQY4JQmBe86wnI1i9n7pwaWjfxVTTh5Y/LAG86l5Zaay3ngU4IQ==", "user"=>{"username"=>"naveen_kewalramani", "email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"signup"}

Unpermitted parameter: :password_confirmation

User Load (1.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "naveen.kewalramani@proptiger.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:14
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (4.1ms)

Completed 200 OK in 39ms (Views: 32.2ms | ActiveRecord: 1.6ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:04:23 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.6ms)

Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:23: syntax error, unexpected ')', expecting then or ';' or 'n' …=( if session==nil );@output_buffer.safe_append=' … ^ /Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:26: syntax error, unexpected else …ze;@output_buffer.append=( else );@output_buffer.safe_append… … ^~~~ /Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:42: syntax error, unexpected end …eze;@output_buffer.append=( end ); … ^~~ /Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:45: syntax error, unexpected ensure, expecting ')'

ensure
^~~~~~

/Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:47: syntax error, unexpected end, expecting ')'

end
^~~):

app/views/users/login.html.erb:23: syntax error, unexpected ')', expecting then or ';' or 'n' app/views/users/login.html.erb:26: syntax error, unexpected else app/views/users/login.html.erb:42: syntax error, unexpected end app/views/users/login.html.erb:45: syntax error, unexpected ensure, expecting ')' app/views/users/login.html.erb:47: syntax error, unexpected end, expecting ')' Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:08:18 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.1ms)

Completed 200 OK in 50ms (Views: 48.1ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:08:20 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.0ms)

Completed 200 OK in 32ms (Views: 30.8ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:08:21 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.3ms)

Completed 200 OK in 33ms (Views: 30.6ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:08:21 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.6ms)

Completed 200 OK in 27ms (Views: 25.8ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:08:21 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.2ms)

Completed 200 OK in 39ms (Views: 35.9ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:08:22 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.8ms)

Completed 200 OK in 33ms (Views: 31.6ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:08:22 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.2ms)

Completed 200 OK in 42ms (Views: 40.5ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:08:22 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.8ms)

Completed 200 OK in 32ms (Views: 29.9ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:08:22 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.7ms)

Completed 200 OK in 32ms (Views: 29.5ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:08:23 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.5ms)

Completed 200 OK in 37ms (Views: 34.3ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:08:23 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.1ms)

Completed 200 OK in 30ms (Views: 29.1ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:08:24 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.3ms)

Completed 200 OK in 34ms (Views: 31.8ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:08:24 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.8ms)

Completed 200 OK in 35ms (Views: 33.4ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:08:26 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.6ms)

Completed 200 OK in 58ms (Views: 56.5ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:08:27 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.5ms)

Completed 200 OK in 29ms (Views: 26.9ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:08:55 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.9ms)

Completed 200 OK in 54ms (Views: 36.6ms | ActiveRecord: 6.3ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:08:55 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.6ms)

Completed 200 OK in 33ms (Views: 31.7ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:08:56 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.8ms)

Completed 200 OK in 30ms (Views: 29.0ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:08:58 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.1ms)

Completed 200 OK in 47ms (Views: 45.4ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:09:06 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (5.0ms)

Completed 200 OK in 60ms (Views: 40.6ms | ActiveRecord: 6.8ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:09:07 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.6ms)

Completed 200 OK in 30ms (Views: 29.0ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-21 16:09:09 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.8ms)

Completed 200 OK in 37ms (Views: 35.4ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 16:09:10 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.3ms)

Completed 200 OK in 63ms (Views: 59.4ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:09:13 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.7ms)

Completed 200 OK in 70ms (Views: 66.3ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:09:17 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.5ms)

Completed 200 OK in 54ms (Views: 49.2ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:10:00 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.2ms)

Completed 200 OK in 50ms (Views: 32.5ms | ActiveRecord: 4.8ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 16:10:08 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"xQUDTM9MgFKyH4JsKA0AEg+KCh1ywNhW1RpMgQRJRlB6cSsFQLfYP0WjLqfM/2q1TXpBhhqoAAaVe0N3FEU8EQ==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:41

Redirected to localhost:3000/urls/new Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 16:10:08 +0530 Processing by UrlsController#new as HTML Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.0ms)

ActionView::MissingTemplate (Missing template urls/login, application/login with {:locale=>, :formats=>[:html, :text, :js, :css, :ics, :csv, :vcf, :vtt, :png, :jpeg, :gif, :bmp, :tiff, :svg, :mpeg, :mp3, :ogg, :m4a, :webm, :mp4, :otf, :ttf, :woff, :woff2, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json, :pdf, :zip, :gzip], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby, :coffee, :jbuilder]}. Searched in:

"/Users/naveen/Documents/Internship/projectIntern/app/views"

):

app/controllers/application_controller.rb:10:in `check_header' Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 16:10:40 +0530 Processing by UrlsController#new as HTML Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms)

ActionView::MissingTemplate (Missing template urls/login, application/login with {:locale=>, :formats=>[:html, :text, :js, :css, :ics, :csv, :vcf, :vtt, :png, :jpeg, :gif, :bmp, :tiff, :svg, :mpeg, :mp3, :ogg, :m4a, :webm, :mp4, :otf, :ttf, :woff, :woff2, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json, :pdf, :zip, :gzip], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby, :coffee, :jbuilder]}. Searched in:

"/Users/naveen/Documents/Internship/projectIntern/app/views"

):

app/controllers/application_controller.rb:10:in `check_header' Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 16:10:41 +0530 Processing by UrlsController#new as HTML Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)

ActionView::MissingTemplate (Missing template urls/login, application/login with {:locale=>, :formats=>[:html, :text, :js, :css, :ics, :csv, :vcf, :vtt, :png, :jpeg, :gif, :bmp, :tiff, :svg, :mpeg, :mp3, :ogg, :m4a, :webm, :mp4, :otf, :ttf, :woff, :woff2, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json, :pdf, :zip, :gzip], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby, :coffee, :jbuilder]}. Searched in:

"/Users/naveen/Documents/Internship/projectIntern/app/views"

):

app/controllers/application_controller.rb:10:in `check_header' Started GET “/” for 127.0.0.1 at 2019-01-21 16:11:55 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:11:55 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:11:55 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:11:55 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:11:55 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:11:55 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:11:55 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:11:55 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:11:55 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:11:55 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:11:55 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:11:55 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:11:55 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:11:55 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:11:55 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:11:55 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:11:55 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:11:55 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:11:55 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:11:55 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:11:56 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:11:56 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:11:56 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:11:56 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:11:56 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:11:56 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:11:56 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:11:56 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:11:56 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:11:56 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:11:56 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:11:56 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:11:56 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:11:56 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:11:56 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:11:56 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:11:56 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:11:56 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 4ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:11:56 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:11:56 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:12:01 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:12:01 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:12:01 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:12:01 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:12:01 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:12:01 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:12:01 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:12:01 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:12:01 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:12:01 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:12:01 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:12:01 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:12:01 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:12:01 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:12:01 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:12:01 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:12:01 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:12:01 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:12:01 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/homepage” for 127.0.0.1 at 2019-01-21 16:12:01 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/homepage Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-21 16:12:46 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:12:46 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:12:46 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:12:46 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:12:46 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:12:46 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:12:46 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:12:46 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:12:46 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:12:46 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:12:46 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:12:46 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:12:46 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:12:46 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:12:46 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 17ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:12:46 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:12:46 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:12:46 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:12:46 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:12:46 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:12:48 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:12:48 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:12:48 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:12:48 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:12:48 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:12:48 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:12:48 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:12:48 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:12:48 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:12:48 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:12:48 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:12:48 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:12:48 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:12:48 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:12:48 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:12:48 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:12:48 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:12:48 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:12:48 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:12:48 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-21 16:12:59 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.7ms)

Completed 200 OK in 65ms (Views: 51.3ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:13:02 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (4.0ms)

Completed 200 OK in 96ms (Views: 48.3ms | ActiveRecord: 16.5ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 16:13:18 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"VDcJ8J7lybYEWGksx2oRFGhf3urP2xHH9V/KQvpGFBJj6Mx5hKoEy/vBjjWyWSOVxzzjrba+VWpbF63+/eFm1Q==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.9ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "Q80TP241RU405KH549GS700"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:41
Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.9ms)

Completed 200 OK in 63ms (Views: 53.6ms | ActiveRecord: 0.9ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 16:13:22 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"khzWdVMtP36BpvA3FNhBTmYpXKrd0cfn4lpv+oUKqfktaP483NZnE3YaXPzwKivpJNkXMbW5H7eiO2AMlQbTuA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "Q80TP241RU405KH549GS700"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:41
Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.0ms)

Completed 200 OK in 32ms (Views: 29.1ms | ActiveRecord: 0.5ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 16:14:06 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"y3kjxb6hYp3tJs7jZU7GPuFVBtZS3VheEXmZY5ynII10DQuMMVo68BqaYiiBvKyZo6VNTTq1gA5RGJaVjKtazA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.8ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:41

Redirected to localhost:3000/urls/new Completed 302 Found in 6ms (ActiveRecord: 0.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 16:14:06 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 38ms (Views: 21.6ms | ActiveRecord: 2.9ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 16:15:49 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"aBqDMtABbaHJBu98OjVRUfZM6tN0Gow0KsvIXskNJJPXbqt7X/o1zD66Q7fexzv2tLyhSBxyVGRqqseo2QFe0g==", "url"=>{"longurl"=>"askdjh", "domain"=>"facebook"}, "commit"=>"Search"}
Url Load (1.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "askdjh"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:15
 (0.3ms)  ROLLBACK
↳ app/controllers/urls_controller.rb:15
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.6ms)

Completed 200 OK in 39ms (Views: 28.1ms | ActiveRecord: 1.8ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 16:16:01 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"jsDmfVPhGYfr5raM/cinLlSu0RiOUaV5ZPdLHyD94tsxtM403BpB6hxaGkcZOs2JFl6ag+Y5fSkklkTpMPGYmg==", "url"=>{"longurl"=>"askdjh.com/thdhd", "domain"=>"facebook"}, "commit"=>"Search"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "askdjh.com/thdhd"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:15
Url Create (1.7ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "askdjh.com/thdhd"], ["shorturl", "www.nav.com/WUNA"], ["domain", "facebook"], ["mdsum", 1565], ["created_at", "2019-01-21 10:46:01.024581"], ["updated_at", "2019-01-21 10:46:01.024581"]]
↳ app/controllers/urls_controller.rb:15
 (41.5ms)  COMMIT
↳ app/controllers/urls_controller.rb:15

Redirected to localhost:3000/urls/25 Completed 302 Found in 52ms (ActiveRecord: 44.1ms)

Started GET “/urls/25” for 127.0.0.1 at 2019-01-21 16:16:01 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"25"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 25], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:25
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 24ms (Views: 19.7ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 16:16:03 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.7ms)

Completed 200 OK in 57ms (Views: 53.5ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 16:17:22 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"EkByXpO28z6/9bKslmtgOMW6vn+yUMkjZeqcJCZ3333n9BIn8zMmikXvdyfOBkbICSUZje4HauHKe/g1oBp40w==", "url"=>{"longurl"=>"www.proptiger.com/rentals", "domain"=>"proptiger.com"}, "commit"=>"Search"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.proptiger.com/rentals"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:15
Url Create (0.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.proptiger.com/rentals"], ["shorturl", "www.nav.com/QpXB"], ["domain", "proptiger.com"], ["mdsum", 2564], ["created_at", "2019-01-21 10:47:22.607550"], ["updated_at", "2019-01-21 10:47:22.607550"]]
↳ app/controllers/urls_controller.rb:15
 (40.6ms)  COMMIT
↳ app/controllers/urls_controller.rb:15

Redirected to localhost:3000/urls/26 Completed 302 Found in 48ms (ActiveRecord: 42.1ms)

Started GET “/urls/26” for 127.0.0.1 at 2019-01-21 16:17:22 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"26"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 26], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:25
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 27ms (Views: 22.6ms | ActiveRecord: 0.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 16:17:25 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.5ms)

Completed 200 OK in 42ms (Views: 38.1ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-21 16:17:45 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"HFHV6ux3Bzqb2UPH1cc3xgB5eYuWjWaapqrzCTOrzyvoz7sQ16A2sRbTpQw9qZJx28pubfowVVItf4hXTeft9g==", "url"=>{"shorturl"=>"www.nav.com/88yF"}, "commit"=>"Search"}
Url Load (2.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/88yF"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:30

Redirected to localhost:3000/urls/19 Completed 302 Found in 27ms (ActiveRecord: 2.3ms)

Started GET “/urls/19” for 127.0.0.1 at 2019-01-21 16:17:45 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"19"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 19], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:25
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.2ms)

Completed 200 OK in 32ms (Views: 28.8ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 16:17:48 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.9ms)

Completed 200 OK in 47ms (Views: 42.4ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 16:22:00 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Vr+kZvJ1o/xyFAvz8xXzc0kpEeaRpOkEncbocWg7+HGjC8QfkvB2SIgOznireNWDhba2FM3zSsYyV4xg7lZf3w==", "url"=>{"longurl"=>"www.housing.com/seller", "domain"=>"housing"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.housing.com/seller"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:7

Redirected to localhost:3000/urls/8 Completed 302 Found in 4ms (ActiveRecord: 0.6ms)

Started GET “/urls/8” for 127.0.0.1 at 2019-01-21 16:22:00 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"8"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:25
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.2ms)

Completed 200 OK in 55ms (Views: 51.8ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 16:22:02 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.3ms)

Completed 200 OK in 44ms (Views: 39.4ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-21 16:22:48 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.2ms)

Completed 200 OK in 41ms (Views: 39.2ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:22:50 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.5ms)

Completed 200 OK in 61ms (Views: 23.0ms | ActiveRecord: 20.2ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 16:22:58 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"DkBEYI4myIAfi4e9D+siaCom1hyW6t4YvRym8K+jGCQ5n4HplGkF/eASYKR62BDphUXrW++PmrUTVMFMqARq4w==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:41

Redirected to localhost:3000/urls/new Completed 302 Found in 4ms (ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 16:22:59 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (6.2ms)

Completed 200 OK in 53ms (Views: 35.2ms | ActiveRecord: 3.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 16:34:51 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.3ms)

Completed 200 OK in 28ms (Views: 25.6ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-21 16:41:14 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.7ms)

Completed 200 OK in 33ms (Views: 31.2ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:41:16 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.7ms)

Completed 200 OK in 63ms (Views: 24.8ms | ActiveRecord: 19.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 16:41:25 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"mJeQpv+IPOUCWIjTnezbOgPTgiMXcMg6RyoHR4fH6+uvSFUv5cfxmP3Bb8ro3+m7rLC/ZG4VjJfpYmD7gGCZLA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.8ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:42

Redirected to localhost:3000/urls/new Completed 302 Found in 6ms (ActiveRecord: 1.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 16:41:25 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.9ms)

Completed 200 OK in 79ms (Views: 56.6ms | ActiveRecord: 5.9ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 16:42:04 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"CEG3wDCL18lvX7nezeeoUVEY+Pbn1nByrwXEq7/WCKu3NZ+Jv3CPpJjjFRUpFcL2E+izbY++qCLvZMtdr9py6g==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:42

Redirected to localhost:3000/urls/new Completed 302 Found in 22ms (ActiveRecord: 5.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 16:42:04 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.4ms)

Completed 200 OK in 41ms (Views: 25.6ms | ActiveRecord: 3.3ms)

Started GET “/” for 127.0.0.1 at 2019-01-21 16:45:43 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.0ms)

Completed 200 OK in 26ms (Views: 24.6ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:45:45 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.5ms)

Completed 200 OK in 90ms (Views: 40.8ms | ActiveRecord: 27.6ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 16:45:52 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"VgJBn2m+Nt1P8yS4fIyGB0xiVXsn6AW39sQrzX3lViRh3YQWc/H7oLBqw6EJv7SG4wFoPF6NQRpYjExxekIk4w==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.3ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:41

Redirected to localhost:3000/urls/new Completed 302 Found in 9ms (ActiveRecord: 1.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 16:45:52 +0530 Processing by UrlsController#new as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:45:52 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:45:52 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:45:52 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:45:52 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:45:52 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:45:52 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:45:52 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:45:52 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:45:52 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:45:52 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:45:52 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:45:53 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:45:53 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:45:53 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:45:53 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:45:53 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:45:53 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:45:53 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-21 16:47:32 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:47:32 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:47:32 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:47:32 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:47:32 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:47:32 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 4ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:47:32 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:47:32 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 13ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:47:32 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:47:32 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:47:32 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:47:32 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:47:32 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:47:32 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:47:32 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:47:32 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:47:33 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:47:33 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:47:33 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:47:33 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:47:35 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:47:35 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:47:35 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:47:35 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:47:35 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:47:35 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:47:35 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:47:35 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 4ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:47:35 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:47:35 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:47:35 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:47:35 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 4ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:47:35 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:47:35 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:47:35 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:47:35 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:47:35 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:47:35 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:47:35 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:47:35 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_header rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:47:58 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.9ms)

Completed 200 OK in 61ms (Views: 41.1ms | ActiveRecord: 6.2ms)

Started GET “/” for 127.0.0.1 at 2019-01-21 16:48:12 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (5.0ms)

Completed 200 OK in 58ms (Views: 55.9ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:48:16 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (5.9ms)

Completed 200 OK in 45ms (Views: 42.7ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 16:48:23 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"SOOOmohc3pOhwb4whkCbYfaAyV5ZFQo0yTDmra8KWIt/PEsTkhMT7l5YWSnzc6ngWeP0GSBwTplneIERqK0qTA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.7ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:41

Redirected to localhost:3000/urls/new Completed 302 Found in 5ms (ActiveRecord: 0.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 16:48:23 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.9ms)

Completed 200 OK in 54ms (Views: 31.9ms | ActiveRecord: 4.5ms)

Started GET “/” for 127.0.0.1 at 2019-01-21 16:57:02 +0530

 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.0ms)

Completed 200 OK in 280ms (Views: 274.2ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 16:57:04 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (4.1ms)

Completed 200 OK in 69ms (Views: 26.3ms | ActiveRecord: 21.7ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 16:57:14 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"A0Ir/Q5LMM+Cqi6croBXndoaysJL8KeYXbFmIdkfJJk0ne50FAT9sn0zyYXbs2UcdXn3hTKV4zXz+QGd3rhWXg==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (4.4ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:41

Redirected to localhost:3000/urls/new Completed 302 Found in 12ms (ActiveRecord: 4.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 16:57:14 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.9ms)

Completed 200 OK in 92ms (Views: 72.3ms | ActiveRecord: 6.3ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-21 16:57:16 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (4.1ms)

Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

23: 
24:   <div class="Login_Form">
25:     <h1>Login</h1>
26:     <%= form_for @user, :url => users_login_path do |t| %>
27:       <p> Email:</br> <%= t.text_field :email%> </p>
28:       <p> Password:</br> <%= t.password_field :password%></p>
29:       <%= t.submit :login_new %>

app/views/users/login.html.erb:26:in `_app_views_users_login_html_erb___3250993905427849639_70295938511100' app/controllers/users_controller.rb:37:in `logout' Started GET “/user/logout” for 127.0.0.1 at 2019-01-21 17:01:40 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.2ms)

Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:25: syntax error, unexpected else …ze;@output_buffer.append=( else );@output_buffer.safe_append… … ^~~~ /Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:40: syntax error, unexpected end …eze;@output_buffer.append=( end ); … ^~~ /Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:43: syntax error, unexpected ensure, expecting ')'

ensure
^~~~~~

/Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:45: syntax error, unexpected end, expecting ')'

end
^~~):

app/views/users/login.html.erb:25: syntax error, unexpected else app/views/users/login.html.erb:40: syntax error, unexpected end app/views/users/login.html.erb:43: syntax error, unexpected ensure, expecting ')' app/views/users/login.html.erb:45: syntax error, unexpected end, expecting ')' app/controllers/users_controller.rb:37:in `logout' Started GET “/user/logout” for 127.0.0.1 at 2019-01-21 17:01:41 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (0.9ms)

Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:25: syntax error, unexpected else …ze;@output_buffer.append=( else );@output_buffer.safe_append… … ^~~~ /Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:40: syntax error, unexpected end …eze;@output_buffer.append=( end ); … ^~~ /Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:43: syntax error, unexpected ensure, expecting ')'

ensure
^~~~~~

/Users/naveen/Documents/Internship/projectIntern/app/views/users/login.html.erb:45: syntax error, unexpected end, expecting ')'

end
^~~):

app/views/users/login.html.erb:25: syntax error, unexpected else app/views/users/login.html.erb:40: syntax error, unexpected end app/views/users/login.html.erb:43: syntax error, unexpected ensure, expecting ')' app/views/users/login.html.erb:45: syntax error, unexpected end, expecting ')' app/controllers/users_controller.rb:37:in `logout' Started GET “/user/logout” for 127.0.0.1 at 2019-01-21 17:02:00 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.7ms)

Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

22: <h2><i>WELCOME TO LOGIN PAGE</i></h2>
23:   <div class="Login_Form">
24:     <h1>Login</h1>
25:     <%= form_for @user, :url => users_login_path do |t| %>
26:       <p> Email:</br> <%= t.text_field :email%> </p>
27:       <p> Password:</br> <%= t.password_field :password%></p>
28:       <%= t.submit :login_new %>

app/views/users/login.html.erb:25:in `_app_views_users_login_html_erb___3250993905427849639_70295948980240' app/controllers/users_controller.rb:37:in `logout' Started GET “/” for 127.0.0.1 at 2019-01-21 17:02:03 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.1ms)

Completed 200 OK in 27ms (Views: 25.5ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 17:02:05 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.5ms)

Completed 200 OK in 54ms (Views: 49.8ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 17:02:11 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"tyNkKIRsE7EtZRCg1Lpj1/ob2gJvE7JK5Xuc6GvO32eA/KGhniPezNL897mhiVFWVXjnRRZ29udLM/tUbGmtoA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:41

Redirected to localhost:3000/urls/new Completed 302 Found in 4ms (ActiveRecord: 0.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:02:11 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 29ms (Views: 26.6ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-21 17:02:15 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.9ms)

Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

22: <h2><i>WELCOME TO LOGIN PAGE</i></h2>
23:   <div class="Login_Form">
24:     <h1>Login</h1>
25:     <%= form_for @user, :url => users_login_path do |t| %>
26:       <p> Email:</br> <%= t.text_field :email%> </p>
27:       <p> Password:</br> <%= t.password_field :password%></p>
28:       <%= t.submit :login_new %>

app/views/users/login.html.erb:25:in `_app_views_users_login_html_erb___3250993905427849639_70295979163900' app/controllers/users_controller.rb:37:in `logout' Started GET “/” for 127.0.0.1 at 2019-01-21 17:04:04 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.0ms)

Completed 200 OK in 42ms (Views: 39.0ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 17:04:06 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.4ms)

Completed 200 OK in 44ms (Views: 40.5ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 17:04:13 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"6jn7ENnUa6/E/KSkFN5PUY2bZwx97eZq97SKw3dvU2/d5j6Zw5um0jtlQ71h7X3QIvhaSwSIosdZ/O1/cMghqA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.9ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:41

Redirected to localhost:3000/urls/new Completed 302 Found in 5ms (ActiveRecord: 0.9ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:04:13 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.1ms)

Completed 200 OK in 30ms (Views: 28.5ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-21 17:04:16 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (24.4ms)

Completed 500 Internal Server Error in 30ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

22: <h2><i>WELCOME TO LOGIN PAGE</i></h2>
23:   <div class="Login_Form">
24:     <h1>Login</h1>
25:     <%= form_for @user, :url => users_login_path do |t| %>
26:       <p> Email:</br> <%= t.text_field :email%> </p>
27:       <p> Password:</br> <%= t.password_field :password%></p>
28:       <%= t.submit :login_new %>

app/views/users/login.html.erb:25:in `_app_views_users_login_html_erb___3250993905427849639_70295975673280' app/controllers/users_controller.rb:37:in `logout' Started GET “/” for 127.0.0.1 at 2019-01-21 17:07:03 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.3ms)

Completed 200 OK in 85ms (Views: 82.8ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 17:07:05 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.4ms)

Completed 200 OK in 45ms (Views: 41.4ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 17:07:14 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (4.3ms)

Completed 200 OK in 52ms (Views: 46.0ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 17:07:17 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.3ms)

Completed 200 OK in 54ms (Views: 51.0ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 17:07:26 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.4ms)

Completed 200 OK in 53ms (Views: 48.4ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 17:07:41 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.4ms)

Completed 200 OK in 58ms (Views: 53.7ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-21 17:09:37 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.9ms)

Completed 200 OK in 28ms (Views: 26.6ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 17:09:38 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.7ms)

Completed 200 OK in 62ms (Views: 27.8ms | ActiveRecord: 14.9ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 17:09:44 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"zrRjVsAP/lHiko2T2g/wu9q0gcxyMihBDlzUz3ihPYn5a6bf2kAzLB0LaoqvPMI6dde8iwtXbOygFLNzfwZPTg==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:42

Redirected to localhost:3000/urls/new Completed 302 Found in 3ms (ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:09:44 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.8ms)

Completed 200 OK in 40ms (Views: 25.5ms | ActiveRecord: 4.7ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-21 17:09:46 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.9ms)

Completed 200 OK in 47ms (Views: 43.0ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-21 17:09:59 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.2ms)

Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

22: <h2><i>WELCOME TO LOGIN PAGE</i></h2>
23:   <div class="Login_Form">
24:     <h1>Login</h1>
25:     <%= form_for @user, :url => users_login_path do |t| %>
26:       <p> Email:</br> <%= t.text_field :email%> </p>
27:       <p> Password:</br> <%= t.password_field :password%></p>
28:       <%= t.submit :login_new %>

app/views/users/login.html.erb:25:in `_app_views_users_login_html_erb___3250993905427849639_70295942170480' app/controllers/users_controller.rb:38:in `logout' Started GET “/user/logout” for 127.0.0.1 at 2019-01-21 17:11:29 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.5ms)

Completed 200 OK in 39ms (Views: 23.6ms | ActiveRecord: 4.8ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-21 17:11:32 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.2ms)

Completed 200 OK in 24ms (Views: 23.1ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-21 17:11:35 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.7ms)

Completed 200 OK in 28ms (Views: 26.5ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 17:11:36 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.3ms)

Completed 200 OK in 47ms (Views: 42.5ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 17:11:38 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.3ms)

Completed 200 OK in 46ms (Views: 44.5ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 17:11:52 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"NvdYd9y5vHuEYl36oHcH5nvHq8oiD5qoSJTc32yeAuOJg3A+U0LkFnPe8TFEhW1BOTfgUUpnQvgI9dMpfJJ4og==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:42

Redirected to localhost:3000/urls/new Completed 302 Found in 5ms (ActiveRecord: 0.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:11:52 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 47ms (Views: 25.6ms | ActiveRecord: 6.3ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-21 17:11:54 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.7ms)

Completed 200 OK in 48ms (Views: 45.2ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 17:15:03 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"NvdYd9y5vHuEYl36oHcH5nvHq8oiD5qoSJTc32yeAuOJg3A+U0LkFnPe8TFEhW1BOTfgUUpnQvgI9dMpfJJ4og==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.7ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:42

Redirected to localhost:3000/urls/new Completed 302 Found in 17ms (ActiveRecord: 3.9ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:15:03 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 39ms (Views: 23.5ms | ActiveRecord: 3.2ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 17:15:09 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"8PiW2aU6JYU66W50WWi3GDJfYG7y3ucHqKzUu9jXnihPjL6QKsF96M1Vwr+9mt2/cK8r9Zq2P1fozdtNyNvkaQ==", "url"=>{"longurl"=>"www.housing.com/seller", "domain"=>"housing"}, "commit"=>"Search"}
Url Load (3.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.housing.com/seller"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:10

Redirected to localhost:3000/urls/8 Completed 302 Found in 9ms (ActiveRecord: 3.7ms)

Started GET “/urls/8” for 127.0.0.1 at 2019-01-21 17:15:09 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"8"}
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (3.3ms)

Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `longurl' for nil:NilClass):

1: 
2:   <p>
3:     <strong>LongUrl:</strong>
4:     <%= @url.longurl %>
5:   </p>
6:    
7:   <p>

app/views/urls/show.html.erb:4:in `_app_views_urls_show_html_erb__2699437416799689186_70295975588220' Started GET “/urls/8” for 127.0.0.1 at 2019-01-21 17:16:01 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"8"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:26
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 47ms (Views: 25.9ms | ActiveRecord: 4.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:16:02 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (6.7ms)

Completed 200 OK in 50ms (Views: 45.2ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:17:43 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 57ms (Views: 41.3ms | ActiveRecord: 4.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:17:44 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.7ms)

Completed 200 OK in 27ms (Views: 25.6ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-21 17:17:46 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.8ms)

Completed 200 OK in 62ms (Views: 29.0ms | ActiveRecord: 12.8ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 17:17:53 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"9IfymIXgsMasFapZtYVxAisK2j6cyH4Uz/Te2dae78zDWDcRn699u1OMTUDAtkODhGnneeWtOrlhvLll0TmdCw==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.3ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:42

Redirected to localhost:3000/urls/new Completed 302 Found in 5ms (ActiveRecord: 1.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:17:53 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.9ms)

Completed 200 OK in 37ms (Views: 35.5ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 17:18:05 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Sr/CnJOoKYvQbi5tWiXCPoF8aOegtX3Ugm6gk0d+S7f1y+rVHFNx5ifSgqa+16iZw4wjfMjdpYTCD69lV3Ix9g==", "url"=>{"longurl"=>"www.housing.com/seller", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.housing.com/seller"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:10

Redirected to localhost:3000/urls/8 Completed 302 Found in 5ms (ActiveRecord: 0.9ms)

Started GET “/urls/8” for 127.0.0.1 at 2019-01-21 17:18:05 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"8"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:30
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 32ms (Views: 28.9ms | ActiveRecord: 0.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:18:07 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.1ms)

Completed 200 OK in 62ms (Views: 57.6ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-21 17:18:11 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.7ms)

Completed 200 OK in 45ms (Views: 44.2ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 17:18:16 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Z+/eLgt089gjSkvKa3aFXTVgXSUSS+Nscp7fgj1eDjWSW75Xa/EmbNlQjkEzG6Ot+f/6104cQK7dD7uTuzOpmw==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Search"}

No template found for UrlsController#create, rendering head :no_content Completed 204 No Content in 42ms (ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-21 17:18:21 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"EeILo790gZSEBIj3CayJZZVlyqg82BwaEh3cL9HModDlfGVZhKOwHwkObjzhwizSTtbdTlBlL9KZyKdxr4CDDQ==", "url"=>{"shorturl"=>"www.nav.com/tRUB"}, "commit"=>"Search"}

No template found for UrlsController#Shorturl, rendering head :no_content Completed 204 No Content in 44ms (ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-21 17:18:32 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.1ms)

Completed 200 OK in 75ms (Views: 73.0ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 17:18:38 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"8O8aY0I4JdG+W/0T+A9USs6Hx75nrwu2HHuvHDlfHWHHMN/qWHforEHCGgqNPGbLYeT6+R7KTxuyM8igPvhvpg==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:42

Redirected to localhost:3000/urls/new Completed 302 Found in 4ms (ActiveRecord: 0.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:18:38 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.9ms)

Completed 200 OK in 54ms (Views: 51.3ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 17:18:50 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"UZp8vCpT09eZTplUd9suaSlRAo49tUT+bdYcS8TTqP7u7lT1paiLum7yNZ+TKUTOa6FJFVXdnK4ttxO91N/Svw==", "url"=>{"longurl"=>"www.housing.com/seller", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.housing.com/seller"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:10

Redirected to localhost:3000/urls/8 Completed 302 Found in 9ms (ActiveRecord: 0.7ms)

Started GET “/urls/8” for 127.0.0.1 at 2019-01-21 17:18:50 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"8"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:30
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 62ms (Views: 56.5ms | ActiveRecord: 0.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:18:52 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.3ms)

Completed 200 OK in 57ms (Views: 54.4ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-21 17:18:53 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.7ms)

Completed 200 OK in 44ms (Views: 43.3ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 17:19:01 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"BvO38rHxo3PJ19mGYnzFgjXJ+LEPSqiWjqWnGRl7M8bzR9eL0XR2xzPNHA06EeNy+VZfQ1MdC1QhNMMInxaUaA==", "url"=>{"longurl"=>"www.housing.com/seller", "domain"=>"housing"}, "commit"=>"Search"}

No template found for UrlsController#create, rendering head :no_content Completed 204 No Content in 39ms (ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 17:20:17 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"vHYqiiAO4FKy08B/TXtA1uQJAcSVG5bRdEtUIZu2+1GLqe8DOkEtL01KJ2Y4SHJXS2o8g+x+0nzaAzOdnBGJlg==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.9ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:42

Redirected to localhost:3000/urls/new Completed 302 Found in 5ms (ActiveRecord: 0.9ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:20:17 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.1ms)

Completed 200 OK in 38ms (Views: 36.0ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 17:20:24 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"6Sebg2llyWrYtkk5Aqrk76bAKcmgmwSUrCP7j0FR2xBWU7PK5p6RBy8K5fLmWI5I5DBiUsjz3MTsQvR5UV2hUQ==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Search"}
Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:10

Redirected to localhost:3000/urls/4 Completed 302 Found in 4ms (ActiveRecord: 1.0ms)

Started GET “/urls/4” for 127.0.0.1 at 2019-01-21 17:20:24 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:30
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 33ms (Views: 30.6ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:20:26 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.0ms)

Completed 200 OK in 51ms (Views: 49.1ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-21 17:20:29 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.0ms)

Completed 200 OK in 57ms (Views: 53.1ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 17:20:34 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"4lrPK578n5+4W10jIjQLp5v2svD0eXkrcWV2Kr+2LjIX7q9S/nlKK0JBmKh6WS1XV2kVAqgu2une9BI7OduJnA==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Search"}

No template found for UrlsController#create, rendering head :no_content Completed 204 No Content in 39ms (ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-21 17:21:06 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"/9TvnvTSvBsweFWQ5fDaW2RbXp8YWYv4O15eFKD9PUQLSoFkzwWNkL1ys1sNnn/sv+hJeXTkuDCwiyVK3rEfmQ==", "url"=>{"shorturl"=>"www.nav.com/tRUB"}, "commit"=>"Search"}

No template found for UrlsController#Shorturl, rendering head :no_content Completed 204 No Content in 42ms (ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:23:03 +0530 Processing by UrlsController#new as HTML Redirected to localhost:3000/user/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 17:23:03 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.1ms)

Completed 200 OK in 39ms (Views: 24.0ms | ActiveRecord: 3.5ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 17:23:05 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.2ms)

Completed 200 OK in 33ms (Views: 30.6ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 17:23:05 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.7ms)

Completed 200 OK in 45ms (Views: 43.2ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 17:23:05 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.2ms)

Completed 200 OK in 29ms (Views: 27.3ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 17:23:05 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.4ms)

Completed 200 OK in 32ms (Views: 31.3ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 17:23:06 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.5ms)

Completed 200 OK in 40ms (Views: 38.5ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 17:23:07 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Qy4E+tvww8AHySVf66gW7KEYAkaclV0cqvJxhq1VRwf8WiyzVAubrfB1iZQPWnxL4+hJ3fT9hUzqk35wvVk9Rg==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.3ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:42

Redirected to localhost:3000/urls/new Completed 302 Found in 5ms (ActiveRecord: 1.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:23:07 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.3ms)

Completed 200 OK in 38ms (Views: 23.5ms | ActiveRecord: 3.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 17:23:13 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"nOT6h/WycOxwW+mi9I2QjC/eQUbrThZMEX9S061ZcEkjkNLOekkogYfnRWkQf/orbS4K3YMmzhxRHl0lvVUKCA==", "url"=>{"longurl"=>"www.housing.com/seller", "domain"=>"housing"}, "commit"=>"Search"}
Url Load (1.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.housing.com/seller"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12

Redirected to localhost:3000/urls/8 Completed 302 Found in 5ms (ActiveRecord: 1.1ms)

Started GET “/urls/8” for 127.0.0.1 at 2019-01-21 17:23:13 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"8"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 43ms (Views: 40.6ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:23:15 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.2ms)

Completed 200 OK in 45ms (Views: 40.6ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-21 17:23:16 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.9ms)

Completed 200 OK in 46ms (Views: 44.8ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 17:23:25 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"dJw4VXjjwi3hJW8x4Uxb7FuYPZqLr/WuurHGYy33odSBKFgsGGYXmRs/qrq5IX0clweaaNf4VmwVIKJyq5oGeg==", "url"=>{"longurl"=>"", "domain"=>""}, "commit"=>"Search"}

Redirected to localhost:3000/user/login Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 17:23:25 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.4ms)

Completed 200 OK in 27ms (Views: 25.3ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-21 17:34:47 +0530

 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.1ms)

Completed 200 OK in 273ms (Views: 265.3ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 17:34:50 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (5.0ms)

Completed 200 OK in 67ms (Views: 26.2ms | ActiveRecord: 22.2ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 17:34:52 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"tqbprUDbolg5ejdIdEuEV2EHj2KJ1/Sh6i4N9Hm7hHCBeSwkWpRvJcbj0FEBeLbWzmSyJfCysAxEZmpIfhz2tw==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:42

Redirected to localhost:3000/urls/new Completed 302 Found in 6ms (ActiveRecord: 1.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:34:52 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.9ms)

Completed 200 OK in 91ms (Views: 73.9ms | ActiveRecord: 5.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:35:13 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.5ms)

Completed 200 OK in 35ms (Views: 33.3ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:35:14 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.4ms)

Completed 200 OK in 41ms (Views: 39.7ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:35:44 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.6ms)

Completed 200 OK in 32ms (Views: 30.4ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:35:45 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (1.9ms)

Completed 200 OK in 26ms (Views: 24.5ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:36:06 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.2ms)

Completed 200 OK in 36ms (Views: 34.8ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-21 17:36:11 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.2ms)

Completed 200 OK in 63ms (Views: 62.0ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 17:36:30 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"6bHEuQrv2thQmMMuvG4i8JSRqNCBp4zJ+u+NFuq5LsbebgEwEKAXpa8BJDfJXRBxO/KVl/jCyGRUp+qq7R5cAQ==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (8.3ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:42

Redirected to localhost:3000/urls/new Completed 302 Found in 12ms (ActiveRecord: 8.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:36:30 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (28.7ms)

Completed 200 OK in 66ms (Views: 63.7ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:36:51 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.5ms)

Completed 200 OK in 35ms (Views: 32.8ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:37:17 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.7ms)

Completed 200 OK in 38ms (Views: 34.6ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:37:28 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.8ms)

Completed 200 OK in 33ms (Views: 31.2ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:38:03 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 29ms (Views: 27.0ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:38:29 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (1.9ms)

Completed 200 OK in 34ms (Views: 32.1ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:38:54 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.5ms)

Completed 200 OK in 50ms (Views: 48.3ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-21 17:38:58 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"T/xh7x/XVEOa93JC3u7MJjAFgrMJUvfC6WqP0SCl0zjwiEmmkCwMLm1L3ok6HKaBcvXJKGE6L5KpC4AnMKmpeQ==", "url"=>{"shorturl"=>""}, "commit"=>"Search"}
Url Load (1.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", ""], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:43

Completed 200 OK in 30ms (Views: 0.2ms | ActiveRecord: 1.9ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 17:39:03 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"T/xh7x/XVEOa93JC3u7MJjAFgrMJUvfC6WqP0SCl0zjwiEmmkCwMLm1L3ok6HKaBcvXJKGE6L5KpC4AnMKmpeQ==", "url"=>{"longurl"=>"", "domain"=>""}, "commit"=>"Search"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", ""], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
 (1.3ms)  ROLLBACK
↳ app/controllers/urls_controller.rb:20
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.7ms)

Completed 200 OK in 49ms (Views: 35.5ms | ActiveRecord: 2.3ms)

Started GET “/urls” for 127.0.0.1 at 2019-01-21 17:41:42 +0530

AbstractController::ActionNotFound (The action 'index' could not be found for UrlsController):

actionpack (5.2.2) lib/abstract_controller/base.rb:129:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/urls” for 127.0.0.1 at 2019-01-21 17:41:49 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"T/xh7x/XVEOa93JC3u7MJjAFgrMJUvfC6WqP0SCl0zjwiEmmkCwMLm1L3ok6HKaBcvXJKGE6L5KpC4AnMKmpeQ==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Search"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12

Redirected to localhost:3000/urls/4 Completed 302 Found in 31ms (ActiveRecord: 8.5ms)

Started GET “/urls/4” for 127.0.0.1 at 2019-01-21 17:41:49 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 47ms (Views: 43.0ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:41:51 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.8ms)

Completed 200 OK in 41ms (Views: 36.6ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-21 17:41:55 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"gWQYoHXx6xVuEJol1O1Tb4VC1W4ZuBgwuuR/Ut5Bm+J1+nZaTibanuMafO48g/bYXvHCiHUFK/gxMQQMoA25Pw==", "url"=>{"shorturl"=>"ddd"}, "commit"=>"Search"}
Url Load (2.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "ddd"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:42

Redirected to localhost:3000/urls/new Completed 302 Found in 18ms (ActiveRecord: 2.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:41:55 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.8ms)

Completed 200 OK in 25ms (Views: 23.6ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:42:19 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 43ms (Views: 25.1ms | ActiveRecord: 3.9ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-21 17:42:23 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"UNY6SBP8w6y7napTkmMN6/hxNMGby2lrz2Dytmw2ksXvohIBnAebwUwhBph2kWdMuoF/WvOjsTuPAf1AfDrohA==", "url"=>{"shorturl"=>"ddd"}, "commit"=>"Search"}
Url Load (1.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "ddd"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:42

Redirected to localhost:3000/urls/new Completed 302 Found in 50ms (ActiveRecord: 1.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:42:23 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.7ms)

Completed 200 OK in 29ms (Views: 27.1ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-21 17:42:26 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"W1AYiqKynkQb/4uGvrKJyLoJLSUldR12LRY+KfxCUYjkJDDDLUnGKexDJ01aQONv+Plmvk0dxSZtdzHf7E4ryQ==", "url"=>{"shorturl"=>"www.nav.com/tRUB"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/tRUB"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:42

Redirected to localhost:3000/urls/7 Completed 302 Found in 21ms (ActiveRecord: 0.6ms)

Started GET “/urls/7” for 127.0.0.1 at 2019-01-21 17:42:26 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"7"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 30ms (Views: 27.5ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:42:28 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.2ms)

Completed 200 OK in 56ms (Views: 54.5ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 17:42:33 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"dXAjBloDFccziUqox1TqWoQ5EhcyO6J4w9htpxDMfIKAxEN/OobAc8mTjyOfOcyqSKa15W5sAbpsSQm2lqHbLA==", "url"=>{"longurl"=>"www.housing.com/seller", "domain"=>"housing"}, "commit"=>"Search"}
Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.housing.com/seller"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12

Redirected to localhost:3000/urls/8 Completed 302 Found in 7ms (ActiveRecord: 1.0ms)

Started GET “/urls/8” for 127.0.0.1 at 2019-01-21 17:42:33 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"8"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 30ms (Views: 27.5ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:42:34 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.7ms)

Completed 200 OK in 75ms (Views: 70.6ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-21 17:42:38 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"BJ7bLDLMxmzkUCCrFp/bUl4De+HMYlWNGKaxv0tErWvwALXWCRv352laxmD+8X7lhbBsB6DfZkWTc8rhNQiPtg==", "url"=>{"shorturl"=>"wfjnaejnnaeg"}, "commit"=>"Search"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "wfjnaejnnaeg"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:42

Redirected to localhost:3000/urls/new Completed 302 Found in 17ms (ActiveRecord: 0.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:42:38 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.0ms)

Completed 200 OK in 35ms (Views: 32.5ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-21 17:42:39 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.0ms)

Completed 200 OK in 72ms (Views: 26.3ms | ActiveRecord: 24.9ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 17:42:42 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Sj43Vi3kywuDMsorcHLOliJ/QSvepj7pF2QG99dnIjJ94fLfN6sGdnyrLTIFQfwXjRx8bKfDekS5LGFL0MBQ9Q==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.4ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:42

Redirected to localhost:3000/urls/new Completed 302 Found in 8ms (ActiveRecord: 1.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:42:42 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.3ms)

Completed 200 OK in 31ms (Views: 29.4ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-21 17:42:47 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.0ms)

Completed 200 OK in 52ms (Views: 50.7ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 17:42:49 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"OIyFNPX4c9HT3+m8zyYSzUoCvbWmZO4ra6FiUun3NGsPU0C977e+rCxGDqW6FSBM5WGA8t8BqobF6QXu7lBGrA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.7ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:42

Redirected to localhost:3000/urls/new Completed 302 Found in 4ms (ActiveRecord: 0.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:42:49 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.0ms)

Completed 200 OK in 53ms (Views: 50.0ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-21 17:43:27 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.2ms)

Completed 200 OK in 45ms (Views: 25.0ms | ActiveRecord: 5.7ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 17:43:28 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"oCLNAfz2ageYD5KSITNE3ShM4Y8wCdz3vucMMWCeGjCX/QiI5rmnemeWdYtUAHZchy/cyElsmFoQr2uNZzlo9w==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.9ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:43

Redirected to localhost:3000/urls/new Completed 302 Found in 6ms (ActiveRecord: 0.9ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:43:28 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.7ms)

Completed 200 OK in 85ms (Views: 50.1ms | ActiveRecord: 5.6ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-21 17:43:30 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (5.3ms)

Completed 200 OK in 77ms (Views: 75.0ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 17:43:32 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"f7aVpdfIFhSqqLQ0/TYiGG8XoCLfvhtHwZxQkprA81hIaVAszYfbaVUxUy2IBRCZwHSdZabbX+pv1DcunWeBnw==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.7ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:43

Redirected to localhost:3000/urls/new Completed 302 Found in 4ms (ActiveRecord: 0.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:43:32 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (7.1ms)

Completed 200 OK in 69ms (Views: 65.9ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-21 17:43:34 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"DUrBAwAtdIUPPj+Mego/LZHwNIBrF8X4MlaLGVjaF+uyPulKj9Ys6PiCk0ee+FWK0wB/GwN/HahyN4TvSNZtqg==", "url"=>{"shorturl"=>"ddd"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "ddd"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:42

Redirected to localhost:3000/urls/new Completed 302 Found in 15ms (ActiveRecord: 0.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:43:34 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.5ms)

Completed 200 OK in 27ms (Views: 25.4ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 17:43:41 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"MVHlq0OwzjfD0iGjhrHvcHaoE40ylJQt03fq555X+F6OJc3izEuWWjRujWhiQ4XXNFhYFlr8TH2TFuURjluCHw==", "url"=>{"longurl"=>"askdjh", "domain"=>"proptiger.com"}, "commit"=>"Search"}
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "askdjh"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
 (0.3ms)  ROLLBACK
↳ app/controllers/urls_controller.rb:20
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.7ms)

Completed 200 OK in 43ms (Views: 35.1ms | ActiveRecord: 1.5ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-21 17:44:16 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.6ms)

Completed 200 OK in 72ms (Views: 71.0ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-21 17:45:12 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.2ms)

Completed 200 OK in 33ms (Views: 32.3ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-21 17:45:13 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.6ms)

Completed 200 OK in 22ms (Views: 21.1ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 17:45:14 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"biZJL7ZblK9N0kg9ek1rOoJh1EfCHvZrhGgK4uZlvybRUmFmOaDMwrpu5PaevwGdwJGf3Kp2LjvECQUU9mnFZw==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:43

Redirected to localhost:3000/urls/new Completed 302 Found in 4ms (ActiveRecord: 0.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:45:14 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.5ms)

Completed 200 OK in 29ms (Views: 27.0ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-21 17:45:23 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.9ms)

Completed 200 OK in 54ms (Views: 49.7ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 17:45:26 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.1ms)

Completed 200 OK in 49ms (Views: 46.8ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 17:46:13 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.0ms)

Completed 200 OK in 48ms (Views: 31.2ms | ActiveRecord: 4.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 17:46:15 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.5ms)

Completed 200 OK in 58ms (Views: 54.5ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 17:46:16 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (5.8ms)

Completed 200 OK in 55ms (Views: 53.6ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 17:46:18 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.6ms)

Completed 200 OK in 54ms (Views: 52.4ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 17:46:19 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"gaSDZVUcvLqo9U+UQAZO6BG9jxDCrhCfUCI0ArWbGXu2e0bsT1Nxx1dsqI01NXxpvt6yV7vLVDL+alO+sjxrvA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.9ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 6ms (ActiveRecord: 0.9ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:46:19 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.6ms)

Completed 200 OK in 37ms (Views: 22.5ms | ActiveRecord: 2.9ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-21 17:46:22 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.4ms)

Completed 200 OK in 45ms (Views: 44.1ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-21 17:46:24 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (5.1ms)

Completed 200 OK in 55ms (Views: 50.3ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-21 17:47:53 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.2ms)

Completed 200 OK in 38ms (Views: 22.3ms | ActiveRecord: 3.5ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-21 17:47:55 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"cLFuLkGPevjZKkN+BsWRzgjOIYpWfPNUQsF+0xtT32FHbqunW8C3hSazpGdz9qNPp60czS8Zt/nsiRlvHPStpg==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.1ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 6ms (ActiveRecord: 1.1ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:47:55 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.5ms)

Completed 200 OK in 37ms (Views: 21.4ms | ActiveRecord: 2.7ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 17:48:18 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"RXtJvEMvwVUQSbczbugKlEA4kaP77DYv6MW7m/NBQ876D2H1zNSZOOf1G/iKGmAzAsjaOJOE7n+opLRt4005jw==", "url"=>{"longurl"=>"http://www.youtube.com", "domain"=>"youtube.com"}, "commit"=>"Search"}
Url Load (3.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://www.youtube.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.8ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "http://www.youtube.com"], ["shorturl", "www.nav.com/ELTB"], ["domain", "youtube.com"], ["mdsum", 2149], ["created_at", "2019-01-21 12:18:18.848499"], ["updated_at", "2019-01-21 12:18:18.848499"]]
↳ app/controllers/urls_controller.rb:20
 (378.5ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/27 Completed 302 Found in 391ms (ActiveRecord: 382.7ms)

Started GET “/urls/27” for 127.0.0.1 at 2019-01-21 17:48:19 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"27"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 27], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 23ms (Views: 19.6ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:48:21 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (6.3ms)

Completed 200 OK in 50ms (Views: 46.7ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 17:48:32 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"pFCJBbRGerXeSEd8Vg8aM8PkqWlplSv/tBZKAEc0TW5R5Ol81MOvASRSgvcOYjzDD3sOmzXCiD0bhy4RwVnqwA==", "url"=>{"longurl"=>"http://www.baidu.com", "domain"=>"baidu.com"}, "commit"=>"Search"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://www.baidu.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "http://www.baidu.com"], ["shorturl", "www.nav.com/IoQA"], ["domain", "baidu.com"], ["mdsum", 1885], ["created_at", "2019-01-21 12:18:32.775571"], ["updated_at", "2019-01-21 12:18:32.775571"]]
↳ app/controllers/urls_controller.rb:20
 (0.9ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/28 Completed 302 Found in 10ms (ActiveRecord: 2.5ms)

Started GET “/urls/28” for 127.0.0.1 at 2019-01-21 17:48:32 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"28"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 28], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 32ms (Views: 29.7ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:48:35 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.8ms)

Completed 200 OK in 41ms (Views: 37.3ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 17:48:48 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"i4iWWvwucW7RrRxlNYN8cE+XkYXSqc1MBWc/paRUyRV+PPYjnKuk2iu32e5t7lqAgwg2d47+bo6q9lu0Ijluuw==", "url"=>{"longurl"=>"http://www.yahoo.com", "domain"=>"yahoo.com"}, "commit"=>"Search"}
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://www.yahoo.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (1.2ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "http://www.yahoo.com"], ["shorturl", "www.nav.com/7rRA"], ["domain", "yahoo.com"], ["mdsum", 1912], ["created_at", "2019-01-21 12:18:48.542366"], ["updated_at", "2019-01-21 12:18:48.542366"]]
↳ app/controllers/urls_controller.rb:20
 (41.5ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/29 Completed 302 Found in 51ms (ActiveRecord: 43.8ms)

Started GET “/urls/29” for 127.0.0.1 at 2019-01-21 17:48:48 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"29"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 29], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 29ms (Views: 25.0ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:48:58 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.7ms)

Completed 200 OK in 46ms (Views: 43.7ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 17:49:11 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"a0s0D0goCHt4jbi7SHDbAZicQRZWd2L+vmtUc8x8Gxae/1R2KK3dz4KXfTAQHf3xVAPm5AogwTwR+jBiShG8uA==", "url"=>{"longurl"=>"http://www.amazon.com", "domain"=>"amazon.com"}, "commit"=>"Search"}
Url Load (3.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://www.amazon.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "http://www.amazon.com"], ["shorturl", "www.nav.com/D?SB"], ["domain", "amazon.com"], ["mdsum", 2014], ["created_at", "2019-01-21 12:19:11.240243"], ["updated_at", "2019-01-21 12:19:11.240243"]]
↳ app/controllers/urls_controller.rb:20
 (39.9ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/30 Completed 302 Found in 51ms (ActiveRecord: 44.5ms)

Started GET “/urls/30” for 127.0.0.1 at 2019-01-21 17:49:11 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"30"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 30], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 23ms (Views: 19.8ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:49:14 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.8ms)

Completed 200 OK in 60ms (Views: 58.1ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 17:49:25 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"hcaiTC8O+PpX8s8MY4QN333IWc9VE4R0V7frF8URkvhwcsI1T4stTq3oCoc76SsvsVf+PQlEJ7b4Jo8GQ3w1Vg==", "url"=>{"longurl"=>"http://www.wikipedia.org", "domain"=>"wikipedia.org"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://www.wikipedia.org"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.7ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "http://www.wikipedia.org"], ["shorturl", "www.nav.com/k2VB"], ["domain", "wikipedia.org"], ["mdsum", 2328], ["created_at", "2019-01-21 12:19:25.662890"], ["updated_at", "2019-01-21 12:19:25.662890"]]
↳ app/controllers/urls_controller.rb:20
 (40.3ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/31 Completed 302 Found in 48ms (ActiveRecord: 41.6ms)

Started GET “/urls/31” for 127.0.0.1 at 2019-01-21 17:49:25 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"31"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 31], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 25ms (Views: 22.5ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:49:27 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (7.1ms)

Completed 200 OK in 48ms (Views: 45.8ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 17:49:52 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"GYWCWT3IU4gE1P7cmzLfKdeX5kaZVYsxMrY3ud9HOOHsMeIgXU2GPP7OO1fDX/nZGwhBtMUCKPOdJ1OoWSqfTw==", "url"=>{"longurl"=>"https://housing.com/in/buy/real-estate-hyderabad", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://housing.com/in/buy/real-estate-hyderabad"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (3.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://housing.com/in/buy/real-estate-hyderabad"], ["shorturl", "www.nav.com/BugD"], ["domain", "housing.com"], ["mdsum", 4625], ["created_at", "2019-01-21 12:19:52.082248"], ["updated_at", "2019-01-21 12:19:52.082248"]]
↳ app/controllers/urls_controller.rb:20
 (40.2ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/32 Completed 302 Found in 53ms (ActiveRecord: 44.6ms)

Started GET “/urls/32” for 127.0.0.1 at 2019-01-21 17:49:52 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"32"}
Url Load (0.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 32], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 26ms (Views: 23.6ms | ActiveRecord: 0.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:49:53 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.4ms)

Completed 200 OK in 68ms (Views: 62.9ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 17:50:09 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"3jOjrMDAl74uttxQeWPmv89/VAwhz156ZCJhmK7CE1orh8PVoEVCCtSsGdshDsBPA+Dz/n2Y/bjLswWJKK+09A==", "url"=>{"longurl"=>"https://housing.com/rent/property-for-rent-in-noida", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://housing.com/rent/property-for-rent-in-noida"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://housing.com/rent/property-for-rent-in-noida"], ["shorturl", "www.nav.com/IZjD"], ["domain", "housing.com"], ["mdsum", 4967], ["created_at", "2019-01-21 12:20:09.727302"], ["updated_at", "2019-01-21 12:20:09.727302"]]
↳ app/controllers/urls_controller.rb:20
 (40.6ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/33 Completed 302 Found in 48ms (ActiveRecord: 41.9ms)

Started GET “/urls/33” for 127.0.0.1 at 2019-01-21 17:50:09 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"33"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 33], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 47ms (Views: 44.5ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:50:11 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.5ms)

Completed 200 OK in 64ms (Views: 60.6ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 17:50:23 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"k569AkmKOG/HmpxW3KSQI+6DzK2+7dU4i9rG40WzPaxmKt17KQ/t2z2AWd2EybbTIhxrX+K6dvokS6Lyw96aAg==", "url"=>{"longurl"=>"https://housing.com/rent/property-for-rent-in-mumbai", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (2.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://housing.com/rent/property-for-rent-in-mumbai"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://housing.com/rent/property-for-rent-in-mumbai"], ["shorturl", "www.nav.com/o9kE"], ["domain", "housing.com"], ["mdsum", 5079], ["created_at", "2019-01-21 12:20:23.241924"], ["updated_at", "2019-01-21 12:20:23.241924"]]
↳ app/controllers/urls_controller.rb:20
 (40.7ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/34 Completed 302 Found in 51ms (ActiveRecord: 44.1ms)

Started GET “/urls/34” for 127.0.0.1 at 2019-01-21 17:50:23 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"34"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 34], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 27ms (Views: 24.2ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:50:24 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (8.3ms)

Completed 200 OK in 51ms (Views: 48.8ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 17:50:37 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"S7/5fa34KC/8hKXxmlXUU1bez0u27WwLTeuxULm/gRq+C5kEzX39mwaeYHrCOPKjmkFoueq6z8nietVBP9ImtA==", "url"=>{"longurl"=>"https://housing.com/rent/property-for-rent-in-bangalore", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://housing.com/rent/property-for-rent-in-bangalore"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://housing.com/rent/property-for-rent-in-bangalore"], ["shorturl", "www.nav.com/VBnE"], ["domain", "housing.com"], ["mdsum", 5383], ["created_at", "2019-01-21 12:20:37.068057"], ["updated_at", "2019-01-21 12:20:37.068057"]]
↳ app/controllers/urls_controller.rb:20
 (40.5ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/35 Completed 302 Found in 48ms (ActiveRecord: 42.1ms)

Started GET “/urls/35” for 127.0.0.1 at 2019-01-21 17:50:37 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"35"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 35], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 25ms (Views: 22.7ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:50:39 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.2ms)

Completed 200 OK in 67ms (Views: 65.2ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 17:50:53 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"R1JDiqkHI7UBC9Y9dbav0leVQEYtgkWBCw+BShe1IPuy5iPzyYL2AfsRE7Yt24kimwrntHHV5kOknuVbkdiHVQ==", "url"=>{"longurl"=>"https://housing.com/rent/property-for-rent-in-pune", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://housing.com/rent/property-for-rent-in-pune"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://housing.com/rent/property-for-rent-in-pune"], ["shorturl", "www.nav.com/uRiD"], ["domain", "housing.com"], ["mdsum", 4884], ["created_at", "2019-01-21 12:20:53.669684"], ["updated_at", "2019-01-21 12:20:53.669684"]]
↳ app/controllers/urls_controller.rb:20
 (40.6ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/36 Completed 302 Found in 49ms (ActiveRecord: 41.8ms)

Started GET “/urls/36” for 127.0.0.1 at 2019-01-21 17:50:53 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"36"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 36], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 22ms (Views: 19.5ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:50:55 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.6ms)

Completed 200 OK in 56ms (Views: 54.0ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 17:51:06 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"zZ56u+eq/XBa2TEcgM/U8M+nKOxeU4tQdVB1KVMINbo4KhrChy8oxKDD9JfYovIAAziPHgIEKJLawRE41WWSFA==", "url"=>{"longurl"=>"https://housing.com/rent/property-for-rent-in-chennai", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (1.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://housing.com/rent/property-for-rent-in-chennai"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://housing.com/rent/property-for-rent-in-chennai"], ["shorturl", "www.nav.com/%ilE"], ["domain", "housing.com"], ["mdsum", 5170], ["created_at", "2019-01-21 12:21:06.926187"], ["updated_at", "2019-01-21 12:21:06.926187"]]
↳ app/controllers/urls_controller.rb:20
 (40.4ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/37 Completed 302 Found in 49ms (ActiveRecord: 42.2ms)

Started GET “/urls/37” for 127.0.0.1 at 2019-01-21 17:51:06 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"37"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 37], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 24ms (Views: 21.7ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:51:08 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 51ms (Views: 49.0ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 17:52:04 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"wl8oh9B6T17FuP8wxl2hVC2xyobjKDdJpbTEs1DBsRs360j+sP+a6j+iOrueMIek4S5tdL9/lIsKJaCi1qwWtQ==", "url"=>{"longurl"=>"https://housing.com/rent/property-for-rent-in-kolkata", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (2.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://housing.com/rent/property-for-rent-in-kolkata"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.7ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://housing.com/rent/property-for-rent-in-kolkata"], ["shorturl", "www.nav.com/&jlE"], ["domain", "housing.com"], ["mdsum", 5187], ["created_at", "2019-01-21 12:22:05.006161"], ["updated_at", "2019-01-21 12:22:05.006161"]]
↳ app/controllers/urls_controller.rb:20
 (40.1ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/38 Completed 302 Found in 51ms (ActiveRecord: 43.9ms)

Started GET “/urls/38” for 127.0.0.1 at 2019-01-21 17:52:05 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"38"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 38], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 35ms (Views: 33.1ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:52:15 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.3ms)

Completed 200 OK in 53ms (Views: 49.0ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 17:52:19 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"5+60TiU8wdvKeUOCkrwF6ZcDmp7Ej47pAWyqr4l9hzMSWtQ3RbkUbzBjhgnK0SMZW5w9bJjYLSuu/c6+DxAgnQ==", "url"=>{"longurl"=>"https://housing.com/rent/property-for-rent-in-ahmedabad", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (1.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://housing.com/rent/property-for-rent-in-ahmedabad"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (1.0ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://housing.com/rent/property-for-rent-in-ahmedabad"], ["shorturl", "www.nav.com/oznE"], ["domain", "housing.com"], ["mdsum", 5347], ["created_at", "2019-01-21 12:22:19.192427"], ["updated_at", "2019-01-21 12:22:19.192427"]]
↳ app/controllers/urls_controller.rb:20
 (40.2ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/39 Completed 302 Found in 50ms (ActiveRecord: 42.6ms)

Started GET “/urls/39” for 127.0.0.1 at 2019-01-21 17:52:19 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"39"}
Url Load (0.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 39], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.6ms)

Completed 200 OK in 21ms (Views: 19.2ms | ActiveRecord: 0.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:52:31 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.1ms)

Completed 200 OK in 49ms (Views: 45.6ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 17:52:37 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"jaaMMdAWtF30SoV1bT5XbQ5+kZMrhGCU/zRGrQnE94Z4EuxIsJNh6Q5QQP41U3GdwuE2YXfTw1ZQpSK8j6lQKA==", "url"=>{"longurl"=>"https://housing.com/rent/property-for-rent-in-amritsar", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://housing.com/rent/property-for-rent-in-amritsar"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.4ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://housing.com/rent/property-for-rent-in-amritsar"], ["shorturl", "www.nav.com/QwnE"], ["domain", "housing.com"], ["mdsum", 5311], ["created_at", "2019-01-21 12:22:37.128156"], ["updated_at", "2019-01-21 12:22:37.128156"]]
↳ app/controllers/urls_controller.rb:20
 (39.7ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/40 Completed 302 Found in 48ms (ActiveRecord: 41.2ms)

Started GET “/urls/40” for 127.0.0.1 at 2019-01-21 17:52:37 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"40"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 40], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 22ms (Views: 19.2ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:52:42 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.9ms)

Completed 200 OK in 66ms (Views: 64.0ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 17:53:01 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"gV9ClW4SFuIwd9ziVUofz82591xlCyIbetR6BIgYD6t06yLsDpfDVsptGWkNJzk/ASZQrjlcgdnVRR4VDnWoBQ==", "url"=>{"longurl"=>"https://housing.com/rent/flats-for-rent-in-faridabad-haryana-P3nlekdze1dlp2923", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (1.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://housing.com/rent/flats-for-rent-in-faridabad-haryana-P3nlekdze1dlp2923"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://housing.com/rent/flats-for-rent-in-faridabad-haryana-P3nlekdze1dlp2923"], ["shorturl", "www.nav.com/crEG"], ["domain", "housing.com"], ["mdsum", 7278], ["created_at", "2019-01-21 12:23:01.194690"], ["updated_at", "2019-01-21 12:23:01.194690"]]
↳ app/controllers/urls_controller.rb:20
 (40.4ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/41 Completed 302 Found in 50ms (ActiveRecord: 42.4ms)

Started GET “/urls/41” for 127.0.0.1 at 2019-01-21 17:53:01 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"41"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 41], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 24ms (Views: 21.2ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:53:04 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.3ms)

Completed 200 OK in 51ms (Views: 47.9ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 17:53:20 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"9zRuy1QUm2t6qfkEHKLbQu5POyW/7yQHhtU6bBRv5d0CgA6yNJFO34CzPI9Ez/2yItCc1+O4h8UpRF59kgJCcw==", "url"=>{"longurl"=>"https://housing.com/rent/search-P3nlekdze1dlp2923V1i72d?locality_info=false", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (1.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://housing.com/rent/search-P3nlekdze1dlp2923V1i72d?locality_info=false"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (1.4ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://housing.com/rent/search-P3nlekdze1dlp2923V1i72d?locality_info=false"], ["shorturl", "www.nav.com/W0BF"], ["domain", "housing.com"], ["mdsum", 6992], ["created_at", "2019-01-21 12:23:20.033412"], ["updated_at", "2019-01-21 12:23:20.033412"]]
↳ app/controllers/urls_controller.rb:20
 (41.0ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/42 Completed 302 Found in 52ms (ActiveRecord: 44.8ms)

Started GET “/urls/42” for 127.0.0.1 at 2019-01-21 17:53:20 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"42"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 42], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 25ms (Views: 22.9ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:53:21 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (7.8ms)

Completed 200 OK in 49ms (Views: 47.4ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 17:53:32 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"vQkHDf5zGxmkI+O6I91JUJl+lueMcYj/2aMoSjC/i5JIvWd0nvbOrV45JjF7sG+gVeExFdAmKz12MkxbttIsPA==", "url"=>{"longurl"=>"https://housing.com/rent/search-P3nlekdze1dlp2923V12krt?locality_info=false", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://housing.com/rent/search-P3nlekdze1dlp2923V12krt?locality_info=false"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (3.2ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://housing.com/rent/search-P3nlekdze1dlp2923V12krt?locality_info=false"], ["shorturl", "www.nav.com/57CG"], ["domain", "housing.com"], ["mdsum", 7069], ["created_at", "2019-01-21 12:23:32.102475"], ["updated_at", "2019-01-21 12:23:32.102475"]]
↳ app/controllers/urls_controller.rb:20
 (40.8ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/43 Completed 302 Found in 51ms (ActiveRecord: 45.2ms)

Started GET “/urls/43” for 127.0.0.1 at 2019-01-21 17:53:32 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"43"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 43], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 37ms (Views: 34.8ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:53:35 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.0ms)

Completed 200 OK in 55ms (Views: 53.3ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 17:53:49 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"/jdAox0SdnaS6096chiRSBg7RyG0tlF12dJg5M78vGcLgyDafZejwmjxivEqdbe41KTg0+jh8rd2QwT1SJEbyQ==", "url"=>{"longurl"=>"https://housing.com/rent/search-P3nlekdze1dlp2923V1ajbd?locality_info=false", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (1.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://housing.com/rent/search-P3nlekdze1dlp2923V1ajbd?locality_info=false"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://housing.com/rent/search-P3nlekdze1dlp2923V1ajbd?locality_info=false"], ["shorturl", "www.nav.com/i9CG"], ["domain", "housing.com"], ["mdsum", 7083], ["created_at", "2019-01-21 12:23:49.939902"], ["updated_at", "2019-01-21 12:23:49.939902"]]
↳ app/controllers/urls_controller.rb:20
 (40.6ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/44 Completed 302 Found in 51ms (ActiveRecord: 43.3ms)

Started GET “/urls/44” for 127.0.0.1 at 2019-01-21 17:53:49 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"44"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 44], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 27ms (Views: 24.7ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:53:51 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.7ms)

Completed 200 OK in 58ms (Views: 56.9ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 17:54:17 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"qGSsl/px3Mg6wl1LQ5A8MjUVCtJjFUM3tY/9tMjvNENd0MzumvQJfMDYmMAb/RrC+YqtID9C4PUaHpmlToKT7Q==", "url"=>{"longurl"=>"https://housing.com/agents/search-Abw5u264voloozc5edm8x7gxi6", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://housing.com/agents/search-Abw5u264voloozc5edm8x7gxi6"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.7ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://housing.com/agents/search-Abw5u264voloozc5edm8x7gxi6"], ["shorturl", "www.nav.com/tYqE"], ["domain", "housing.com"], ["mdsum", 5620], ["created_at", "2019-01-21 12:24:17.763805"], ["updated_at", "2019-01-21 12:24:17.763805"]]
↳ app/controllers/urls_controller.rb:20
 (39.6ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/45 Completed 302 Found in 46ms (ActiveRecord: 41.0ms)

Started GET “/urls/45” for 127.0.0.1 at 2019-01-21 17:54:17 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"45"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 45], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.2ms)

Completed 200 OK in 29ms (Views: 25.3ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:54:29 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.1ms)

Completed 200 OK in 64ms (Views: 51.2ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 17:54:33 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Nx/fYWokSVAtkG/W9K6TX8823SUNSHnpWkJ6TNiG2ZTCq78YCqGc5NeKql2sw7WvA6l611Ef2iv10x5dXut+Og==", "url"=>{"longurl"=>"https://housing.com/rent/search-P3nlekdze1dlp2923V0?locality_info=false", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (6.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://housing.com/rent/search-P3nlekdze1dlp2923V0?locality_info=false"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.6ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://housing.com/rent/search-P3nlekdze1dlp2923V0?locality_info=false"], ["shorturl", "www.nav.com/iz*F"], ["domain", "housing.com"], ["mdsum", 6681], ["created_at", "2019-01-21 12:24:33.492418"], ["updated_at", "2019-01-21 12:24:33.492418"]]
↳ app/controllers/urls_controller.rb:20
 (1.4ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/46 Completed 302 Found in 16ms (ActiveRecord: 8.6ms)

Started GET “/urls/46” for 127.0.0.1 at 2019-01-21 17:54:33 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"46"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 46], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 50ms (Views: 24.1ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:54:55 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.2ms)

Completed 200 OK in 62ms (Views: 48.0ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 17:55:03 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"B8MAouCivMsoSm+CvA7Z5ZXo6j2gPPMw/0yo4Nk15AHyd2DbgCdpf9JQqgnkY/8VWXdNz/xrUPJQ3czxX1hDrw==", "url"=>{"longurl"=>"https://housing.com/rent/property-for-rent-in-a_dubaia_1?locality_info=false", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://housing.com/rent/property-for-rent-in-a_dubaia_1?locality_info=false"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.3ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://housing.com/rent/property-for-rent-in-a_dubaia_1?locality_info=false"], ["shorturl", "www.nav.com/tEGG"], ["domain", "housing.com"], ["mdsum", 7429], ["created_at", "2019-01-21 12:25:03.648186"], ["updated_at", "2019-01-21 12:25:03.648186"]]
↳ app/controllers/urls_controller.rb:20
 (40.4ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/47 Completed 302 Found in 47ms (ActiveRecord: 41.6ms)

Started GET “/urls/47” for 127.0.0.1 at 2019-01-21 17:55:03 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"47"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 47], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 42ms (Views: 29.7ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:55:08 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.0ms)

Completed 200 OK in 54ms (Views: 50.2ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 17:55:19 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"jgLBBphgt36nppcHYEsZWF1/drX0uQKuWIh2/vC6MVJ7tqF/+OViyl28Uow4Jj+okeDRR6juoWz3GRLvdteW/A==", "url"=>{"longurl"=>"https://housing.com/news/know-correct-rent-property/", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (1.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://housing.com/news/know-correct-rent-property/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.6ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://housing.com/news/know-correct-rent-property/"], ["shorturl", "www.nav.com/PblE"], ["domain", "housing.com"], ["mdsum", 5109], ["created_at", "2019-01-21 12:25:19.909580"], ["updated_at", "2019-01-21 12:25:19.909580"]]
↳ app/controllers/urls_controller.rb:20
 (41.5ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/48 Completed 302 Found in 52ms (ActiveRecord: 44.5ms)

Started GET “/urls/48” for 127.0.0.1 at 2019-01-21 17:55:19 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"48"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 48], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 40ms (Views: 23.3ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:55:53 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.3ms)

Completed 200 OK in 59ms (Views: 54.3ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 17:57:00 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Qf7Pa3LFQGBV8zXCNLSyNxjx2nBsKQ3kERYZDbSQ8Aq0Sq8SEkCV1K/p8Els2ZTH1G59gjB+ria+h30cMv1XpA==", "url"=>{"longurl"=>"https://housing.com/news/hi/know-correct-rent-property-hi/", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://housing.com/news/hi/know-correct-rent-property-hi/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (1.0ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (1.2ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://housing.com/news/hi/know-correct-rent-property-hi/"], ["shorturl", "www.nav.com/sXqE"], ["domain", "housing.com"], ["mdsum", 5619], ["created_at", "2019-01-21 12:27:00.433460"], ["updated_at", "2019-01-21 12:27:00.433460"]]
↳ app/controllers/urls_controller.rb:20
 (40.7ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/49 Completed 302 Found in 51ms (ActiveRecord: 43.8ms)

Started GET “/urls/49” for 127.0.0.1 at 2019-01-21 17:57:00 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"49"}
Url Load (0.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 49], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 51ms (Views: 49.5ms | ActiveRecord: 0.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:57:02 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.5ms)

Completed 200 OK in 79ms (Views: 74.1ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 17:57:23 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"5kj9NTL2ZTi0JKAc0jHjT1BzrMT6YovWEGFlDDXxRVsT/J1MUnOwjE4+ZZeKXMW/nOwLNqY1KBS/8AEds5zi9Q==", "url"=>{"longurl"=>"https://housing.com/careers", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://housing.com/careers"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (2.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://housing.com/careers"], ["shorturl", "www.nav.com/SwYB"], ["domain", "housing.com"], ["mdsum", 2633], ["created_at", "2019-01-21 12:27:23.599519"], ["updated_at", "2019-01-21 12:27:23.599519"]]
↳ app/controllers/urls_controller.rb:20
 (41.4ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/50 Completed 302 Found in 53ms (ActiveRecord: 44.6ms)

Started GET “/urls/50” for 127.0.0.1 at 2019-01-21 17:57:23 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"50"}
Url Load (0.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 50], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (2.2ms)

Completed 200 OK in 52ms (Views: 48.7ms | ActiveRecord: 0.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:57:25 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.3ms)

Completed 200 OK in 56ms (Views: 54.3ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 17:57:52 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"1OeIOECkrATdL8AmLFDGv1qbcRSVD5rXsKGXJNCoOGMhU+hBICF5sCc1Ba10PeBPlgTW5slYORUfMPM1VsWfzQ==", "url"=>{"longurl"=>"https://www.indianrealestateforum.com/", "domain"=>"indianrealestateforum.com"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.indianrealestateforum.com/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://www.indianrealestateforum.com/"], ["shorturl", "www.nav.com/Wc8C"], ["domain", "indianrealestateforum.com"], ["mdsum", 3776], ["created_at", "2019-01-21 12:27:52.552868"], ["updated_at", "2019-01-21 12:27:52.552868"]]
↳ app/controllers/urls_controller.rb:20
 (39.7ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/51 Completed 302 Found in 47ms (ActiveRecord: 40.8ms)

Started GET “/urls/51” for 127.0.0.1 at 2019-01-21 17:57:52 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"51"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 51], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 25ms (Views: 22.6ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:57:55 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.4ms)

Completed 200 OK in 52ms (Views: 48.8ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 17:58:12 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"f7M7zc8MiaZsQR+vRpUvNmSbHoJrMcNQHgzmU61oG0iKB1u0r4lcEpZb2iQe+AnGqAS5cDdmYJKxnYJCKwW85g==", "url"=>{"longurl"=>"https://instagram.com/housingindia/", "domain"=>"instagram.com"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://instagram.com/housingindia/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.1ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.3ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://instagram.com/housingindia/"], ["shorturl", "www.nav.com/EG5C"], ["domain", "instagram.com"], ["mdsum", 3422], ["created_at", "2019-01-21 12:28:12.360484"], ["updated_at", "2019-01-21 12:28:12.360484"]]
↳ app/controllers/urls_controller.rb:20
 (39.9ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/52 Completed 302 Found in 45ms (ActiveRecord: 40.8ms)

Started GET “/urls/52” for 127.0.0.1 at 2019-01-21 17:58:12 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"52"}
Url Load (0.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 52], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.6ms)

Completed 200 OK in 21ms (Views: 19.0ms | ActiveRecord: 0.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:58:15 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.9ms)

Completed 200 OK in 51ms (Views: 49.1ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 17:58:28 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"cFEPCLzXbGXN1wiEbDHT5MkdnUBqcfh2SbbkJTjkP1CF5W9x3FK50TfNzQ80XPUUBYI6sjYmW7TmJ4A0vomY/g==", "url"=>{"longurl"=>"https://www.instagram.com/p/BsfsA_OnCMj/", "domain"=>"instagram.com"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.instagram.com/p/BsfsA_OnCMj/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.3ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://www.instagram.com/p/BsfsA_OnCMj/"], ["shorturl", "www.nav.com/M57C"], ["domain", "instagram.com"], ["mdsum", 3699], ["created_at", "2019-01-21 12:28:28.963958"], ["updated_at", "2019-01-21 12:28:28.963958"]]
↳ app/controllers/urls_controller.rb:20
 (39.9ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/53 Completed 302 Found in 47ms (ActiveRecord: 41.0ms)

Started GET “/urls/53” for 127.0.0.1 at 2019-01-21 17:58:29 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"53"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 53], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 48ms (Views: 45.5ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:58:41 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.8ms)

Completed 200 OK in 55ms (Views: 29.5ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 17:58:47 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"wnijq+aEh6JMlXM4cVvmBn4w4Q8N4AREvGFP6bH0N/g3zMPShgFSFraPtrMpNsD2sq9G/VG3p4YT8Cv4N5mQVg==", "url"=>{"longurl"=>"https://www.instagram.com/p/Bog-iO0lC7w/", "domain"=>"instagram.com"}, "commit"=>"Search"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.instagram.com/p/Bog-iO0lC7w/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.8ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://www.instagram.com/p/Bog-iO0lC7w/"], ["shorturl", "www.nav.com/rX7C"], ["domain", "instagram.com"], ["mdsum", 3608], ["created_at", "2019-01-21 12:28:47.672810"], ["updated_at", "2019-01-21 12:28:47.672810"]]
↳ app/controllers/urls_controller.rb:20
 (39.7ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/54 Completed 302 Found in 49ms (ActiveRecord: 41.7ms)

Started GET “/urls/54” for 127.0.0.1 at 2019-01-21 17:58:47 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"54"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 54], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.2ms)

Completed 200 OK in 53ms (Views: 30.2ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:58:52 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.8ms)

Completed 200 OK in 59ms (Views: 56.8ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 17:59:10 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"2+4WZ7dY99ygLMvHX1cSWMoEW8uU9SwUGcI87UH6+FQuWnYe190iaFo2DkwHOjSoBpv8Ociij9a2U1j8x5df+g==", "url"=>{"longurl"=>"https://www.indianrealestateforum.com/forum/city-forums/more-cities-states/goa-real-estate", "domain"=>"indianrealestateforum.com"}, "commit"=>"Search"}
Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.indianrealestateforum.com/forum/city-forums/more-cities-states/goa-real-estate"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.8ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://www.indianrealestateforum.com/forum/city-forums/more-cities-states/goa-real-estate"], ["shorturl", "www.nav.com/FSUH"], ["domain", "indianrealestateforum.com"], ["mdsum", 8917], ["created_at", "2019-01-21 12:29:10.896344"], ["updated_at", "2019-01-21 12:29:10.896344"]]
↳ app/controllers/urls_controller.rb:20
 (40.6ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/55 Completed 302 Found in 49ms (ActiveRecord: 42.6ms)

Started GET “/urls/55” for 127.0.0.1 at 2019-01-21 17:59:10 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"55"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 55], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.8ms)

Completed 200 OK in 27ms (Views: 23.9ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 17:59:12 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.1ms)

Completed 200 OK in 63ms (Views: 60.7ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 18:00:10 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"nIRhIhDM/3XomyrqITmbNsNdzC3Qag2Y/te+p3NUHO1pMAFbcEkqwRKB72F5VL3GD8Jr34w9rlpRRtq29Tm7Qw==", "url"=>{"longurl"=>"https://housing.com/rent/flats-for-rent-in-pune-maharashtra-P2r4v3l939lxd541t", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://housing.com/rent/flats-for-rent-in-pune-maharashtra-P2r4v3l939lxd541t"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.3ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://housing.com/rent/flats-for-rent-in-pune-maharashtra-P2r4v3l939lxd541t"], ["shorturl", "www.nav.com/IbDG"], ["domain", "housing.com"], ["mdsum", 7111], ["created_at", "2019-01-21 12:30:10.622021"], ["updated_at", "2019-01-21 12:30:10.622021"]]
↳ app/controllers/urls_controller.rb:20
 (39.6ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/56 Completed 302 Found in 46ms (ActiveRecord: 40.7ms)

Started GET “/urls/56” for 127.0.0.1 at 2019-01-21 18:00:10 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"56"}
Url Load (0.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 56], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 88ms (Views: 68.5ms | ActiveRecord: 0.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 18:00:12 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.5ms)

Completed 200 OK in 76ms (Views: 22.4ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 18:00:35 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"2GLbQ8l/eUek4ttzQkA+QoImof65e5JhUOoT9JY0dl0t1rs6qfqs8174HvgaLRiyTrkGDOUsMaP/e3flEFnR8w==", "url"=>{"longurl"=>"https://housing.com/rent/flats-for-rent-in-pune-maharashtra-P2r4v3l939lxd541t", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://housing.com/rent/flats-for-rent-in-pune-maharashtra-P2r4v3l939lxd541t"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12

Redirected to localhost:3000/urls/56 Completed 302 Found in 2ms (ActiveRecord: 0.5ms)

Started GET “/urls/56” for 127.0.0.1 at 2019-01-21 18:00:36 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"56"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 56], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 58ms (Views: 36.2ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 18:00:37 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.1ms)

Completed 200 OK in 53ms (Views: 40.5ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 18:00:54 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Cx3tMxMpCTbnB4g6Bi8/HYNmmGcK6E8wlS/IwKH0w9X+qY1Kc6zcgh0dTbFeQhntT/k/lVa/7PI6vqzRJ5lkew==", "url"=>{"longurl"=>"https://housing.com/rent/2540668-1000-sqft-3-bhk-independent-floor-on-rent-in-pratap-nagar-amritsar", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://housing.com/rent/2540668-1000-sqft-3-bhk-independent-floor-on-rent-in-pratap-nagar-amritsar"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (2.5ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://housing.com/rent/2540668-1000-sqft-3-bhk-independent-floor-on-rent-in-pratap-nagar-amritsar"], ["shorturl", "www.nav.com/?SUH"], ["domain", "housing.com"], ["mdsum", 8911], ["created_at", "2019-01-21 12:30:54.359856"], ["updated_at", "2019-01-21 12:30:54.359856"]]
↳ app/controllers/urls_controller.rb:20
 (40.7ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/57 Completed 302 Found in 52ms (ActiveRecord: 44.2ms)

Started GET “/urls/57” for 127.0.0.1 at 2019-01-21 18:00:54 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"57"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 57], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.6ms)

Completed 200 OK in 29ms (Views: 26.9ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 18:00:57 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.1ms)

Completed 200 OK in 59ms (Views: 57.1ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 18:01:15 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"j322abTcoiWVCRjN68NDJ5+q0l4khnKl0wI63D9vJmt6ydYQ1Fl3kW8T3UazrmXXUzV1rHjR0Wd8k17NuQKBxQ==", "url"=>{"longurl"=>"https://housing.com/news/heavyweights-realty-industry-launch-separate-arm-coworking-office-biz/", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (1.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://housing.com/news/heavyweights-realty-industry-launch-separate-arm-coworking-office-biz/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://housing.com/news/heavyweights-realty-industry-launch-separate-arm-coworking-office-biz/"], ["shorturl", "www.nav.com/B?YI"], ["domain", "housing.com"], ["mdsum", 9382], ["created_at", "2019-01-21 12:31:15.244288"], ["updated_at", "2019-01-21 12:31:15.244288"]]
↳ app/controllers/urls_controller.rb:20
 (40.6ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/58 Completed 302 Found in 50ms (ActiveRecord: 42.8ms)

Started GET “/urls/58” for 127.0.0.1 at 2019-01-21 18:01:15 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"58"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 58], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 35ms (Views: 31.0ms | ActiveRecord: 0.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 18:01:17 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.5ms)

Completed 200 OK in 46ms (Views: 44.3ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 18:01:30 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"lFefALFkMzNHE15ebDLw9cFjmfmQgUo9OhUlsoURb8dh4/950eHmh70Jm9U0X9YFDfw+C8zW6f+VhEGjA3zIaQ==", "url"=>{"longurl"=>"https://housing.com/news/heavyweights-realty-industry-launch-separate-arm-coworking-office-biz/", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (2.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://housing.com/news/heavyweights-realty-industry-launch-separate-arm-coworking-office-biz/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12

Redirected to localhost:3000/urls/58 Completed 302 Found in 7ms (ActiveRecord: 2.0ms)

Started GET “/urls/58” for 127.0.0.1 at 2019-01-21 18:01:30 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"58"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 58], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 29ms (Views: 26.3ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 18:01:47 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.9ms)

Completed 200 OK in 53ms (Views: 50.8ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 18:01:56 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"FYBvadHLGYBFPdZJo8e48Kc/Gj9DiIcUIusjlhFzVQrgNA8QsU7MNL8nE8L7qp4Aa6C9zR/fJNaNekeHlx7ypA==", "url"=>{"longurl"=>"https://www.proptiger.com/", "domain"=>"proptiger.com"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.proptiger.com/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://www.proptiger.com/"], ["shorturl", "www.nav.com/$kXB"], ["domain", "proptiger.com"], ["mdsum", 2518], ["created_at", "2019-01-21 12:31:56.428573"], ["updated_at", "2019-01-21 12:31:56.428573"]]
↳ app/controllers/urls_controller.rb:20
 (40.8ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/59 Completed 302 Found in 50ms (ActiveRecord: 42.2ms)

Started GET “/urls/59” for 127.0.0.1 at 2019-01-21 18:01:56 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"59"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 59], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 38ms (Views: 35.5ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 18:01:57 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.1ms)

Completed 200 OK in 50ms (Views: 46.4ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 18:02:15 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"SgYN4fCbc1pqOCPsQGtAfAIGMKkFkuGcwIJiokthR6+/sm2YkB6m7pAi5mcYBmaMzpmXW1nFQl5vEwazzQzgAQ==", "url"=>{"longurl"=>"https://www.proptiger.com/gurgaon/property-sale", "domain"=>"proptiger.com"}, "commit"=>"Search"}
Url Load (1.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.proptiger.com/gurgaon/property-sale"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.8ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://www.proptiger.com/gurgaon/property-sale"], ["shorturl", "www.nav.com/y*gD"], ["domain", "proptiger.com"], ["mdsum", 4687], ["created_at", "2019-01-21 12:32:15.621921"], ["updated_at", "2019-01-21 12:32:15.621921"]]
↳ app/controllers/urls_controller.rb:20
 (40.4ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/60 Completed 302 Found in 50ms (ActiveRecord: 43.2ms)

Started GET “/urls/60” for 127.0.0.1 at 2019-01-21 18:02:15 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"60"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 60], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.3ms)

Completed 200 OK in 26ms (Views: 21.6ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 18:02:17 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.2ms)

Completed 200 OK in 54ms (Views: 51.7ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 18:02:33 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"JZVYIDU9pWOsQOOscAGkwVHHUuvxUTR1/SDslsF7UB3QIThZVbhw11ZaJicobIIxnVj1Ga0Gl7dSsYiHRxb3sw==", "url"=>{"longurl"=>"https://www.proptiger.com/gurgaon/property-sale#jsSerpGallery&gid=1&pid=1", "domain"=>"proptiger.com"}, "commit"=>"Search"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.proptiger.com/gurgaon/property-sale#jsSerpGallery&gid=1&pid=1"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (2.4ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://www.proptiger.com/gurgaon/property-sale#jsSerpGallery&gid=1&pid=1"], ["shorturl", "www.nav.com/Y0BF"], ["domain", "proptiger.com"], ["mdsum", 6994], ["created_at", "2019-01-21 12:32:33.476507"], ["updated_at", "2019-01-21 12:32:33.476507"]]
↳ app/controllers/urls_controller.rb:20
 (40.7ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/61 Completed 302 Found in 52ms (ActiveRecord: 44.4ms)

Started GET “/urls/61” for 127.0.0.1 at 2019-01-21 18:02:33 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"61"}
Url Load (0.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 61], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 26ms (Views: 23.8ms | ActiveRecord: 0.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 18:02:34 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.9ms)

Completed 200 OK in 48ms (Views: 46.8ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 18:02:49 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"3jf6DKVmu4EZ/TWg0t0ATJIZQIlHY0oHZUpW/CTigqorg5p1xeNuNePn8CuKsCa8Xobnexs06cXK2zLtoo8lBA==", "url"=>{"longurl"=>"https://www.proptiger.com/gurgaon/property-sale#jsSerpGallery&gid=1&pid=1", "domain"=>"proptiger.com"}, "commit"=>"Search"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.proptiger.com/gurgaon/property-sale#jsSerpGallery&gid=1&pid=1"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12

Redirected to localhost:3000/urls/61 Completed 302 Found in 5ms (ActiveRecord: 0.7ms)

Started GET “/urls/61” for 127.0.0.1 at 2019-01-21 18:02:49 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"61"}
Url Load (0.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 61], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.2ms)

Completed 200 OK in 27ms (Views: 25.3ms | ActiveRecord: 0.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 18:02:51 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (7.3ms)

Completed 200 OK in 48ms (Views: 46.5ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 18:03:05 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"5tbM4iY1RvJHs5cKvA6JHK7qbwqE0oKDMgO/dvTlyIgTYqybRrCTRr2pUoHkY6/sYnXI+NiFIUGdkttncohvJg==", "url"=>{"longurl"=>"https://www.proptiger.com/gurgaon/property-sale#jsSerpGallery&gid=1&pid=1", "domain"=>"proptiger.com"}, "commit"=>"Search"}
Url Load (1.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.proptiger.com/gurgaon/property-sale#jsSerpGallery&gid=1&pid=1"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12

Redirected to localhost:3000/urls/61 Completed 302 Found in 6ms (ActiveRecord: 1.6ms)

Started GET “/urls/61” for 127.0.0.1 at 2019-01-21 18:03:05 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"61"}
Url Load (0.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 61], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 27ms (Views: 24.8ms | ActiveRecord: 0.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 18:03:07 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.1ms)

Completed 200 OK in 56ms (Views: 54.3ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 18:03:24 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"S0mSHkyeJlIiiCKQc5cPdWo6Gu3cs3CxBNd9b94x942+/fJnLBvz5tiS5xsr+imFpqW9H4Dk03OrRhl+WFxQIw==", "url"=>{"longurl"=>"https://www.proptiger.com/gurgaon/property-sale#jsSerpGallery&gid=1&pid=1", "domain"=>"proptiger.com"}, "commit"=>"Search"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.proptiger.com/gurgaon/property-sale#jsSerpGallery&gid=1&pid=1"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12

Redirected to localhost:3000/urls/61 Completed 302 Found in 5ms (ActiveRecord: 0.7ms)

Started GET “/urls/61” for 127.0.0.1 at 2019-01-21 18:03:24 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"61"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 61], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 26ms (Views: 23.5ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 18:05:04 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.7ms)

Completed 200 OK in 70ms (Views: 67.8ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 18:05:13 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"BI/JGjxmkc28dB0C8OJ+jmO65+iWWP2IB8n3Z48LJXbxO6ljXONEeUZu2Imoj1h+ryVAGsoPXkqoWJN2CWaC2A==", "url"=>{"longurl"=>"https://www.proptiger.com/gurgaon/property-sale#jsSerpGallery&gid=1&pid=1", "domain"=>"proptiger.com"}, "commit"=>"Search"}
Url Load (1.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.proptiger.com/gurgaon/property-sale#jsSerpGallery&gid=1&pid=1"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12

Redirected to localhost:3000/urls/61 Completed 302 Found in 4ms (ActiveRecord: 1.2ms)

Started GET “/urls/61” for 127.0.0.1 at 2019-01-21 18:05:13 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"61"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 61], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.8ms)

Completed 200 OK in 32ms (Views: 28.1ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 18:05:19 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.4ms)

Completed 200 OK in 52ms (Views: 50.8ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 18:05:35 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"f7eIyGbNKcnj1n8ssPTHWpJq4/Xq3tBKwmdkE+EdNIqKA+ixBkj8fRnMuqfomeGqXvVEB7aJc4ht9gACZ3CTJA==", "url"=>{"longurl"=>"https://www.proptiger.com/gurgaon/sector-81/landmark-group-new-launch-in-sector-81-640675", "domain"=>"proptiger.com"}, "commit"=>"Search"}
Url Load (1.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.proptiger.com/gurgaon/sector-81/landmark-group-new-launch-in-sector-81-640675"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (1.1ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://www.proptiger.com/gurgaon/sector-81/landmark-group-new-launch-in-sector-81-640675"], ["shorturl", "www.nav.com/8JMH"], ["domain", "proptiger.com"], ["mdsum", 8144], ["created_at", "2019-01-21 12:35:35.877280"], ["updated_at", "2019-01-21 12:35:35.877280"]]
↳ app/controllers/urls_controller.rb:20
 (40.7ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/62 Completed 302 Found in 51ms (ActiveRecord: 43.5ms)

Started GET “/urls/62” for 127.0.0.1 at 2019-01-21 18:05:35 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"62"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 62], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 29ms (Views: 25.2ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 18:05:37 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.9ms)

Completed 200 OK in 51ms (Views: 50.1ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 18:05:51 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Kn85PqXa1kiFjv31BX//Tm/lnRJYbXjAv1rNqYA3rx3fy1lHxV8D/H+UOH5dEtm+o3o64AQ62wIQy6m4BloIsw==", "url"=>{"longurl"=>"https://www.proptiger.com/gurgaon/sector-86/microtek-greenburg-640998", "domain"=>"proptiger.com"}, "commit"=>"Search"}
Url Load (1.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.proptiger.com/gurgaon/sector-86/microtek-greenburg-640998"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.9ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://www.proptiger.com/gurgaon/sector-86/microtek-greenburg-640998"], ["shorturl", "www.nav.com/k9yF"], ["domain", "proptiger.com"], ["mdsum", 6415], ["created_at", "2019-01-21 12:35:51.500553"], ["updated_at", "2019-01-21 12:35:51.500553"]]
↳ app/controllers/urls_controller.rb:20
 (41.5ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/63 Completed 302 Found in 51ms (ActiveRecord: 43.8ms)

Started GET “/urls/63” for 127.0.0.1 at 2019-01-21 18:05:51 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"63"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 63], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.4ms)

Completed 200 OK in 43ms (Views: 38.8ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 18:05:53 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.5ms)

Completed 200 OK in 47ms (Views: 45.0ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 18:06:21 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"tpgETp2iVkKl0yvjgK1Wi8cYjCt5kWDF+4tdJh/gOapDLGQ3/SeD9l/J7mjYwHB7C4cr2SXGwwdUGjk3mY2eBA==", "url"=>{"longurl"=>"https://www.proptiger.com/gurgaon-real-estate/sector-81-overview-50135", "domain"=>"proptiger.com"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.proptiger.com/gurgaon-real-estate/sector-81-overview-50135"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://www.proptiger.com/gurgaon-real-estate/sector-81-overview-50135"], ["shorturl", "www.nav.com/MizF"], ["domain", "proptiger.com"], ["mdsum", 6513], ["created_at", "2019-01-21 12:36:21.332172"], ["updated_at", "2019-01-21 12:36:21.332172"]]
↳ app/controllers/urls_controller.rb:20
 (40.3ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/64 Completed 302 Found in 47ms (ActiveRecord: 41.5ms)

Started GET “/urls/64” for 127.0.0.1 at 2019-01-21 18:06:21 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"64"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 64], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 76ms (Views: 57.6ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 18:06:23 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (13.1ms)

Completed 200 OK in 76ms (Views: 49.8ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 18:06:54 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"XJwqo6/CT/I1P3WLbi3RF4eW1EvaAFpEOMiEwBBloUipKEraz0eaRs8lsAA2QPfnSwlzuYZX+YaXWeDRlggG5g==", "url"=>{"longurl"=>"https://www.mansionglobal.com/", "domain"=>"mansioglobal.com"}, "commit"=>"Search"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.mansionglobal.com/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://www.mansionglobal.com/"], ["shorturl", "www.nav.com/2V0B"], ["domain", "mansioglobal.com"], ["mdsum", 2912], ["created_at", "2019-01-21 12:36:54.914032"], ["updated_at", "2019-01-21 12:36:54.914032"]]
↳ app/controllers/urls_controller.rb:20
 (40.8ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/65 Completed 302 Found in 49ms (ActiveRecord: 42.2ms)

Started GET “/urls/65” for 127.0.0.1 at 2019-01-21 18:06:54 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"65"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 65], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 83ms (Views: 66.4ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 18:07:37 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (6.4ms)

Completed 200 OK in 131ms (Views: 116.9ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 18:07:50 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"2N3V+PysT0mRGpDWrOlO+DN5hTFjO6dl8r4QRaJW/tYtabWBnCma/WsAVV30hGgI/+Yiwz9sBKddL3RUJDtZeA==", "url"=>{"longurl"=>"https://www.youtube.com/watch?v=8uJ-wOljP_s", "domain"=>"youtube.com"}, "commit"=>"Search"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.youtube.com/watch?v=8uJ-wOljP_s"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://www.youtube.com/watch?v=8uJ-wOljP_s"], ["shorturl", "www.nav.com/wFaD"], ["domain", "youtube.com"], ["mdsum", 4082], ["created_at", "2019-01-21 12:37:50.992349"], ["updated_at", "2019-01-21 12:37:50.992349"]]
↳ app/controllers/urls_controller.rb:20
 (40.6ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/66 Completed 302 Found in 47ms (ActiveRecord: 42.0ms)

Started GET “/urls/66” for 127.0.0.1 at 2019-01-21 18:07:51 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"66"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 66], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.6ms)

Completed 200 OK in 88ms (Views: 67.2ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 18:07:52 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.9ms)

Completed 200 OK in 75ms (Views: 74.2ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 18:08:14 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"+wy6pw7jcFg/52kggPKT+D7PKhIoT6sNjH/OmK4v9gQOuNrebmal7MX9rKvYn7UI8lCN4HQYCM8j7qqJKEJRqg==", "url"=>{"longurl"=>"https://www.youtube.com/watch?v=EatzcaVJRMs", "domain"=>"youtube.com"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.youtube.com/watch?v=EatzcaVJRMs"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (59.1ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://www.youtube.com/watch?v=EatzcaVJRMs"], ["shorturl", "www.nav.com/6JbD"], ["domain", "youtube.com"], ["mdsum", 4122], ["created_at", "2019-01-21 12:38:14.023218"], ["updated_at", "2019-01-21 12:38:14.023218"]]
↳ app/controllers/urls_controller.rb:20
 (0.6ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/67 Completed 302 Found in 66ms (ActiveRecord: 60.4ms)

Started GET “/urls/67” for 127.0.0.1 at 2019-01-21 18:08:14 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"67"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 67], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.4ms)

Completed 200 OK in 42ms (Views: 39.4ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 18:08:15 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.3ms)

Completed 200 OK in 61ms (Views: 60.1ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 18:08:33 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"SUU72WkP5HZcyUJw9WJmnCoLD0WCoz8W/lstQPB9vA+88VugCYoxwqbTh/utD0Bs5pSot970nNRRyklRdhAboQ==", "url"=>{"longurl"=>"https://www.youtube.com/watch?v=aJOTlE1K90k", "domain"=>"youtube.com"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.youtube.com/watch?v=aJOTlE1K90k"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://www.youtube.com/watch?v=aJOTlE1K90k"], ["shorturl", "www.nav.com/js$C"], ["domain", "youtube.com"], ["mdsum", 3935], ["created_at", "2019-01-21 12:38:33.986195"], ["updated_at", "2019-01-21 12:38:33.986195"]]
↳ app/controllers/urls_controller.rb:20
 (40.4ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/68 Completed 302 Found in 46ms (ActiveRecord: 41.6ms)

Started GET “/urls/68” for 127.0.0.1 at 2019-01-21 18:08:34 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"68"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 68], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.4ms)

Completed 200 OK in 60ms (Views: 48.1ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 18:09:59 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.7ms)

Completed 200 OK in 181ms (Views: 157.2ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 18:10:08 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"4jtojfAJhcWiDjiPVz+h2BCQomLgK0nsFdkAKaksBXYXjwj0kIxQcVgU/QQPUoco3A8FkLx86i66SGQ4L0Gi2A==", "url"=>{"longurl"=>"https://www.youtube.com/watch?v=aJOTlE1K90k", "domain"=>"youtube.com"}, "commit"=>"Search"}
Url Load (5.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.youtube.com/watch?v=aJOTlE1K90k"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12

Redirected to localhost:3000/urls/68 Completed 302 Found in 9ms (ActiveRecord: 5.3ms)

Started GET “/urls/68” for 127.0.0.1 at 2019-01-21 18:10:08 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"68"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 68], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 42ms (Views: 33.4ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 18:10:09 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.8ms)

Completed 200 OK in 53ms (Views: 51.1ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 18:10:36 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"gMQQn1T1TE7/6dxly3mwaRmnbu4BVb+wAyzI+EqFswR1cHDmNHCZ+gXzGe6TFJaZ1TjJHF0CHHKsvazpzOgUqg==", "url"=>{"longurl"=>"https://www.youtube.com/watch?v=aJOTlE1K90k", "domain"=>"youtube.com"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.youtube.com/watch?v=aJOTlE1K90k"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12

Redirected to localhost:3000/urls/68 Completed 302 Found in 4ms (ActiveRecord: 0.5ms)

Started GET “/urls/68” for 127.0.0.1 at 2019-01-21 18:10:36 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"68"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 68], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 48ms (Views: 32.4ms | ActiveRecord: 0.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 18:10:38 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.4ms)

Completed 200 OK in 69ms (Views: 53.3ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 18:11:00 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"8srt54CXDvQrzbqPH6OlYYE/mcmYoKQqzIEIdi3xuZgHfo2e4BLbQNHXfwRHzoORTaA+O8T3B+hjEGxnq5weNg==", "url"=>{"longurl"=>"https://www.proptiger.com/guide", "domain"=>"proptiger.com"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.proptiger.com/guide"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.8ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://www.proptiger.com/guide"], ["shorturl", "www.nav.com/071C"], ["domain", "proptiger.com"], ["mdsum", 3044], ["created_at", "2019-01-21 12:41:00.806825"], ["updated_at", "2019-01-21 12:41:00.806825"]]
↳ app/controllers/urls_controller.rb:20
 (40.0ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/69 Completed 302 Found in 61ms (ActiveRecord: 41.6ms)

Started GET “/urls/69” for 127.0.0.1 at 2019-01-21 18:11:00 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"69"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 69], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 85ms (Views: 69.5ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 18:11:02 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.0ms)

Completed 200 OK in 79ms (Views: 64.5ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-21 18:11:19 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"yZh03ZivZZmMQzdRpaeHOfGkz/tVCJGR4+A03gN2W3o8LBSk+CqwLXZZ8tr9yqHJPTtoCQlfMlNMcVDPhRv81A==", "url"=>{"longurl"=>"https://www.proptiger.com/gurgaon/omaxe-100361", "domain"=>"proptiger.com"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.proptiger.com/gurgaon/omaxe-100361"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.1ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.3ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://www.proptiger.com/gurgaon/omaxe-100361"], ["shorturl", "www.nav.com/iQcD"], ["domain", "proptiger.com"], ["mdsum", 4202], ["created_at", "2019-01-21 12:41:19.566089"], ["updated_at", "2019-01-21 12:41:19.566089"]]
↳ app/controllers/urls_controller.rb:20
 (39.7ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/70 Completed 302 Found in 45ms (ActiveRecord: 40.5ms)

Started GET “/urls/70” for 127.0.0.1 at 2019-01-21 18:11:19 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"70"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 70], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 30ms (Views: 26.9ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-21 18:11:21 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 54ms (Views: 52.4ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-21 18:11:33 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.0ms)

Completed 200 OK in 67ms (Views: 63.5ms | ActiveRecord: 0.0ms)

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."domain" = $1 LIMIT $2  [["domain", "proptiger.com"], ["LIMIT", 11]]
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."domain" = $1 LIMIT $2  [["domain", "proptiger.com"], ["LIMIT", 11]]
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."domain" = $1 LIMIT $2  [["domain", "proptiger.com"], ["LIMIT", 11]]

Started GET “/” for 127.0.0.1 at 2019-01-22 10:51:28 +0530

 (61.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (13.6ms)

Completed 200 OK in 397ms (Views: 389.8ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-22 10:51:51 +0530

 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.2ms)

Completed 200 OK in 287ms (Views: 279.7ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-22 10:53:22 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (57.7ms)

Completed 200 OK in 240ms (Views: 79.7ms | ActiveRecord: 84.2ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-22 10:53:25 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.7ms)

Completed 200 OK in 37ms (Views: 23.0ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-22 10:53:27 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"XiD9FmuFQ/ENm6TM3Fa1roASeYi4eX8TOUv1toDmRO7RSRzVKLXdzhG/CH8Q/4ArJTH7Ypzt4uX2M8RFc6P1+w==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (75.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 147ms (ActiveRecord: 75.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 10:53:27 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.3ms)

Completed 200 OK in 55ms (Views: 23.6ms | ActiveRecord: 4.4ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-22 10:53:47 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"PM7DhPNVvmuPA0XSy+doPKCN+R721UHfvMYgDMQkli1g0SgVMIBqWRCeGxBJoqHh6COR6cyJSqTVhoklyYwDIw==", "url"=>{"longurl"=>"https://www.makaan.com/", "domain"=>"makaan.com"}, "commit"=>"Search"}
Url Load (62.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.makaan.com/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (100.1ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://www.makaan.com/"], ["shorturl", "www.nav.com/CLTB"], ["domain", "makaan.com"], ["mdsum", 2147], ["created_at", "2019-01-22 05:23:47.529310"], ["updated_at", "2019-01-22 05:23:47.529310"]]
↳ app/controllers/urls_controller.rb:20
 (808.9ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/71 Completed 302 Found in 977ms (ActiveRecord: 971.3ms)

Started GET “/urls/71” for 127.0.0.1 at 2019-01-22 10:53:48 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"71"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 71], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.3ms)

Completed 200 OK in 70ms (Views: 26.0ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 10:53:50 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 43ms (Views: 40.0ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-22 10:54:02 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"p/RWWqXGRGC+njXM9VutknNgZfjmTsGs8wAiYcqLYR57TFLCOwKzQWeQK+zRhuFkdH9cNEm69aKWNrKelD+vAA==", "url"=>{"longurl"=>"https://www.makaan.com/home-loan", "domain"=>"makaan.com"}, "commit"=>"Search"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.makaan.com/home-loan"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.3ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://www.makaan.com/home-loan"], ["shorturl", "www.nav.com/&71C"], ["domain", "makaan.com"], ["mdsum", 3043], ["created_at", "2019-01-22 05:24:02.740890"], ["updated_at", "2019-01-22 05:24:02.740890"]]
↳ app/controllers/urls_controller.rb:20
 (39.6ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/72 Completed 302 Found in 47ms (ActiveRecord: 41.0ms)

Started GET “/urls/72” for 127.0.0.1 at 2019-01-22 10:54:02 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"72"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 72], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 23ms (Views: 19.9ms | ActiveRecord: 0.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 10:54:04 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.5ms)

Completed 200 OK in 49ms (Views: 44.1ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 10:54:21 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 69ms (Views: 65.4ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-22 10:54:23 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"gvTLXtnuuOVUpgKhwsE8v1qnHLNLF//YyFefHe475A6sQQH7+LUzBFTjd/kOwWntsguF5BVYlFplNQNcNCWEuw==", "url"=>{"shorturl"=>"www.nav.com/&71C"}, "commit"=>"Search"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/&71C"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:42

Redirected to localhost:3000/urls/72 Completed 302 Found in 16ms (ActiveRecord: 0.8ms)

Started GET “/urls/72” for 127.0.0.1 at 2019-01-22 10:54:23 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"72"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 72], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 26ms (Views: 23.1ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 10:56:42 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.3ms)

Completed 200 OK in 37ms (Views: 21.4ms | ActiveRecord: 4.6ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-22 10:57:04 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"W3rYwWy9b7S23sslUa6ijKeKMx8dUFcXb0fw3mXHuNOHwtxZ8nmYlW/Q1QV1c+56oJUK07KkYxkKcWAhO3N2zQ==", "url"=>{"longurl"=>"https://www.makaan.com/home-loan#applyHomeLoanProject", "domain"=>"makaan.com"}, "commit"=>"Search"}
Url Load (2.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.makaan.com/home-loan#applyHomeLoanProject"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://www.makaan.com/home-loan#applyHomeLoanProject"], ["shorturl", "www.nav.com/kflE"], ["domain", "makaan.com"], ["mdsum", 5142], ["created_at", "2019-01-22 05:27:04.341760"], ["updated_at", "2019-01-22 05:27:04.341760"]]
↳ app/controllers/urls_controller.rb:20
 (40.5ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/73 Completed 302 Found in 53ms (ActiveRecord: 44.1ms)

Started GET “/urls/73” for 127.0.0.1 at 2019-01-22 10:57:04 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"73"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 73], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 22ms (Views: 19.0ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 10:57:06 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.9ms)

Completed 200 OK in 64ms (Views: 61.4ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-22 10:57:36 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"dRLyOfFXhWkeiKiyPgIvJjsc7YeaLl7/mVEswuaygS+pqvahb5NySMeGtpIa32PQPAPUSzXaavH8Z7w9uAZPMQ==", "url"=>{"longurl"=>"https://www.makaan.com/gurgaon-residential-property/rent-property-in-gurgaon-city", "domain"=>"makaan.com"}, "commit"=>"Search"}
Url Load (1.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.makaan.com/gurgaon-residential-property/rent-property-in-gurgaon-city"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.4ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://www.makaan.com/gurgaon-residential-property/rent-property-in-gurgaon-city"], ["shorturl", "www.nav.com/E?LH"], ["domain", "makaan.com"], ["mdsum", 8045], ["created_at", "2019-01-22 05:27:36.848205"], ["updated_at", "2019-01-22 05:27:36.848205"]]
↳ app/controllers/urls_controller.rb:20
 (40.8ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/74 Completed 302 Found in 52ms (ActiveRecord: 43.5ms)

Started GET “/urls/74” for 127.0.0.1 at 2019-01-22 10:57:36 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"74"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 74], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.2ms)

Completed 200 OK in 26ms (Views: 22.4ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 10:57:38 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.3ms)

Completed 200 OK in 50ms (Views: 45.6ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-22 10:57:52 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"6M0GXiyfNOt5qlipXsKLg4Xedp7J6bdTuoBFAQ/s0vw0dQLGslvDyqCkRol6H8d1gsFPUmYdg13fttX+UVgc4g==", "url"=>{"longurl"=>"https://www.makaan.com/gurgaon/dlf-phase-2-in-sector-25-6394661/1bhk-1t-550-sqft-builderfloor-for-rent", "domain"=>"makaan.com"}, "commit"=>"Search"}
Url Load (1.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.makaan.com/gurgaon/dlf-phase-2-in-sector-25-6394661/1bhk-1t-550-sqft-builderfloor-for-rent"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (1.0ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://www.makaan.com/gurgaon/dlf-phase-2-in-sector-25-6394661/1bhk-1t-550-sqft-builderfloor-for-rent"], ["shorturl", "www.nav.com/$WUH"], ["domain", "makaan.com"], ["mdsum", 8950], ["created_at", "2019-01-22 05:27:52.805108"], ["updated_at", "2019-01-22 05:27:52.805108"]]
↳ app/controllers/urls_controller.rb:20
 (50.4ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/75 Completed 302 Found in 61ms (ActiveRecord: 53.3ms)

Started GET “/urls/75” for 127.0.0.1 at 2019-01-22 10:57:52 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"75"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 75], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.6ms)

Completed 200 OK in 22ms (Views: 20.3ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 10:57:54 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.3ms)

Completed 200 OK in 40ms (Views: 37.1ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-22 10:58:06 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"w0ffZ/jSCeMUwauiEcI6Zrl6lxR3UaSlSA5ZQQYZb+Mf/9v/Zhb+ws3PtYI1H3aQvmWu2NilkKstOMm+WK2h/Q==", "url"=>{"longurl"=>"https://www.makaan.com/gurgaon/reputed-builder-hewo-apartments-ii-in-sector-56-4898372/1bhk-1t-791-sqft-apartment-for-rent", "domain"=>"makaan.com"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.makaan.com/gurgaon/reputed-builder-hewo-apartments-ii-in-sector-56-4898372/1bhk-1t-791-sqft-apartment-for-rent"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://www.makaan.com/gurgaon/reputed-builder-hewo-apartments-ii-in-sector-56-4898372/1bhk-1t-791-sqft-apartment-for-rent"], ["shorturl", "www.nav.com/37d%A"], ["domain", "makaan.com"], ["mdsum", 11087], ["created_at", "2019-01-22 05:28:06.476646"], ["updated_at", "2019-01-22 05:28:06.476646"]]
↳ app/controllers/urls_controller.rb:20
 (40.5ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/76 Completed 302 Found in 47ms (ActiveRecord: 41.6ms)

Started GET “/urls/76” for 127.0.0.1 at 2019-01-22 10:58:06 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"76"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 76], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.5ms)

Completed 200 OK in 29ms (Views: 26.5ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 10:58:08 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.0ms)

Completed 200 OK in 55ms (Views: 52.0ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-22 10:58:28 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"JOuwQav4JIZL1BL0FO6vBn5ZMf6T2pr6hoW24qYSjRn4U7TZNTzTp5LaDNQwM+PweUYIMjwurvTjsyYd+KZDBw==", "url"=>{"longurl"=>"https://www.makaan.com/gurgaon/dlf-phase-2-in-sector-25-6394661/1bhk-1t-550-sqft-builderfloor-for-rent", "domain"=>"makaan.com"}, "commit"=>"Search"}
Url Load (2.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.makaan.com/gurgaon/dlf-phase-2-in-sector-25-6394661/1bhk-1t-550-sqft-builderfloor-for-rent"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12

Redirected to localhost:3000/urls/75 Completed 302 Found in 7ms (ActiveRecord: 2.0ms)

Started GET “/urls/75” for 127.0.0.1 at 2019-01-22 10:58:28 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"75"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 75], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 28ms (Views: 25.3ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 10:58:38 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.5ms)

Completed 200 OK in 46ms (Views: 42.8ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-22 10:58:43 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"XLNT4NJjUInHw8GiomPkOAuXBHMupzFcF0Y2hN8xGHeAC1d4TKenqB7N34KGvqjODIg9v4FTBVJycKZ7gYXWaQ==", "url"=>{"longurl"=>"https://www.makaan.com/gurgaon/emaar-india-palm-drive-in-sector-66-3960333/3bhk-3t-1950-sqft-apartment-for-rent", "domain"=>"makaan.com"}, "commit"=>"Search"}
Url Load (2.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.makaan.com/gurgaon/emaar-india-palm-drive-in-sector-66-3960333/3bhk-3t-1950-sqft-apartment-for-rent"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.5ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (1.3ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://www.makaan.com/gurgaon/emaar-india-palm-drive-in-sector-66-3960333/3bhk-3t-1950-sqft-apartment-for-rent"], ["shorturl", "www.nav.com/ug2I"], ["domain", "makaan.com"], ["mdsum", 9842], ["created_at", "2019-01-22 05:28:43.898038"], ["updated_at", "2019-01-22 05:28:43.898038"]]
↳ app/controllers/urls_controller.rb:20
 (41.6ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/77 Completed 302 Found in 54ms (ActiveRecord: 46.1ms)

Started GET “/urls/77” for 127.0.0.1 at 2019-01-22 10:58:43 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"77"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 77], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.6ms)

Completed 200 OK in 23ms (Views: 20.9ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 10:58:45 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 46ms (Views: 40.6ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-22 10:59:10 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"0Dl9WKLOnf69EXJid9f3vhn8Cw9L3BRMIIhxyQuluXkMgXnAPApq32QfbEJTCrtIHuMyw+QoIEJFvuE2VRF3Zw==", "url"=>{"longurl"=>"https://www.makaan.com/gurgaon/emaar-india-palm-drive-in-sector-66-3960333/3bhk-3t-1950-sqft-apartment-for-rent", "domain"=>"makaan.com"}, "commit"=>"Search"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.makaan.com/gurgaon/emaar-india-palm-drive-in-sector-66-3960333/3bhk-3t-1950-sqft-apartment-for-rent"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12

Redirected to localhost:3000/urls/77 Completed 302 Found in 4ms (ActiveRecord: 0.8ms)

Started GET “/urls/77” for 127.0.0.1 at 2019-01-22 10:59:10 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"77"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 77], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.6ms)

Completed 200 OK in 26ms (Views: 23.8ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 10:59:13 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.3ms)

Completed 200 OK in 59ms (Views: 57.1ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-22 10:59:37 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"EZWqa7XK+rRn7fc14zR8XPj1yc2dpUdXoB6RkopGV7TNLa7zKw4Nlb7j6RXH6TCq/+rwATJRc1nFKAFt1PKZqg==", "url"=>{"longurl"=>"https://www.makaan.com/gurgaon-residential-property/rent-property-in-gurgaon-city#lg=1", "domain"=>"makaan.com"}, "commit"=>"Search"}
Url Load (1.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.makaan.com/gurgaon-residential-property/rent-property-in-gurgaon-city#lg=1"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.5ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://www.makaan.com/gurgaon-residential-property/rent-property-in-gurgaon-city#lg=1"], ["shorturl", "www.nav.com/Y7PH"], ["domain", "makaan.com"], ["mdsum", 8401], ["created_at", "2019-01-22 05:29:37.492194"], ["updated_at", "2019-01-22 05:29:37.492194"]]
↳ app/controllers/urls_controller.rb:20
 (40.3ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/78 Completed 302 Found in 51ms (ActiveRecord: 42.9ms)

Started GET “/urls/78” for 127.0.0.1 at 2019-01-22 10:59:37 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"78"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 78], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 21ms (Views: 19.1ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 10:59:39 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 47ms (Views: 45.7ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-22 10:59:55 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"QoszAduoo0Var/9VcXKD3pX1nFKfwNSIrR1CzUf1Ts6eMzeZRWxUZIOh4XVVr88okuqlnjA04IbIK9IyGUGA0A==", "url"=>{"longurl"=>"https://www.makaan.com/gurgaon/pioneer-urban-pioneer-park-ph-1-in-sector-61-3898531/2bhk-2t-1300-sqft-apartment-for-rent", "domain"=>"makaan.com"}, "commit"=>"Search"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.makaan.com/gurgaon/pioneer-urban-pioneer-park-ph-1-in-sector-61-3898531/2bhk-2t-1300-sqft-apartment-for-rent"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.3ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://www.makaan.com/gurgaon/pioneer-urban-pioneer-park-ph-1-in-sector-61-3898531/2bhk-2t-1300-sqft-apartment-for-rent"], ["shorturl", "www.nav.com/%v$JA"], ["domain", "makaan.com"], ["mdsum", 10664], ["created_at", "2019-01-22 05:29:55.564726"], ["updated_at", "2019-01-22 05:29:55.564726"]]
↳ app/controllers/urls_controller.rb:20
 (40.7ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/79 Completed 302 Found in 47ms (ActiveRecord: 41.9ms)

Started GET “/urls/79” for 127.0.0.1 at 2019-01-22 10:59:55 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"79"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 79], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 21ms (Views: 18.6ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 10:59:57 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.0ms)

Completed 200 OK in 39ms (Views: 35.4ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-22 11:00:17 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"gwfmfTG4mDItYprhxtuUQ72cgwjinyg3jxIqRwMZhn9fv+Llr3xvE/RshMHiBti1uoO6xE1rHDnqJLq4Xa1IYQ==", "url"=>{"longurl"=>"https://www.makaan.com/noida-residential-property/buy-property-in-noida-city#lg=1", "domain"=>"makaan.com"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.makaan.com/noida-residential-property/buy-property-in-noida-city#lg=1"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://www.makaan.com/noida-residential-property/buy-property-in-noida-city#lg=1"], ["shorturl", "www.nav.com/ug%G"], ["domain", "makaan.com"], ["mdsum", 7832], ["created_at", "2019-01-22 05:30:17.665411"], ["updated_at", "2019-01-22 05:30:17.665411"]]
↳ app/controllers/urls_controller.rb:20
 (42.0ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/80 Completed 302 Found in 50ms (ActiveRecord: 43.3ms)

Started GET “/urls/80” for 127.0.0.1 at 2019-01-22 11:00:17 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"80"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 80], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.6ms)

Completed 200 OK in 37ms (Views: 34.1ms | ActiveRecord: 0.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 11:00:19 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 41ms (Views: 39.6ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-22 11:01:59 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"F5XWIQ7PDvzXbYrrO1emvsUzftg538u1XUkue9T8JPg5IByEL5SFHdco/7P3V/PsLZ/nj2eQoDfwK7I6DuJETQ==", "url"=>{"shorturl"=>"www.nav.com/tRUB"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/tRUB"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:42

Redirected to localhost:3000/urls/7 Completed 302 Found in 20ms (ActiveRecord: 0.5ms)

Started GET “/urls/7” for 127.0.0.1 at 2019-01-22 11:01:59 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"7"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 24ms (Views: 20.9ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 11:02:09 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.5ms)

Completed 200 OK in 55ms (Views: 50.9ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-22 11:02:12 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"9/CVqEUVhIBiM9sJZ6eF5vBHf4rjyTgd5OnGht9PetPZRV8NZE4PYWJ2rlGrp9C0GOvm3b2GU59Ji1rHBVEaZg==", "url"=>{"shorturl"=>"www.nav.com/tRUB"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/7 Completed 302 Found in 4ms (ActiveRecord: 0.0ms)

Started GET “/urls/7” for 127.0.0.1 at 2019-01-22 11:02:12 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"7"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 27ms (Views: 23.7ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 11:03:27 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.0ms)

Completed 200 OK in 49ms (Views: 47.2ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-22 11:03:30 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"tgF02AXnsbEt/2ojVl0c5aVWuQpvzLYOr3niTMBJtEuYtL59JLw6UC26H3uaXUm3TfogXTGD3YwCG34NGlfU/g==", "url"=>{"shorturl"=>"www.nav.com/88yF"}, "commit"=>"Search"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/88yF"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:42

Redirected to localhost:3000/urls/19 Completed 302 Found in 7ms (ActiveRecord: 0.8ms)

Started GET “/urls/19” for 127.0.0.1 at 2019-01-22 11:03:30 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"19"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 19], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 45ms (Views: 41.2ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 11:03:41 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.0ms)

Completed 200 OK in 55ms (Views: 44.6ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-22 11:03:43 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"+hu7vyXWxGGmfbZDVyZbkj77Fekh/7tQmyruJilhw7rUrnEaBI1PgKY4wxubJg7A1leMvn+w0NI2SHJn83+jDw==", "url"=>{"shorturl"=>"www.nav.com/88yF"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/19 Completed 302 Found in 4ms (ActiveRecord: 0.0ms)

Started GET “/urls/19” for 127.0.0.1 at 2019-01-22 11:03:43 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"19"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 19], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 30ms (Views: 25.1ms | ActiveRecord: 0.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 11:04:05 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.4ms)

Completed 200 OK in 51ms (Views: 49.5ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-22 11:06:21 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"rkCv421kF5wmUbHLMxzCqWSQtKMn0p7W9+pUmAdYfLuA9WVGTD+cfSYUxJP/HJf7jDwt9Hmd9VRaiMjZ3UYcDg==", "url"=>{"shorturl"=>"www.nav.com/tRUB"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/7 Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/urls/7” for 127.0.0.1 at 2019-01-22 11:06:21 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"7"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.6ms)

Completed 200 OK in 29ms (Views: 25.9ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 11:08:01 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.2ms)

Completed 200 OK in 50ms (Views: 44.3ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-22 11:08:07 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"jzXqFVEDNwkr0UW5/lqSkOTwr9GSQFSzF2jF7hAWxm5Tje6Nz8fAKPLfW5nah95m4++WHT20YL1yXlURTqIIcA==", "url"=>{"longurl"=>"www.housing.com/seller", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.housing.com/seller"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12

Redirected to localhost:3000/urls/8 Completed 302 Found in 22ms (ActiveRecord: 0.9ms)

Started GET “/urls/8” for 127.0.0.1 at 2019-01-22 11:08:08 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"8"}
Url Load (0.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 23ms (Views: 20.5ms | ActiveRecord: 0.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 11:08:12 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (6.5ms)

Completed 200 OK in 44ms (Views: 39.6ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-22 11:08:14 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"WjuFX+wXsOuGfW6e5E/vZlR47uRwCSVRjNPk5jn5TD10jk/6zUw7CoY4G8YoT7o0vNR3sy5GTtMhsXin4+csiA==", "url"=>{"shorturl"=>"www.nav.com/OTUB"}, "commit"=>"Search"}
Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/OTUB"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:42

Redirected to localhost:3000/urls/8 Completed 302 Found in 5ms (ActiveRecord: 1.0ms)

Started GET “/urls/8” for 127.0.0.1 at 2019-01-22 11:08:14 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"8"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 25ms (Views: 22.5ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 11:08:18 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 39ms (Views: 35.1ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-22 11:08:21 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"FsgCKs4P75QPBnV1ygPFJJTpsoLWIfp+rj3ADeruOIA4fciP71RkdQ9DAC0GA5B2fEUr1YhukfwDX1xMMPBYNQ==", "url"=>{"shorturl"=>"www.nav.com/OTUB"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/8 Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/urls/8” for 127.0.0.1 at 2019-01-22 11:08:21 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"8"}
Url Load (1.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.3ms)

Completed 200 OK in 35ms (Views: 29.0ms | ActiveRecord: 1.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 11:26:28 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 57ms (Views: 32.8ms | ActiveRecord: 8.7ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-22 11:26:35 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"w80tHoq37PADf23mbFweVlNsUnYsh2sI+o3lOgFKYrzteOe7q+xnEQM6GL6gXEsEu8DLIXLIAIpX73l721QCCQ==", "url"=>{"shorturl"=>"tRUB"}, "commit"=>"Search"}
Url Load (2.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/http"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:45

Redirected to localhost:3000/urls/new Completed 302 Found in 9ms (ActiveRecord: 2.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 11:26:35 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.6ms)

Completed 200 OK in 28ms (Views: 26.6ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-22 11:27:41 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"IISKAaON76yrG5YGp0l1Wc325t5nfvuwQparaFDczKJ8m2GQYFg7njSGyMQlDLyEhViOKV0i8Msr1gJBXXRZrA==", "url"=>{"shorturl"=>"tRUB"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/new Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 11:27:41 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.8ms)

Completed 200 OK in 47ms (Views: 29.6ms | ActiveRecord: 5.9ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 11:27:58 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.0ms)

Completed 200 OK in 50ms (Views: 31.6ms | ActiveRecord: 3.5ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-22 11:28:01 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"NGQWwUk0UZph5rJm37YBzHFU0PKf9yRWPXsJh9jr4hRoe/1QiuGFqP577KRd88gROfq4BaWrLy1UO6Cu1UN3Gg==", "url"=>{"shorturl"=>"tRUB"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/7 Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/urls/7” for 127.0.0.1 at 2019-01-22 11:28:02 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"7"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 32ms (Views: 28.0ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 11:28:47 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 88ms (Views: 55.5ms | ActiveRecord: 9.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-22 11:28:53 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"EjKYwugsf4J7XrypKce/Wuup4BnJ6OiVuN9CKIYGDrzOipxaduiIo6JQookNGvOs7LbZ1WYc3Jvd6dLX2LLAog==", "url"=>{"longurl"=>"www.housing.com/seller", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (2.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.housing.com/seller"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12

Redirected to localhost:3000/urls/8 Completed 302 Found in 9ms (ActiveRecord: 2.3ms)

Started GET “/urls/8” for 127.0.0.1 at 2019-01-22 11:28:53 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"8"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 65ms (Views: 61.0ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 11:28:57 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.9ms)

Completed 200 OK in 59ms (Views: 56.2ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-22 11:29:02 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"cNMSfYSdJxhZ/YOJu6BkX8NEtYRnnDiQrfps+becTJVeZtjYpcas+Vm49tF3oDENK+gs0znTUxIAmPC4bYIsIA==", "url"=>{"shorturl"=>"OTUB"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/8 Completed 302 Found in 5ms (ActiveRecord: 0.0ms)

Started GET “/urls/8” for 127.0.0.1 at 2019-01-22 11:29:02 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"8"}
Url Load (2.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (2.0ms)

Completed 200 OK in 33ms (Views: 28.1ms | ActiveRecord: 2.1ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 11:29:04 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.1ms)

Completed 200 OK in 51ms (Views: 47.3ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-22 12:40:04 +0530

 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.2ms)

Completed 200 OK in 368ms (Views: 359.9ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-22 12:40:08 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (4.2ms)

Completed 200 OK in 83ms (Views: 23.5ms | ActiveRecord: 34.3ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-22 12:40:11 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Pw1nxDG23/gSmtHxd4IP4+Z3EZPwzcVqX+T9cOAA3LmwZIYHcoZBxw6+fUK7KzpmQ1STedRZWJyQnMyDE0VtrA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 54ms (ActiveRecord: 1.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 12:40:11 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.3ms)

Completed 200 OK in 39ms (Views: 25.1ms | ActiveRecord: 3.5ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-22 12:41:36 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.3ms)

Completed 200 OK in 49ms (Views: 47.6ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-22 12:51:43 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (2.2ms)

Completed 200 OK in 286ms (Views: 107.0ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-22 12:51:46 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.5ms)

Completed 200 OK in 96ms (Views: 37.5ms | ActiveRecord: 40.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-22 12:51:47 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"2TWZvuk3X4U9NWbwtUQRLRlhLJhqdmIMCAC5JVCfkhFWXHh9qgfBuiERykN57SSovEKuck7i//rHeIjWo9ojBA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (3.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 8ms (ActiveRecord: 3.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 12:51:47 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.7ms)

Completed 200 OK in 48ms (Views: 23.1ms | ActiveRecord: 7.2ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-22 12:51:56 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"G0yNLXalZlhM2opL/pVKMIB8ciL5C/DaW4ynRoh4B8JHU2a8tXCyatNH1Il80IPtyNIa1cNX+6EyzA5vhdCSzA==", "url"=>{"longurl"=>"", "domain"=>""}, "commit"=>"Search"}
Url Load (1.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", ""], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:21
 (0.4ms)  ROLLBACK
↳ app/controllers/urls_controller.rb:21
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.5ms)

Completed 200 OK in 120ms (Views: 23.0ms | ActiveRecord: 2.2ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-22 12:51:59 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"nGnUNY4OgdHB9f7k/yOv3zt2tcLulVu5AsBQ4p37saHAdj+kTdtV415ooCZ9ZmYCc9jdNdTJUMJrgPnLkFMkrw==", "url"=>{"longurl"=>"", "domain"=>""}, "commit"=>"Search"}

Redirected to localhost:3000/user/login Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-22 12:51:59 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.8ms)

Completed 200 OK in 30ms (Views: 28.2ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-22 12:55:01 +0530

 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as *

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.6ms)

Completed 200 OK in 291ms (Views: 279.5ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-22 12:55:29 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (5.3ms)

Completed 200 OK in 61ms (Views: 54.9ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-22 12:55:31 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (4.4ms)

Completed 200 OK in 110ms (Views: 63.6ms | ActiveRecord: 9.3ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-22 12:55:35 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"TXsOXM7InUopiNF5bKu/5/uvUvDU13BV806ITzbxe4fCEu+fjfgDdTWsfcqgAopiXozQGvBD7aM8Nrm8xbTKkg==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.8ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 9ms (ActiveRecord: 1.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 12:55:35 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 39ms (Views: 24.6ms | ActiveRecord: 3.5ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-22 12:55:37 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.6ms)

Completed 200 OK in 53ms (Views: 51.5ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-22 12:56:15 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"LVu/MgFh9Y6yVsYh0FMGkTSkOHs+uETHm0tM9uG3+DqiMl7xQlFrsa5yapIc+jMUkYe6kRos2TFUM30FEvJJLw==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.8ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 6ms (ActiveRecord: 0.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 12:56:15 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.8ms)

Completed 200 OK in 49ms (Views: 46.7ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-22 12:56:30 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.3ms)

Completed 200 OK in 73ms (Views: 69.6ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-22 12:56:34 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"bo746a8h9MjKoEP/F8/zY2QjPo9eFmVxTK6m+pzMt2rh5xkq7BFq99aE70zbZsbmwQC8ZXqC+IeD1pcJb4kGfw==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 5ms (ActiveRecord: 0.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 12:56:34 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (22.4ms)

Completed 200 OK in 48ms (Views: 46.5ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-22 12:57:54 +0530 Processing by UsersController#homepage as *

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.9ms)

Completed 200 OK in 40ms (Views: 31.9ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-22 13:01:42 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"njYzGW0TShc+CsqOUR66tpzv6oD6M4yN+fmpz/51eM3CKdiIrsaeJaGXlEzTW3Nr1EGCd8Bvh/aQuQDm893tww==", "url"=>{"longurl"=>"", "domain"=>"ff"}, "commit"=>"Search"}

Redirected to localhost:3000/user/login Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-22 13:01:43 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.5ms)

Completed 200 OK in 42ms (Views: 40.5ms | ActiveRecord: 0.0ms)

Started GET “/user_new” for 127.0.0.1 at 2019-01-22 13:03:42 +0530

ActionController::RoutingError (No route matches [GET] “/user_new”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/new_url” for 127.0.0.1 at 2019-01-22 13:04:19 +0530

ActionController::RoutingError (No route matches [GET] “/new_url”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/url/new” for 127.0.0.1 at 2019-01-22 13:04:59 +0530

ActionController::RoutingError (No route matches [GET] “/url/new”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 13:05:10 +0530 Processing by UrlsController#new as *

Redirected to localhost:3000/user/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-22 13:05:10 +0530 Processing by UsersController#login as *

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.1ms)

Completed 200 OK in 54ms (Views: 24.6ms | ActiveRecord: 10.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 13:06:36 +0530 Error occurred while parsing request parameters. Contents:

{

{
"email" : "naveen.kewalramani@proptiger.com"
},{
"password" : "proptiger"
}

}

ActionDispatch::Http::Parameters::ParseError (767: unexpected token at '{

{
"email" : "naveen.kewalramani@proptiger.com"
},{
"password" : "proptiger"
}

}'):

actionpack (5.2.2) lib/action_dispatch/http/parameters.rb:117:in `rescue in parse_formatted_parameters' actionpack (5.2.2) lib/action_dispatch/http/parameters.rb:111:in `parse_formatted_parameters' actionpack (5.2.2) lib/action_dispatch/http/request.rb:381:in `block in POST' rack (2.0.6) lib/rack/request.rb:59:in `fetch' rack (2.0.6) lib/rack/request.rb:59:in `fetch_header' actionpack (5.2.2) lib/action_dispatch/http/request.rb:380:in `POST' actionpack (5.2.2) lib/action_dispatch/http/parameters.rb:55:in `parameters' actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:290:in `_wrapper_enabled?' actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:244:in `process_action' activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/user/login” for 127.0.0.1 at 2019-01-22 13:09:44 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.3ms)

Completed 200 OK in 28ms (Views: 25.7ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-22 13:09:45 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.6ms)

Completed 200 OK in 24ms (Views: 22.8ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-22 13:09:46 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.6ms)

Completed 200 OK in 40ms (Views: 38.2ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-22 13:09:46 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.3ms)

Completed 200 OK in 28ms (Views: 26.0ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-22 13:09:46 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.3ms)

Completed 200 OK in 29ms (Views: 28.0ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-22 13:09:46 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.2ms)

Completed 200 OK in 34ms (Views: 31.7ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-22 13:09:46 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.7ms)

Completed 200 OK in 41ms (Views: 39.1ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-22 13:09:47 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.1ms)

Completed 200 OK in 57ms (Views: 55.3ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-22 13:09:47 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.1ms)

Completed 200 OK in 47ms (Views: 46.1ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-22 13:09:47 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.5ms)

Completed 200 OK in 48ms (Views: 45.6ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-22 13:09:47 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.1ms)

Completed 200 OK in 35ms (Views: 33.4ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-22 13:09:48 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.3ms)

Completed 200 OK in 24ms (Views: 22.1ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-22 13:09:48 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.9ms)

Completed 200 OK in 37ms (Views: 35.2ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-22 13:09:48 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.3ms)

Completed 200 OK in 32ms (Views: 30.7ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-22 13:11:25 +0530

 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"tWz8BPMx/0YF/IvNewNltXHe65oveN6X5o59Kd+LyWXpcxeVMOQrdJph1Q/5RqxoOXCDbRUk1eyPztQA0iNcaw==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 34ms (ActiveRecord: 8.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 13:11:25 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (11.5ms)

Completed 200 OK in 341ms (Views: 318.0ms | ActiveRecord: 3.2ms)

Started GET “/user/show” for 127.0.0.1 at 2019-01-22 13:14:05 +0530

ActionController::RoutingError (No route matches [GET] “/user/show”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Error occurred while parsing request parameters. Contents:

{

{
"email" : "naveen.kewalramani@proptiger.com"
},{
"password" : "proptiger"
}

} Started GET “/user/show” for 127.0.0.1 at 2019-01-22 13:14:09 +0530

ActionController::RoutingError (No route matches [GET] “/user/show”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/user/new” for 127.0.0.1 at 2019-01-22 13:14:40 +0530 Processing by UsersController#new as /

Parameters: {"user"=>{}}
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.3ms)

Completed 200 OK in 52ms (Views: 31.5ms | ActiveRecord: 11.2ms)

Started GET “/” for 127.0.0.1 at 2019-01-22 14:07:38 +0530

 (49.5ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (13.9ms)

Completed 200 OK in 404ms (Views: 398.1ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-22 14:07:42 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (81.9ms)

Completed 200 OK in 235ms (Views: 104.2ms | ActiveRecord: 73.1ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-22 14:07:44 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"xF1BzOS6ygSbDCetzKfz15EH6t5ChcBrpyXLhZEmrl0dUh64WHP0odUwWHB17CvioDfu0BXUa4sNDpIm4dVrlw==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (75.3ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:46

Redirected to localhost:3000/urls/new Completed 302 Found in 93ms (ActiveRecord: 75.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 14:07:44 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.2ms)

Completed 200 OK in 79ms (Views: 29.7ms | ActiveRecord: 3.2ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-22 14:07:52 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"/gUs7x3Z3DIE3cMAotiru6Ahu+JEjlQxJaAGH301u3htPRf5G+GrkyfjXuFXL0nrlE7c66wgPv/ZQH2ITvFdqg==", "url"=>{"shorturl"=>"TRUB"}, "commit"=>"Search"}
Url Load (48.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/TRUB"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:46

Redirected to localhost:3000/urls/new Completed 302 Found in 73ms (ActiveRecord: 48.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 14:07:52 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.9ms)

Completed 200 OK in 31ms (Views: 29.2ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-22 14:07:57 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"gxTVyaXB+Nc6pGyTY7g2C3vfP6eTYi2XuCT6BZhiw74QLO7fo/mPdhma8XKWT9RbT7BYrnvMR1lExIGSq6YlbA==", "url"=>{"shorturl"=>"tRUB"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/7 Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/urls/7” for 127.0.0.1 at 2019-01-22 14:07:57 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"7"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 38ms (Views: 23.0ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 14:07:59 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.9ms)

Completed 200 OK in 39ms (Views: 36.7ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-22 14:08:02 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"IURuWefTuA4hMlEhBja0CwtzETfsKNMcPs+wf4tIJGS29mC8R2tZOzbv7uINdwt3/eVsi2+VOqTk32GfusGQiw==", "url"=>{"shorturl"=>"tRUB"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/7 Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/urls/7” for 127.0.0.1 at 2019-01-22 14:08:02 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"7"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.6ms)

Completed 200 OK in 38ms (Views: 35.3ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 14:08:30 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.1ms)

Completed 200 OK in 55ms (Views: 51.2ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 14:11:06 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 28ms (Views: 25.6ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 14:11:06 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.4ms)

Completed 200 OK in 24ms (Views: 22.6ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-22 14:11:09 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"2NjKytBozAJnumMh5SyPUNDPUa9ggmrZUHm1ou+zSsxL4PHc1lC7o0SE/sAQ220A5KA2pogsABesmc413HesHg==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Search"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13

Redirected to localhost:3000/urls/4 Completed 302 Found in 4ms (ActiveRecord: 0.7ms)

Started GET “/urls/4” for 127.0.0.1 at 2019-01-22 14:11:09 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.6ms)

Completed 200 OK in 23ms (Views: 20.9ms | ActiveRecord: 0.4ms)

Started GET “/urls/4” for 127.0.0.1 at 2019-01-22 14:11:27 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.2ms)

Completed 200 OK in 40ms (Views: 37.5ms | ActiveRecord: 0.4ms)

Started GET “/urls/4” for 127.0.0.1 at 2019-01-22 14:11:50 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 35ms (Views: 29.0ms | ActiveRecord: 1.0ms)

Started GET “/urls/4” for 127.0.0.1 at 2019-01-22 14:11:56 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.2ms)

Completed 200 OK in 30ms (Views: 26.8ms | ActiveRecord: 0.4ms)

Started GET “/urls/4” for 127.0.0.1 at 2019-01-22 14:11:57 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.6ms)

Completed 200 OK in 21ms (Views: 18.2ms | ActiveRecord: 0.3ms)

Started GET “/urls/4” for 127.0.0.1 at 2019-01-22 14:12:09 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 28ms (Views: 24.3ms | ActiveRecord: 0.4ms)

Started GET “/urls/4” for 127.0.0.1 at 2019-01-22 14:13:18 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 33ms (Views: 29.8ms | ActiveRecord: 0.4ms)

Started GET “/urls/4” for 127.0.0.1 at 2019-01-22 14:13:32 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 45ms (Views: 42.2ms | ActiveRecord: 0.3ms)

Started GET “/urls/4” for 127.0.0.1 at 2019-01-22 14:13:33 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 24ms (Views: 20.8ms | ActiveRecord: 0.3ms)

Started GET “/urls/4” for 127.0.0.1 at 2019-01-22 14:13:45 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 30ms (Views: 25.9ms | ActiveRecord: 0.3ms)

Started GET “/urls/4” for 127.0.0.1 at 2019-01-22 14:13:51 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 29ms (Views: 26.7ms | ActiveRecord: 0.3ms)

Started GET “/urls/4” for 127.0.0.1 at 2019-01-22 14:13:55 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 37ms (Views: 32.4ms | ActiveRecord: 0.7ms)

Started GET “/urls/4” for 127.0.0.1 at 2019-01-22 14:14:02 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 39ms (Views: 35.5ms | ActiveRecord: 0.4ms)

Started GET “/urls/4” for 127.0.0.1 at 2019-01-22 14:14:20 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.6ms)

Completed 200 OK in 32ms (Views: 29.1ms | ActiveRecord: 0.3ms)

Started GET “/urls/4” for 127.0.0.1 at 2019-01-22 14:14:30 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 29ms (Views: 24.8ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 14:14:35 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.5ms)

Completed 200 OK in 42ms (Views: 38.6ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-22 14:14:38 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"EVaNXe8q3Bup2UBgHs5LDeuSF3OaG9/B4mDlIZ9ZJ0pfrfWDupDmf243Vab14Gq9pywj+/kwRJiM8GqVDWeJBA==", "url"=>{"longurl"=>"", "domain"=>""}, "commit"=>"Search"}
Url Load (1.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", ""], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (1.0ms)  BEGIN
↳ app/controllers/urls_controller.rb:21
 (0.2ms)  ROLLBACK
↳ app/controllers/urls_controller.rb:21
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.8ms)

Completed 200 OK in 119ms (Views: 22.6ms | ActiveRecord: 2.4ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-22 14:14:46 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"aA9/9Dk8owIROLOhDMglswfLzWAY/xBnFaVFxGwU1ob7N0TiPwTUozIGLkD5P8fjM6SqafBReqnpRT5TX9AwVA==", "url"=>{"shorturl"=>"www.nav.com/"}, "commit"=>"Search"}
Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/www.nav.com/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:46

Redirected to localhost:3000/urls/new Completed 302 Found in 7ms (ActiveRecord: 1.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 14:14:46 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 40ms (Views: 38.3ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-22 14:14:48 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"ifc/cXQhanlD/yTq9VQb8Y9hPNCWAi+5vpsENNZ78SEazwRnchkd2GDBuQsAo/mhuw5b2X6sRXdCe3+j5b8X8w==", "url"=>{"shorturl"=>""}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:46

Redirected to localhost:3000/urls/new Completed 302 Found in 4ms (ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 14:14:48 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (1.8ms)

Completed 200 OK in 25ms (Views: 23.6ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-22 14:15:34 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"R7ASH/Ax87P+DFyStH96knOKA5/XlF3QJmEm5Z4S53LUiCkJ9gmEEt0ywXNBiJjCR+Vklj86Nx7agV1yrdYBoA==", "url"=>{"longurl"=>"www.gmail.com", "domain"=>"gmail"}, "commit"=>"Search"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.gmail.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:21
Url Create (52.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.gmail.com"], ["shorturl", "www.nav.com/PwKA"], ["domain", "gmail"], ["mdsum", 1290], ["created_at", "2019-01-22 08:45:34.777821"], ["updated_at", "2019-01-22 08:45:34.777821"]]
↳ app/controllers/urls_controller.rb:21
 (0.6ms)  COMMIT
↳ app/controllers/urls_controller.rb:21

Redirected to localhost:3000/urls/81 Completed 302 Found in 61ms (ActiveRecord: 53.9ms)

Started GET “/urls/81” for 127.0.0.1 at 2019-01-22 14:15:34 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"81"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 81], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 24ms (Views: 21.8ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 14:15:41 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.9ms)

Completed 200 OK in 49ms (Views: 45.8ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-22 14:15:45 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"zDVb/OGd38c9aiQSvA/eCuIv4VmVNEslziLa5jIOArZbh1UZQSU+8iq3m9G3TmF2FLmc5RaJop0UMgsGA4e2WQ==", "url"=>{"shorturl"=>"www.nav.com/PwKA"}, "commit"=>"Search"}
Url Load (1.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/www.nav.com/PwKA"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:46

Redirected to localhost:3000/urls/new Completed 302 Found in 7ms (ActiveRecord: 1.1ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 14:15:45 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.5ms)

Completed 200 OK in 29ms (Views: 27.5ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-22 14:15:50 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"35q1zFkVPZMHiWwBMXMx1L/4MO7ssdSkab7VVbCqzFRMoo7aXy1KMiS38eDEhNOEi5dX5wQfvmqVXq7Cg24qhg==", "url"=>{"shorturl"=>"www.nav.com/PwKA"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/new Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 14:15:50 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.0ms)

Completed 200 OK in 30ms (Views: 28.6ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-22 14:16:03 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"h68YIHn9WE1jd3grXPyPbFcvuE6XLmGmL4bucbv3x7UUlyM2f8Uv7EBJ5cqpC208Y0DfR3+AC2jTZpXmiDMhZw==", "url"=>{"longurl"=>"www.gmail.com", "domain"=>"gmail"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.gmail.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13

Redirected to localhost:3000/urls/81 Completed 302 Found in 3ms (ActiveRecord: 0.5ms)

Started GET “/urls/81” for 127.0.0.1 at 2019-01-22 14:16:03 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"81"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 81], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.6ms)

Completed 200 OK in 22ms (Views: 20.0ms | ActiveRecord: 0.3ms)

Started GET “/urls/81” for 127.0.0.1 at 2019-01-22 14:16:39 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"81"}
Url Load (0.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 81], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 36ms (Views: 21.1ms | ActiveRecord: 3.5ms)

Started GET “/urls/81” for 127.0.0.1 at 2019-01-22 14:16:40 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"81"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 81], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 55ms (Views: 51.3ms | ActiveRecord: 0.3ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-22 14:16:44 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"h68YIHn9WE1jd3grXPyPbFcvuE6XLmGmL4bucbv3x7UUlyM2f8Uv7EBJ5cqpC208Y0DfR3+AC2jTZpXmiDMhZw==", "url"=>{"shorturl"=>"www.nav.com/tRUB"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/7 Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/urls/7” for 127.0.0.1 at 2019-01-22 14:16:44 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"7"}
Url Load (0.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.6ms)

Completed 200 OK in 21ms (Views: 19.1ms | ActiveRecord: 0.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 14:16:46 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.6ms)

Completed 200 OK in 41ms (Views: 37.6ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-22 14:16:49 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"mBwVFuDH9t9uGupQCW/jKQZY5t66xgZnXj0LP1O77KgPrhvzQH8X6nnHVZMCLlxV8M6bYjl779+ELdrfYjJYRw==", "url"=>{"shorturl"=>"tRUB"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/7 Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/urls/7” for 127.0.0.1 at 2019-01-22 14:16:49 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"7"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.4ms)

Completed 200 OK in 56ms (Views: 52.9ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 14:16:50 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.5ms)

Completed 200 OK in 67ms (Views: 63.5ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-22 14:16:56 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"kobi76U2b66cNOK95nKtpJrnJ5twBKdpVx0MCMmW/DUFNOwKBY6Om4vpXX7tMxLYbHFaJ/O5TtGNDd3o+B9I2g==", "url"=>{"shorturl"=>"www.nav.com/PwKA"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/PwKA"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:46

Redirected to localhost:3000/urls/81 Completed 302 Found in 11ms (ActiveRecord: 0.6ms)

Started GET “/urls/81” for 127.0.0.1 at 2019-01-22 14:16:56 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"81"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 81], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (2.8ms)

Completed 200 OK in 52ms (Views: 46.5ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 14:16:57 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.1ms)

Completed 200 OK in 40ms (Views: 36.0ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-22 14:17:19 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"1oPKCwyV6QrWAfS8VyE1WWqpAEX7xAKyaUoBQjv3k+VBMcTurC0IP8HcS39cYIolnD99+Xh56wqzWtCiCn4nCg==", "url"=>{"shorturl"=>"www.nav.com/PwKA"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/81 Completed 302 Found in 4ms (ActiveRecord: 0.0ms)

Started GET “/urls/81” for 127.0.0.1 at 2019-01-22 14:17:19 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"81"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 81], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 31ms (Views: 27.8ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 14:17:21 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 61ms (Views: 57.4ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-22 14:17:23 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"rVDLZNTOPa/aWhDLaB4GI1XQgey8CTAw5h7GeCQ4YZE64sWBdHbcms2HrwhjX7lfo0b8UD+02Yg8DheYFbHVfg==", "url"=>{"shorturl"=>"www.nav.com/PwKA"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/81 Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/urls/81” for 127.0.0.1 at 2019-01-22 14:17:23 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"81"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 81], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 25ms (Views: 22.8ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 14:18:15 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.0ms)

Completed 200 OK in 71ms (Views: 66.2ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-22 14:18:18 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"/Hn9qty4bQ97Xn/qNc2IHb8sXMQUIMVbzokr9L64LbRry/NPfACMOmyDwCk+jDdhSboheJedLOMUmfoUjzGZWw==", "url"=>{"shorturl"=>"www.nav.com/PwKA"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/81 Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/urls/81” for 127.0.0.1 at 2019-01-22 14:18:18 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"81"}
Url Load (1.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 81], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.7ms)

Completed 200 OK in 35ms (Views: 25.5ms | ActiveRecord: 1.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 14:18:21 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.5ms)

Completed 200 OK in 50ms (Views: 45.9ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-22 14:18:24 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"vLn49Coiid0BmpGzqIiwHZJW6x9Dru2ncFpH8entoskrC/YRippo6BZHLnCjyQ9hZMCWo8ATBB+qSpYR2GQWJg==", "url"=>{"shorturl"=>"www.nav.com/PwKA"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/81 Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/urls/81” for 127.0.0.1 at 2019-01-22 14:18:24 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"81"}
Url Load (0.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 81], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 26ms (Views: 23.0ms | ActiveRecord: 0.2ms)

Started GET “/” for 127.0.0.1 at 2019-01-22 14:21:32 +0530

 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (4.1ms)

Completed 200 OK in 381ms (Views: 369.7ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-22 14:21:35 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (4.7ms)

Completed 200 OK in 68ms (Views: 25.7ms | ActiveRecord: 20.5ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-22 14:21:36 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"ysdlRJs29miPKd11obkMaXrVAfbLOMuGvgLLgX46EbsTyDowJ//IzcEVoqgY8tRcS+UF+JxpYGYUKZIiDsnUcQ==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:46

Redirected to localhost:3000/urls/new Completed 302 Found in 8ms (ActiveRecord: 1.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 14:21:36 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.1ms)

Completed 200 OK in 42ms (Views: 25.1ms | ActiveRecord: 3.9ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-22 14:21:40 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"H8jy0tNIaKGrOTeLr6xnISkkxYxACAP+1PeZQuCV536M8MnE1XAfAIgHqmpaW4VxHUuihaimaTAoF+LV01EBrA==", "url"=>{"shorturl"=>"www.nav.com/tRUB"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/7 Completed 302 Found in 61982ms (ActiveRecord: 0.0ms)

Started GET “/urls/7” for 127.0.0.1 at 2019-01-22 14:22:54 +0530

 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UrlsController#show as HTML

Parameters: {"id"=>"7"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (2.6ms)

Completed 200 OK in 356ms (Views: 302.1ms | ActiveRecord: 6.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 14:23:05 +0530

 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (13.4ms)

Completed 200 OK in 310ms (Views: 271.6ms | ActiveRecord: 5.2ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-22 14:23:09 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"unP1fMOa3CemRNE7yK1iVRGbSZl9/RWVm7KOt4koOUYtwfuZYyI9ErGZbvjD7N0p5w00Jf5A/C1Bol9XuKGNqQ==", "url"=>{"shorturl"=>"www.nav.com/tRUB"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/7 Completed 302 Found in 74312ms (ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-22 14:24:38 +0530

 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"F4zFM8HkabpgEat3Qf6ll7CgLQ3oBN6vMr6/U792YNOEtP4lx9weG0MvNpa0CUfHhM9KBACqtGHOXsTEjLKGAQ==", "url"=>{"shorturl"=>"www.nav.com/tRUB"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/7 Completed 302 Found in 8929ms (ActiveRecord: 4.9ms)

Started GET “/urls/7” for 127.0.0.1 at 2019-01-22 14:24:47 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"7"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.2ms)

Completed 200 OK in 288ms (Views: 272.4ms | ActiveRecord: 0.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 14:25:03 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (20.9ms)

Completed 200 OK in 56ms (Views: 52.9ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-22 14:25:06 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"72Rx9WzgNPMYqeogxrZtobXLFJaakuScL1ogJVn+CUR41n8QzFjVxg90VePN99LdQ11pKhkvDST1SvHFaHe9qw==", "url"=>{"shorturl"=>"www.nav.com/tRUB"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/7 Completed 302 Found in 7323ms (ActiveRecord: 0.0ms)

Started GET “/urls/7” for 127.0.0.1 at 2019-01-22 14:25:13 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"7"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (2.1ms)

Completed 200 OK in 29ms (Views: 26.5ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 14:26:31 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.7ms)

Completed 200 OK in 46ms (Views: 25.2ms | ActiveRecord: 6.8ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-22 14:26:45 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Iv/zSTSmeQLudmxnS1cs+GoeIv5uDRZW5RiYqxIVrEa1Tf2slB6YN/mr06RAFpOEnIhfQu2w/+4/CElLI5wYqQ==", "url"=>{"shorturl"=>"www.nav.com/tRUB"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/7 Completed 302 Found in 16493ms (ActiveRecord: 0.0ms)

Started GET “/urls/7” for 127.0.0.1 at 2019-01-22 14:27:01 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"7"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.6ms)

Completed 200 OK in 27ms (Views: 24.5ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 14:27:32 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 71ms (Views: 35.5ms | ActiveRecord: 8.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 14:28:22 +0530

 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (12.2ms)

Completed 200 OK in 365ms (Views: 331.0ms | ActiveRecord: 5.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 14:28:57 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 39ms (Views: 24.8ms | ActiveRecord: 3.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 14:28:57 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.4ms)

Completed 200 OK in 48ms (Views: 45.7ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-22 14:29:01 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"OOcNG15BZoLDuRKC7+0w7WQs+Hlf5JnpzI3gSbhz1wGr3zYNWHkRI+CHj2MaGtK9UEOfcLdK8ycwbZvei7cx0w==", "url"=>{"shorturl"=>"www.nav.com/tRUB"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/7 Completed 302 Found in 20030ms (ActiveRecord: 0.0ms)

Started GET “/urls/7” for 127.0.0.1 at 2019-01-22 14:29:21 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"7"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 39ms (Views: 33.0ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 14:31:17 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.0ms)

Completed 200 OK in 45ms (Views: 43.3ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-22 14:31:20 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"dJUbnVcxd5cep2aGeDlcBSgtD5ucsOHQ5DcwfX4DhxXjJxV494mWogl62UVzeON53rtyJx8NCGg+J+GdT4oz+g==", "url"=>{"shorturl"=>"www.nav.com/tRUB"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/7 Completed 302 Found in 7648ms (ActiveRecord: 0.0ms)

Started GET “/urls/7” for 127.0.0.1 at 2019-01-22 14:31:28 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"7"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 25ms (Views: 23.3ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 14:39:27 +0530

 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UrlsController#new as HTML Redirected to localhost:3000/user/login Completed 302 Found in 8ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-22 14:39:27 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (10.6ms)

Completed 200 OK in 313ms (Views: 280.9ms | ActiveRecord: 4.9ms)

Started GET “/sidekiq” for 127.0.0.1 at 2019-01-22 14:43:32 +0530 Started GET “/sidekiq/javascripts/dashboard.js” for 127.0.0.1 at 2019-01-22 14:43:32 +0530 Started GET “/sidekiq/stylesheets/application.css” for 127.0.0.1 at 2019-01-22 14:43:32 +0530 Started GET “/sidekiq/javascripts/application.js” for 127.0.0.1 at 2019-01-22 14:43:32 +0530 Started GET “/sidekiq/stylesheets/bootstrap.css” for 127.0.0.1 at 2019-01-22 14:43:32 +0530 Started GET “/sidekiq/images/status.png” for 127.0.0.1 at 2019-01-22 14:43:32 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 14:43:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:43:39 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:43:44 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:43:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:43:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:43:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:44:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:44:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:44:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:44:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:44:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:44:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:44:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:44:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:44:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:44:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:44:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:44:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:45:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:45:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:45:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:45:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:45:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:45:29 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:45:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:45:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:45:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:45:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:45:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:45:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:46:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:46:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:46:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:46:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:46:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:46:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:46:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:46:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:46:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:46:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:46:54 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:46:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:47:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:47:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:47:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:47:19 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:47:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:47:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:47:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:47:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:47:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:47:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:47:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:47:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:48:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:48:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:48:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:48:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:48:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:48:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:48:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:48:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:48:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:48:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:48:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:48:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:49:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:49:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:49:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:49:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:49:24 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:49:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:49:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:49:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:49:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:49:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:49:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:49:59 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:50:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:50:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:50:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:50:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:50:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:50:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:50:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:50:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:50:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:50:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:50:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:50:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:51:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:51:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:51:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:51:19 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:51:24 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:51:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:51:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:51:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:51:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:51:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:51:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:51:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:52:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:52:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:52:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:52:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:52:24 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:52:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:52:34 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:52:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:52:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:52:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:52:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:52:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:53:04 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:53:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:53:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:53:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:53:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:53:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:53:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:53:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:53:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:53:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:53:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:53:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:54:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:54:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:54:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:54:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:54:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:54:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:54:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:54:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:54:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:54:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:54:54 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:54:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:55:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:55:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:55:14 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:55:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:55:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:55:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:55:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:55:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:55:44 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:55:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:55:54 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:55:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:56:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:56:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:56:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:56:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 14:56:23 +0530

 (12.4ms)  SELECT pg_try_advisory_lock(4940285333737373340)
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21

Migrating to CreateReports (20190122092707)

 (0.2ms)  BEGIN
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21
 (259.4ms)  CREATE TABLE "reports" ("id" bigserial primary key, "counts" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
↳ db/migrate/20190122092707_create_reports.rb:3
ActiveRecord::SchemaMigration Create (0.6ms)  INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"  [["version", "20190122092707"]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21
 (0.6ms)  COMMIT
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21
ActiveRecord::InternalMetadata Load (61.3ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21
 (0.2ms)  BEGIN
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21
 (0.4ms)  COMMIT
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21
 (0.4ms)  SELECT pg_advisory_unlock(4940285333737373340)
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21
 (0.3ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21

Started GET “/” for 127.0.0.1 at 2019-01-22 15:03:14 +0530

 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (2.4ms)

Completed 200 OK in 457ms (Views: 448.0ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-22 15:03:21 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (4.2ms)

Completed 200 OK in 53ms (Views: 24.1ms | ActiveRecord: 9.8ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-22 15:03:25 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"gS8H9BLz424o2bliRNPPUBkDSy6TZPCaeKTbUC73wBlYIFiArjrdy2blxr/9mBdlKDNPIMQ1W3rSj4LzXgQF0w==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (2.8ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:46

Redirected to localhost:3000/urls/new Completed 302 Found in 11ms (ActiveRecord: 2.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 15:03:25 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.5ms)

Completed 200 OK in 46ms (Views: 26.4ms | ActiveRecord: 7.0ms)

Started GET “/sidekiq” for 127.0.0.1 at 2019-01-22 15:03:40 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:03:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:03:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:03:56 +0530 Started GET “/sidekiq/queues” for 127.0.0.1 at 2019-01-22 15:03:58 +0530

Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" IS NULL LIMIT $1  [["LIMIT", 1]]
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" IS NULL LIMIT $1  [["LIMIT", 1]]
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" IS NULL LIMIT $1  [["LIMIT", 1]]
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 11]]
 (64.5ms)  SELECT COUNT(*) FROM "urls" WHERE "urls"."id" = $1  [["id", 11]]
 (47.7ms)  SELECT COUNT(*) FROM "urls" WHERE "urls"."created_at" BETWEEN $1 AND $2  [["created_at", "2019-01-22 00:00:00"], ["created_at", "2019-01-22 23:59:59.999999"]]

Started GET “/” for 127.0.0.1 at 2019-01-22 15:24:42 +0530

 (1.4ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.4ms)

Completed 200 OK in 406ms (Views: 396.5ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq” for 127.0.0.1 at 2019-01-22 15:24:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:24:54 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:25:00 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:25:04 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:25:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:25:14 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:25:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:25:24 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:25:30 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:25:35 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:25:39 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:25:44 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:25:49 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:25:55 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:26:00 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:26:04 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:26:10 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:26:15 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:26:20 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:26:24 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:26:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:26:34 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:38:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:38:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:38:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:38:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:38:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:38:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:39:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:39:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:39:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:39:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:39:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:39:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:39:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:39:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:39:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:39:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:39:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:39:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:40:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:40:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:40:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:40:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:40:22 +0530 Started GET “/sidekiq/queues” for 127.0.0.1 at 2019-01-22 15:40:25 +0530 Started GET “/sidekiq” for 127.0.0.1 at 2019-01-22 15:56:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:56:54 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:56:59 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:57:04 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:57:09 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:57:14 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:57:19 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:57:24 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:57:29 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:57:34 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:57:39 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:57:44 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:57:49 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:57:54 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:57:59 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:58:04 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:58:09 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:58:14 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:58:19 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:58:24 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:58:29 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:58:34 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:58:39 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:58:44 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:58:49 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:58:54 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:58:59 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:59:04 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:59:09 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:59:14 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:59:19 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:59:24 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:59:29 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:59:34 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:59:39 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:59:44 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:59:49 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:59:54 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 15:59:59 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:00:04 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:00:09 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:00:14 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:00:19 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:00:24 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:00:29 +0530 Started GET “/sidekiq” for 127.0.0.1 at 2019-01-22 16:00:29 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:00:29 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:00:34 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:00:39 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:00:44 +0530 Started GET “/” for 127.0.0.1 at 2019-01-22 16:00:45 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.6ms)

Completed 200 OK in 22ms (Views: 20.8ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-22 16:00:47 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (4.1ms)

Completed 200 OK in 66ms (Views: 25.3ms | ActiveRecord: 22.5ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-22 16:00:48 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"ch8Rbp7k4vkTxOvPFYtsr9t6E0lsFgsJoRHQ6drkVnOrEE4aIi3cXF34lBKswLSa6koXRztHoOkLOolKqheTuQ==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:46

Redirected to localhost:3000/urls/new Completed 302 Found in 7ms (ActiveRecord: 1.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 16:00:48 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.0ms)

Completed 200 OK in 62ms (Views: 35.8ms | ActiveRecord: 4.8ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:00:49 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:00:54 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:00:59 +0530 Started POST “/urls” for 127.0.0.1 at 2019-01-22 16:00:59 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"K8jN0Md9715e5XNf7r0ssnunp1PG9ETap3zyjaUG4Iu48PbGwUWY/33b7r4bSs7iT8jAWi5aLhRbnIkalsIGWQ==", "url"=>{"longurl"=>"https://guides.rubyonrails.org/active_record_querying.html", "domain"=>"guides.rubyonrails.org"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://guides.rubyonrails.org/active_record_querying.html"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (0.5ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://guides.rubyonrails.org/active_record_querying.html"], ["shorturl", "www.nav.com/7ksE"], ["domain", "guides.rubyonrails.org"], ["mdsum", 5865], ["created_at", "2019-01-22 10:30:59.901044"], ["updated_at", "2019-01-22 10:30:59.901044"]]
↳ app/controllers/urls_controller.rb:20
 (350.9ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/82 Completed 302 Found in 362ms (ActiveRecord: 352.6ms)

Started GET “/urls/82” for 127.0.0.1 at 2019-01-22 16:01:00 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"82"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 82], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 25ms (Views: 22.2ms | ActiveRecord: 0.3ms)

Started GET “/sidekiq” for 127.0.0.1 at 2019-01-22 16:01:03 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:01:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:01:09 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:01:14 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:01:19 +0530 Started GET “/sidekiq/queues” for 127.0.0.1 at 2019-01-22 16:02:24 +0530

 (1.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Started GET “/sidekiq” for 127.0.0.1 at 2019-01-22 16:02:27 +0530 Started GET “/sidekiq/queues” for 127.0.0.1 at 2019-01-22 16:02:28 +0530 Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:02:31 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 16:02:37 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (7.0ms)

Completed 200 OK in 247ms (Views: 225.1ms | ActiveRecord: 6.3ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-22 16:02:47 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"/KOy8WrI2z7By2jKK6yFBjph3ytZ2Wh18JJxkz/tf0myWMovP3LhWgYlfQzAgqS2dt/rozry8yyeAv4nrdPRBw==", "url"=>{"longurl"=>"https://redis.io/commands/monitor", "domain"=>"redis.io"}, "commit"=>"Search"}
Url Load (2.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://redis.io/commands/monitor"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (1.2ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://redis.io/commands/monitor"], ["shorturl", "www.nav.com/Op3C"], ["domain", "redis.io"], ["mdsum", 3232], ["created_at", "2019-01-22 10:32:47.866345"], ["updated_at", "2019-01-22 10:32:47.866345"]]
↳ app/controllers/urls_controller.rb:20
 (0.9ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/83 Completed 302 Found in 18ms (ActiveRecord: 4.6ms)

Started GET “/urls/83” for 127.0.0.1 at 2019-01-22 16:02:47 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"83"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 83], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.2ms)

Completed 200 OK in 37ms (Views: 31.9ms | ActiveRecord: 0.4ms)

Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:02:50 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:02:50 +0530 Started GET “/sidekiq/retries” for 127.0.0.1 at 2019-01-22 16:02:55 +0530 Started GET “/sidekiq/busy” for 127.0.0.1 at 2019-01-22 16:02:57 +0530 Started GET “/sidekiq/busy” for 127.0.0.1 at 2019-01-22 16:04:30 +0530 Started GET “/sidekiq/queues” for 127.0.0.1 at 2019-01-22 16:04:32 +0530 Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:04:33 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 16:08:04 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.0ms)

Completed 200 OK in 34ms (Views: 19.8ms | ActiveRecord: 3.5ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-22 16:08:29 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"qNGYp2+d8n5YMyiUx1db4QeMSxIknLPRboWMMFmvw2fmKuB5OifIGp/dPVIseXpRSzJ/mke3KIgAFQOEy5FtKQ==", "url"=>{"longurl"=>"www.google.com", "domain"=>"google.com"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.google.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13

Redirected to localhost:3000/urls/1 Completed 302 Found in 4ms (ActiveRecord: 0.5ms)

Started GET “/urls/1” for 127.0.0.1 at 2019-01-22 16:08:29 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"1"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 39ms (Views: 36.1ms | ActiveRecord: 0.4ms)

Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:08:33 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:08:33 +0530 Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:08:35 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:08:35 +0530 Started GET “/sidekiq/queues” for 127.0.0.1 at 2019-01-22 16:08:37 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 16:08:43 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 37ms (Views: 34.0ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-22 16:08:57 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"R5sNB5LcxE4tbi3WLzS33kjMCIn8hsUOLGjkyOtrpiYJYHXZx2b+KuqAOBDEGpZuBHI8AZ+tXldC+Gt8eVUIaA==", "url"=>{"longurl"=>"www.wasz.com", "domain"=>"wsa.comn"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.wasz.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.3ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.wasz.com"], ["shorturl", "www.nav.com/NpKA"], ["domain", "wsa.comn"], ["mdsum", 1221], ["created_at", "2019-01-22 10:38:57.615651"], ["updated_at", "2019-01-22 10:38:57.615651"]]
↳ app/controllers/urls_controller.rb:20
 (40.4ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/84 Completed 302 Found in 59ms (ActiveRecord: 41.6ms)

Started GET “/urls/84” for 127.0.0.1 at 2019-01-22 16:08:57 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"84"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 84], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.6ms)

Completed 200 OK in 25ms (Views: 22.6ms | ActiveRecord: 0.3ms)

Started GET “/sidekiq/queues” for 127.0.0.1 at 2019-01-22 16:09:01 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:09:01 +0530 Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:09:03 +0530 Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:09:50 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:09:50 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 16:09:55 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 45ms (Views: 42.8ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-22 16:10:04 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"VrKRrCR7z6kVoTs/YDwXJDRZ6ZQEwBwHORj+2zbrfXcYSelyccH1zdJPLvmLEjaUeOfdHGfrh15XiHFvpNXTOQ==", "url"=>{"longurl"=>"plp.com", "domain"=>"p.com"}, "commit"=>"Search"}
Url Load (4.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "plp.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "plp.com"], ["shorturl", "www.nav.com/ZBF"], ["domain", "p.com"], ["mdsum", 697], ["created_at", "2019-01-22 10:40:04.556106"], ["updated_at", "2019-01-22 10:40:04.556106"]]
↳ app/controllers/urls_controller.rb:20
 (40.5ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/85 Completed 302 Found in 54ms (ActiveRecord: 46.0ms)

Started GET “/urls/85” for 127.0.0.1 at 2019-01-22 16:10:04 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"85"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 85], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 21ms (Views: 17.7ms | ActiveRecord: 0.5ms)

Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:10:07 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:10:07 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 16:13:27 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.5ms)

Completed 200 OK in 41ms (Views: 22.3ms | ActiveRecord: 5.4ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-22 16:13:46 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"U3bhZJmfC1ixG1RPmY8+3XAdYlCkmK/WhgOy7kw7/dwdjZm6zCUxPHb1QYlyoR9tPKNW2MezNI/okz1a3gVTkg==", "url"=>{"longurl"=>"www.makaan.com/user?naveen", "domain"=>"makaan.com"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.makaan.com/user?naveen"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (2.7ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.makaan.com/user?naveen"], ["shorturl", "www.nav.com/4qXB"], ["domain", "makaan.com"], ["mdsum", 2579], ["created_at", "2019-01-22 10:43:46.464117"], ["updated_at", "2019-01-22 10:43:46.464117"]]
↳ app/controllers/urls_controller.rb:20
 (40.0ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/86 Completed 302 Found in 53ms (ActiveRecord: 43.4ms)

Started GET “/urls/86” for 127.0.0.1 at 2019-01-22 16:13:46 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"86"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 86], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.6ms)

Completed 200 OK in 26ms (Views: 24.0ms | ActiveRecord: 0.3ms)

Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:13:48 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:13:49 +0530 Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:14:34 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:14:34 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 16:19:05 +0530 Processing by UrlsController#new as HTML Redirected to localhost:3000/user/login Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-22 16:19:05 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.9ms)

Completed 200 OK in 49ms (Views: 23.8ms | ActiveRecord: 6.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-22 16:19:07 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"zl6jmKafDhenwNUGDk4vvWx0a2MZP3Rs39RbvXvvxgkXUfzsGlYwsun8qtu3BfeIXURvbU5u34x1/wIeCxwDww==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.2ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:46

Redirected to localhost:3000/urls/new Completed 302 Found in 4ms (ActiveRecord: 1.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 16:19:07 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.0ms)

Completed 200 OK in 40ms (Views: 21.9ms | ActiveRecord: 3.1ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-22 16:19:20 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"cnGHA66N4JklkkJZygn57yoQcNRQv6TI9iFZYRLD5gfhSbwVqLWXOAas37g//hu/Hn8X3bgRzgYKwSL2IQcA1Q==", "url"=>{"longurl"=>"www.vipul.com", "domain"=>"vipul.com"}, "commit"=>"Search"}
Url Load (1.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.vipul.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (1.1ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.vipul.com"], ["shorturl", "www.nav.com/pzLA"], ["domain", "vipul.com"], ["mdsum", 1328], ["created_at", "2019-01-22 10:49:20.100091"], ["updated_at", "2019-01-22 10:49:20.100091"]]
↳ app/controllers/urls_controller.rb:20
 (39.7ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/87 Completed 302 Found in 53ms (ActiveRecord: 42.6ms)

Started GET “/urls/87” for 127.0.0.1 at 2019-01-22 16:19:20 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"87"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 87], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 23ms (Views: 18.7ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 16:19:21 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.5ms)

Completed 200 OK in 55ms (Views: 51.2ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:19:24 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:19:24 +0530 Started GET “/user/logout” for 127.0.0.1 at 2019-01-22 16:22:40 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.9ms)

Completed 200 OK in 32ms (Views: 30.8ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-22 16:22:44 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.9ms)

Completed 200 OK in 39ms (Views: 36.7ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-22 16:23:19 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.7ms)

Completed 200 OK in 78ms (Views: 33.5ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-22 16:23:48 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.8ms)

Completed 200 OK in 26ms (Views: 24.0ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-22 16:24:06 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.5ms)

Completed 200 OK in 40ms (Views: 38.2ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-22 16:24:07 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.9ms)

Completed 200 OK in 26ms (Views: 25.0ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-22 16:24:44 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.6ms)

Completed 200 OK in 25ms (Views: 22.8ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-22 16:25:01 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.0ms)

Completed 200 OK in 31ms (Views: 29.6ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-22 16:25:11 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.8ms)

Completed 200 OK in 28ms (Views: 26.9ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-22 16:25:20 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.8ms)

Completed 200 OK in 30ms (Views: 27.7ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-22 16:25:21 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.7ms)

Completed 200 OK in 38ms (Views: 36.6ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-22 16:25:26 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.9ms)

Completed 200 OK in 32ms (Views: 30.1ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-22 16:25:27 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.6ms)

Completed 200 OK in 25ms (Views: 23.7ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-22 16:25:30 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.6ms)

Completed 200 OK in 25ms (Views: 23.0ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-22 16:25:51 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.7ms)

Completed 200 OK in 44ms (Views: 41.7ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-22 16:25:52 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"mdVhPBpNpxG+JbFp2txbu2xgI1OwHzfrb+EE5bcoHWJA2j5IpoSZtPAZzrRjl4OOXVAnXedOnAvFyl1Gx9vYqA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:46

Redirected to localhost:3000/urls/new Completed 302 Found in 5ms (ActiveRecord: 0.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 16:25:52 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (1.8ms)

Completed 200 OK in 36ms (Views: 34.7ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-22 16:26:13 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"u9DcJxgxKH3567IkkxwwmDo40uiJdotBUzsX++0PQmoo6OcxHglf3NrVL8Vm69LIDle14WHY4Y+v22xs3sukuA==", "url"=>{"longurl"=>"https://angularjs.org/", "domain"=>"angularjs"}, "commit"=>"Search"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://angularjs.org/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.3ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://angularjs.org/"], ["shorturl", "www.nav.com/YITB"], ["domain", "angularjs"], ["mdsum", 2103], ["created_at", "2019-01-22 10:56:13.100958"], ["updated_at", "2019-01-22 10:56:13.100958"]]
↳ app/controllers/urls_controller.rb:20
 (40.3ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/88 Completed 302 Found in 48ms (ActiveRecord: 41.5ms)

Started GET “/urls/88” for 127.0.0.1 at 2019-01-22 16:26:13 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"88"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 88], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 26ms (Views: 22.3ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 16:26:14 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.0ms)

Completed 200 OK in 40ms (Views: 36.7ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:32:08 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:32:08 +0530 Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:32:09 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:32:09 +0530 Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:32:10 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:32:10 +0530 Started GET “/sidekiq/queues” for 127.0.0.1 at 2019-01-22 16:32:10 +0530 Started GET “/sidekiq/busy” for 127.0.0.1 at 2019-01-22 16:32:19 +0530 Started GET “/sidekiq/” for 127.0.0.1 at 2019-01-22 16:32:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:32:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:32:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:32:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:32:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:32:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:32:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:32:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:33:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:33:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:33:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:33:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:33:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:33:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:33:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:33:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:33:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:33:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:33:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:33:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:34:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:34:07 +0530 Started GET “/user/logout” for 127.0.0.1 at 2019-01-22 16:34:08 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.5ms)

Completed 200 OK in 66ms (Views: 65.1ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:34:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:34:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:34:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:34:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:34:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:34:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:34:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:34:45 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:34:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:34:49 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:34:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:34:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:34:55 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:34:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:34:59 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:35:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:35:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:35:05 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:35:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:35:09 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:35:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:35:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:35:15 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:35:17 +0530 Started GET “/sidekiq/?days=90” for 127.0.0.1 at 2019-01-22 16:35:19 +0530 Started GET “/sidekiq/?days=180” for 127.0.0.1 at 2019-01-22 16:35:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 16:35:23 +0530 Started GET “/sidekiq/queues” for 127.0.0.1 at 2019-01-22 16:35:24 +0530

 (0.8ms)  SELECT COUNT(*) FROM "urls" WHERE "urls"."created_at" BETWEEN $1 AND $2  [["created_at", "2019-01-22 00:00:00"], ["created_at", "2019-01-22 23:59:59.999999"]]
 (0.6ms)  SELECT COUNT(*) FROM "urls" WHERE "urls"."created_at" BETWEEN $1 AND $2  [["created_at", "2019-01-21 00:00:00"], ["created_at", "2019-01-22 23:59:59.999999"]]
 (0.6ms)  SELECT COUNT(*) FROM "urls" WHERE "urls"."created_at" BETWEEN $1 AND $2  [["created_at", "2019-01-21 00:00:00"], ["created_at", "2019-01-21 23:59:59.999999"]]

Started POST “/users/login” for 127.0.0.1 at 2019-01-22 16:42:04 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"gcgND5fJjFR9ueNH+Uben0yR7LFOeI+sOdcEIMfbbNZYx1J7KwCy8TOFnJpADQaqfaHovxkpJEyT/F2DtyipHA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (3.9ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:46

Redirected to localhost:3000/urls/new Completed 302 Found in 32ms (ActiveRecord: 13.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 16:42:04 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.3ms)

Completed 200 OK in 52ms (Views: 34.0ms | ActiveRecord: 4.5ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-22 16:42:35 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"CSRGUY/YkBPbUQxPaLhHTg5a9t2BHUYIScHJjLcpVfGaHH1HieDnsvhvka6dT6UeOjWR1GmzLMa1IbIbhO2zIw==", "url"=>{"longurl"=>"http://hris.proptiger.com/attendance/index/view-attendance", "domain"=>"hris.proptiger.com"}, "commit"=>"Search"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://hris.proptiger.com/attendance/index/view-attendance"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "http://hris.proptiger.com/attendance/index/view-attendance"], ["shorturl", "www.nav.com/A4qE"], ["domain", "hris.proptiger.com"], ["mdsum", 5696], ["created_at", "2019-01-22 11:12:35.410128"], ["updated_at", "2019-01-22 11:12:35.410128"]]
↳ app/controllers/urls_controller.rb:20
 (40.4ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/89 Completed 302 Found in 88ms (ActiveRecord: 42.0ms)

Started GET “/urls/89” for 127.0.0.1 at 2019-01-22 16:42:35 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"89"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 89], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 32ms (Views: 29.0ms | ActiveRecord: 0.3ms)

Started GET “/sidekiq/queues” for 127.0.0.1 at 2019-01-22 16:42:41 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:42:41 +0530 Started GET “/sidekiq/queues” for 127.0.0.1 at 2019-01-22 16:42:42 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:42:42 +0530 Started GET “/sidekiq/busy” for 127.0.0.1 at 2019-01-22 16:43:02 +0530 Started POST “/sidekiq/busy” for 127.0.0.1 at 2019-01-22 16:43:07 +0530 Started GET “/sidekiq/busy” for 127.0.0.1 at 2019-01-22 16:43:07 +0530 Started POST “/sidekiq/busy” for 127.0.0.1 at 2019-01-22 16:43:11 +0530 Started GET “/sidekiq/busy” for 127.0.0.1 at 2019-01-22 16:43:11 +0530 Started POST “/sidekiq/busy” for 127.0.0.1 at 2019-01-22 16:43:13 +0530 Started GET “/sidekiq/busy” for 127.0.0.1 at 2019-01-22 16:43:13 +0530 Started POST “/sidekiq/busy” for 127.0.0.1 at 2019-01-22 16:43:15 +0530 Started GET “/sidekiq/busy” for 127.0.0.1 at 2019-01-22 16:43:15 +0530 Started POST “/sidekiq/busy” for 127.0.0.1 at 2019-01-22 16:43:15 +0530 Started GET “/sidekiq/busy” for 127.0.0.1 at 2019-01-22 16:43:15 +0530 Started POST “/sidekiq/busy” for 127.0.0.1 at 2019-01-22 16:43:23 +0530 Started GET “/sidekiq/busy” for 127.0.0.1 at 2019-01-22 16:43:23 +0530 Started GET “/sidekiq/queues” for 127.0.0.1 at 2019-01-22 16:43:25 +0530 Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:43:27 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 16:43:35 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.4ms)

Completed 200 OK in 59ms (Views: 54.0ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-22 16:43:47 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"ArvA2RmbPwDsWG4Xey//gARxex7bNx+0ErJ6/fm4k6VMQLgHTCEFZCu2e9GQAd4wSM9PlrgchO18IvVJa4Y96w==", "url"=>{"longurl"=>"http://hris.proptiger.com/", "domain"=>"hris.proptiger.com"}, "commit"=>"Search"}
Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://hris.proptiger.com/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.3ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "http://hris.proptiger.com/"], ["shorturl", "www.nav.com/EhWB"], ["domain", "hris.proptiger.com"], ["mdsum", 2484], ["created_at", "2019-01-22 11:13:47.876037"], ["updated_at", "2019-01-22 11:13:47.876037"]]
↳ app/controllers/urls_controller.rb:20
 (39.7ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/90 Completed 302 Found in 49ms (ActiveRecord: 41.3ms)

Started GET “/urls/90” for 127.0.0.1 at 2019-01-22 16:43:47 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"90"}
Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 90], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.2ms)

Completed 200 OK in 25ms (Views: 21.5ms | ActiveRecord: 1.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 16:43:49 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 56ms (Views: 52.3ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:43:51 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:43:51 +0530 Started POST “/urls” for 127.0.0.1 at 2019-01-22 16:44:28 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"WbZtGHTIBowndvJ3+PIYkF5QPVb6H/jju72WOHz6rdoXTRXGIXI86OCY57ET3DkgEu4J3pk0Y7rVLRmM7sQDlA==", "url"=>{"longurl"=>"www.test.com/wvuafuafwuv", "domain"=>"test.com"}, "commit"=>"Search"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.test.com/wvuafuafwuv"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (3.7ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.test.com/wvuafuafwuv"], ["shorturl", "www.nav.com/GhWB"], ["domain", "test.com"], ["mdsum", 2486], ["created_at", "2019-01-22 11:14:28.281439"], ["updated_at", "2019-01-22 11:14:28.281439"]]
↳ app/controllers/urls_controller.rb:20
 (40.1ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/91 Completed 302 Found in 53ms (ActiveRecord: 44.8ms)

Started GET “/urls/91” for 127.0.0.1 at 2019-01-22 16:44:28 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"91"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 91], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 39ms (Views: 36.6ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 16:44:30 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.9ms)

Completed 200 OK in 45ms (Views: 41.1ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:44:32 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:44:32 +0530 Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:44:34 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:44:34 +0530 Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:44:34 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:44:35 +0530 Started POST “/urls” for 127.0.0.1 at 2019-01-22 16:49:32 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"jgX3ZPDEPTPIhzm3vxrcdhLRLK0YeSiZt3Hg20CL6aDA/o+6pX4HVw9pLHFUNP3GXm8YJXtSs8DZ4W9v0rVH7g==", "url"=>{"longurl"=>"www.hfhfh.com", "domain"=>"dkf.com"}, "commit"=>"Search"}
Url Load (1.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.hfhfh.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (1.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.hfhfh.com"], ["shorturl", "www.nav.com/%vKA"], ["domain", "dkf.com"], ["mdsum", 1284], ["created_at", "2019-01-22 11:19:32.986876"], ["updated_at", "2019-01-22 11:19:32.986876"]]
↳ app/controllers/urls_controller.rb:20
 (29.7ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/92 Completed 302 Found in 45ms (ActiveRecord: 32.9ms)

Started GET “/urls/92” for 127.0.0.1 at 2019-01-22 16:49:33 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"92"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 92], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 24ms (Views: 21.4ms | ActiveRecord: 0.4ms)

Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:49:36 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:49:36 +0530 Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:49:38 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:49:38 +0530 Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:49:39 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:49:39 +0530 Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:49:40 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:49:40 +0530 Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:49:40 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:49:41 +0530 Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:49:41 +0530 Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:49:41 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:49:41 +0530 Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:49:41 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:49:42 +0530 Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:49:42 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:49:42 +0530 Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:49:43 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:49:43 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 16:50:05 +0530

 (0.9ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (12.6ms)

Completed 200 OK in 337ms (Views: 297.2ms | ActiveRecord: 4.8ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-22 16:50:15 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"zKQttk8E+XnHN13yhVDP7vg+WSFS13VbGYp+GuFonTmCX1VoGr7DHQDZSDRufu5etIBtqTH87gJ3GvGuc1Yzdw==", "url"=>{"longurl"=>"www.qww.com", "domain"=>"d.com"}, "commit"=>"Search"}
Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.qww.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.qww.com"], ["shorturl", "www.nav.com/he%A"], ["domain", "d.com"], ["mdsum", 1119], ["created_at", "2019-01-22 11:20:15.253933"], ["updated_at", "2019-01-22 11:20:15.253933"]]
↳ app/controllers/urls_controller.rb:20
 (39.7ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/93 Completed 302 Found in 52ms (ActiveRecord: 41.4ms)

Started GET “/urls/93” for 127.0.0.1 at 2019-01-22 16:50:15 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"93"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 93], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 36ms (Views: 31.5ms | ActiveRecord: 0.4ms)

Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:50:20 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:50:20 +0530 Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:50:21 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:50:22 +0530 Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:50:22 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:50:22 +0530 Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:50:22 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:50:23 +0530 Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:50:23 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:50:23 +0530 Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:50:23 +0530 Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:50:23 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:50:24 +0530 Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:50:24 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:50:24 +0530 Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:50:24 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:50:24 +0530 Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:50:24 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:50:25 +0530 Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:50:25 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:50:25 +0530 Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:50:25 +0530 Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:50:26 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:50:26 +0530 Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:50:26 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:50:26 +0530 Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:50:26 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:50:27 +0530 Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:50:27 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:50:27 +0530 Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 16:50:27 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 16:50:27 +0530 Started GET “/sidekiq/busy” for 127.0.0.1 at 2019-01-22 17:22:03 +0530 Started GET “/sidekiq/busy” for 127.0.0.1 at 2019-01-22 17:22:44 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 17:22:45 +0530 Started GET “/sidekiq/retries” for 127.0.0.1 at 2019-01-22 17:22:50 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 17:24:17 +0530 Processing by UrlsController#new as HTML Redirected to localhost:3000/user/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-22 17:24:18 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.1ms)

Completed 200 OK in 65ms (Views: 20.9ms | ActiveRecord: 7.2ms)

Started GET “/” for 127.0.0.1 at 2019-01-22 17:25:57 +0530

 (0.9ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.6ms)

Completed 200 OK in 388ms (Views: 379.2ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-22 17:25:59 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (4.5ms)

Completed 200 OK in 69ms (Views: 25.1ms | ActiveRecord: 23.7ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-22 17:26:01 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"yGnls4brnp307hH8jqIL4PijDayfPSNNivWn4pMRpRkRZrrHOiKgOLrSbiE36dPVyZMJoshsiK0g3v5B4+Jg0w==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:46

Redirected to localhost:3000/urls/new Completed 302 Found in 9ms (ActiveRecord: 1.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 17:26:01 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.3ms)

Completed 200 OK in 43ms (Views: 25.0ms | ActiveRecord: 5.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-22 17:26:26 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"H0CtTeKh5rmxahZ5v9QQCjoKGQ0zQ90gRJ/wdAsrb06MeJZb5JmRGJJUi5hKI/JaDmV+BNvtt+64f4vjOO+JnA==", "url"=>{"longurl"=>"https://github.com/mperham/sidekiq", "domain"=>"github.com"}, "commit"=>"Search"}
Url Load (3.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://github.com/mperham/sidekiq"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (0.4ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (1.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://github.com/mperham/sidekiq"], ["shorturl", "www.nav.com/Yw4C"], ["domain", "github.com"], ["mdsum", 3309], ["created_at", "2019-01-22 11:56:26.583326"], ["updated_at", "2019-01-22 11:56:26.583326"]]
↳ app/controllers/urls_controller.rb:20
 (0.6ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/94 Completed 302 Found in 32ms (ActiveRecord: 6.0ms)

Started GET “/urls/94” for 127.0.0.1 at 2019-01-22 17:26:26 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"94"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 94], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.4ms)

Completed 200 OK in 33ms (Views: 27.9ms | ActiveRecord: 0.4ms)

 (1.6ms)  SELECT COUNT(*) FROM "urls" WHERE "urls"."created_at" BETWEEN $1 AND $2  [["created_at", "2019-01-22 00:00:00"], ["created_at", "2019-01-22 23:59:59.999999"]]
↳ app/workers/convert_worker.rb:5

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 17:26:28 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.8ms)

Completed 200 OK in 44ms (Views: 39.8ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq” for 127.0.0.1 at 2019-01-22 17:26:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:26:40 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:26:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:26:45 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:26:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:26:49 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:26:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:26:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:26:55 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:26:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:26:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:27:00 +0530 Started GET “/sidekiq/retries” for 127.0.0.1 at 2019-01-22 17:27:00 +0530 Started POST “/sidekiq/retries/all/delete” for 127.0.0.1 at 2019-01-22 17:27:03 +0530 Started GET “/sidekiq/retries” for 127.0.0.1 at 2019-01-22 17:27:03 +0530 Started GET “/sidekiq/busy” for 127.0.0.1 at 2019-01-22 17:27:15 +0530 Started POST “/urls” for 127.0.0.1 at 2019-01-22 17:27:42 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"MEsmjRcATCqikltL/Y7t/gL+PcJtWX4c9NQeMb9G3E9+sF5TQrp2TmV8To0WoMxOTkAJSg5y5UWaRJGFLXhyAQ==", "url"=>{"longurl"=>"http://localhost:3000/sidekiq/busy", "domain"=>"localhost:3000"}, "commit"=>"Search"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://localhost:3000/sidekiq/busy"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
 (3.6ms)  ROLLBACK
↳ app/controllers/urls_controller.rb:20
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.1ms)

Completed 200 OK in 47ms (Views: 34.8ms | ActiveRecord: 4.4ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-22 17:27:55 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"OicfJzBJ3Owrhek+FcaYs8jdL4T+qzPLwTbuY/9kBUepHyQxNnGrTQi7dN/gMXrj/LJIjRYFWQU91pX0zKDjlQ==", "url"=>{"longurl"=>"http://localhost:3000.com/sidekiq/busy", "domain"=>"localhost:3000"}, "commit"=>"Search"}
Url Load (3.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://localhost:3000.com/sidekiq/busy"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
 (0.3ms)  ROLLBACK
↳ app/controllers/urls_controller.rb:20
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.2ms)

Completed 200 OK in 42ms (Views: 30.6ms | ActiveRecord: 3.7ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-22 17:28:14 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"lkspczCgTOKlr18SZXmujFB7djyw/tGu0PZioSc0vMoFcxJlNpg7Q4aRwvOQjkzcZBQRNVhQu2AsFhk2FPBaGA==", "url"=>{"longurl"=>"https://mva.microsoft.com/", "domain"=>"microsoft"}, "commit"=>"Search"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://mva.microsoft.com/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.3ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://mva.microsoft.com/"], ["shorturl", "www.nav.com/?gWB"], ["domain", "microsoft"], ["mdsum", 2479], ["created_at", "2019-01-22 11:58:14.773940"], ["updated_at", "2019-01-22 11:58:14.773940"]]
↳ app/controllers/urls_controller.rb:20
 (39.9ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/95 Completed 302 Found in 48ms (ActiveRecord: 41.1ms)

 (0.8ms)  SELECT COUNT(*) FROM "urls" WHERE "urls"."created_at" BETWEEN $1 AND $2  [["created_at", "2019-01-22 00:00:00"], ["created_at", "2019-01-22 23:59:59.999999"]]
↳ app/workers/convert_worker.rb:5

Started GET “/urls/95” for 127.0.0.1 at 2019-01-22 17:28:14 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"95"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 95], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 60ms (Views: 55.8ms | ActiveRecord: 0.5ms)

Started GET “/sidekiq/busy” for 127.0.0.1 at 2019-01-22 17:28:26 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 17:28:27 +0530 Started GET “/sidekiq/busy” for 127.0.0.1 at 2019-01-22 17:28:27 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 17:28:27 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 17:39:56 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 42ms (Views: 22.0ms | ActiveRecord: 6.6ms)

 (0.4ms)  SELECT pg_try_advisory_lock(4940285333737373340)
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23

Migrating to CreateUrlreports (20190122121831)

 (0.2ms)  BEGIN
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (89.2ms)  CREATE TABLE "urlreports" ("id" bigserial primary key, "count" integer, "date" character varying)
↳ db/migrate/20190122121831_create_urlreports.rb:3
ActiveRecord::SchemaMigration Create (0.5ms)  INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"  [["version", "20190122121831"]]
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (1.2ms)  COMMIT
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
ActiveRecord::InternalMetadata Load (0.5ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.2ms)  BEGIN
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.1ms)  COMMIT
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.2ms)  SELECT pg_advisory_unlock(4940285333737373340)
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.3ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23

Started GET “/sidekiq” for 127.0.0.1 at 2019-01-22 17:58:10 +0530

 (1.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:58:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:58:15 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:58:17 +0530 Started GET “/” for 127.0.0.1 at 2019-01-22 17:58:19 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (2.9ms)

Completed 200 OK in 329ms (Views: 325.9ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:58:20 +0530 Started GET “/user/login” for 127.0.0.1 at 2019-01-22 17:58:22 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (4.1ms)

Completed 200 OK in 70ms (Views: 26.2ms | ActiveRecord: 24.3ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:58:22 +0530 Started POST “/users/login” for 127.0.0.1 at 2019-01-22 17:58:23 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"6XYZwBsyQk4HDcm63scx86McVrQD/Yv0k7Tb2u91HzAweUa0p/t860kxtmdnjOnGkixSulSsIBQ5n4J5n4ba+g==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.7ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:46

Redirected to localhost:3000/urls/new Completed 302 Found in 8ms (ActiveRecord: 1.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 17:58:23 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.0ms)

Completed 200 OK in 49ms (Views: 26.5ms | ActiveRecord: 5.9ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:58:24 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:58:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:58:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:58:29 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:58:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:58:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:58:35 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:58:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:58:40 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:58:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:58:43 +0530 Started POST “/urls” for 127.0.0.1 at 2019-01-22 17:58:44 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"c+dzTki96hJ9ac92hwmohl6ZKmseAdXz+0DJPWa6Ub3g30hYToWds15XUpdy/krWavZNYvavvz0HoLKqVX63bw==", "url"=>{"longurl"=>"https://www.google.com/search?q=youtube+to+mp3&rlz=1C5CHFA_enIN831IN831&oq=oyutub&aqs=chrome.2.69i57j0l5.2015j0j7&sourceid=chrome&ie=UTF-8", "domain"=>"google.com"}, "commit"=>"Search"}
Url Load (2.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.google.com/search?q=youtube+to+mp3&rlz=1C5CHFA_enIN831IN831&oq=oyutub&aqs=chrome.2.69i57j0l5.2015j0j7&sourceid=chrome&ie=UTF-8"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.7ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://www.google.com/search?q=youtube+to+mp3&rlz=1C5CHFA_enIN831IN831&oq=oyutub&aqs=chrome.2.69i57j0l5.2015j0j7&sourceid=chrome&ie=UTF-8"], ["shorturl", "www.nav.com/zgl%A"], ["domain", "google.com"], ["mdsum", 11857], ["created_at", "2019-01-22 12:28:44.581027"], ["updated_at", "2019-01-22 12:28:44.581027"]]
↳ app/controllers/urls_controller.rb:20
 (40.0ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Completed 500 Internal Server Error in 69ms (ActiveRecord: 42.9ms)

ArgumentError (wrong number of arguments (given 1, expected 2)):

app/models/url.rb:6:in `start_background_processing' app/controllers/urls_controller.rb:20:in `create'

 (0.8ms)  SELECT COUNT(*) FROM "urls" WHERE "urls"."created_at" BETWEEN $1 AND $2  [["created_at", "2019-01-22 00:00:00"], ["created_at", "2019-01-22 23:59:59.999999"]]
↳ app/workers/convert_worker.rb:5

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:58:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:58:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:58:50 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:58:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:58:54 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:58:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:58:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:59:00 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:59:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:59:04 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:59:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:59:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:59:10 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:59:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:59:14 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:59:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:59:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:59:20 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:59:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:59:24 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:59:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:59:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:59:30 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:59:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:59:34 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:59:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:59:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:59:40 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:59:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:59:44 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:59:46 +0530 Started POST “/urls” for 127.0.0.1 at 2019-01-22 17:59:48 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"c+dzTki96hJ9ac92hwmohl6ZKmseAdXz+0DJPWa6Ub3g30hYToWds15XUpdy/krWavZNYvavvz0HoLKqVX63bw==", "url"=>{"longurl"=>"https://www.google.com/search?q=youtube+to+mp3&rlz=1C5CHFA_enIN831IN831&oq=oyutub&aqs=chrome.2.69i57j0l5.2015j0j7&sourceid=chrome&ie=UTF-8", "domain"=>"google.com"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.google.com/search?q=youtube+to+mp3&rlz=1C5CHFA_enIN831IN831&oq=oyutub&aqs=chrome.2.69i57j0l5.2015j0j7&sourceid=chrome&ie=UTF-8"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13

Redirected to localhost:3000/urls/96 Completed 302 Found in 26ms (ActiveRecord: 6.4ms)

Started GET “/urls/96” for 127.0.0.1 at 2019-01-22 17:59:48 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"96"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 96], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 39ms (Views: 32.8ms | ActiveRecord: 0.6ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:59:48 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 17:59:50 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (6.9ms)

Completed 200 OK in 84ms (Views: 81.0ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:59:50 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:59:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:59:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:59:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:59:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 17:59:59 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:00:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:00:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:00:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:00:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:00:09 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:00:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:00:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:00:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:00:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:00:20 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:00:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:00:24 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:00:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:00:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:00:30 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:00:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:00:34 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:00:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:00:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:00:39 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:00:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:00:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:00:45 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:00:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:00:49 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:00:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:00:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:00:55 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:00:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:00:59 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:01:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:01:04 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:01:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:01:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:01:10 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:01:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:01:14 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:01:15 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:01:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:01:19 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:01:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:01:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:01:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:01:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:01:29 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:01:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:01:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:01:35 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:01:37 +0530 Started POST “/urls” for 127.0.0.1 at 2019-01-22 18:02:17 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"U4Jv5NMagEChRtz/QfRfJQcumWwOTMMhpnxxHOu1CJ8deRc6hqC6JGaoyTmq2n6VS5Ct5G1nWHjI7P6oeYum0Q==", "url"=>{"longurl"=>"https://www.onlinevideoconverter.com/mp3-converter", "domain"=>"onlinevideoconvertor.com"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.onlinevideoconverter.com/mp3-converter"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.8ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://www.onlinevideoconverter.com/mp3-converter"], ["shorturl", "www.nav.com/81jD"], ["domain", "onlinevideoconvertor.com"], ["mdsum", 4995], ["created_at", "2019-01-22 12:32:17.978188"], ["updated_at", "2019-01-22 12:32:17.978188"]]
↳ app/controllers/urls_controller.rb:20
 (0.4ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Completed 500 Internal Server Error in 35ms (ActiveRecord: 9.2ms)

ArgumentError (wrong number of arguments (given 1, expected 2)):

app/models/url.rb:8:in `start_background_processing' app/controllers/urls_controller.rb:20:in `create'

 (0.3ms)  SELECT COUNT(*) FROM "urls" WHERE "urls"."created_at" BETWEEN $1 AND $2  [["created_at", "2019-01-22 00:00:00"], ["created_at", "2019-01-22 23:59:59.999999"]]
↳ app/workers/convert_worker.rb:6

Started POST “/urls” for 127.0.0.1 at 2019-01-22 18:04:48 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"gxHL/APX4MKfir1JABtCri2si43wKM8Sjm5klOj7NHYQKfDqBe+XY7y0IKj17KD+GcPshBiGpdxyjh8D2z/SpA==", "url"=>{"longurl"=>"https://www.onfvffddvlinevideoconverter.com/mp3-converter", "domain"=>"onlinevideoconvertor.com"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.onfvffddvlinevideoconverter.com/mp3-converter"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://www.onfvffddvlinevideoconverter.com/mp3-converter"], ["shorturl", "www.nav.com/c8rE"], ["domain", "onlinevideoconvertor.com"], ["mdsum", 5737], ["created_at", "2019-01-22 12:34:48.281054"], ["updated_at", "2019-01-22 12:34:48.281054"]]
↳ app/controllers/urls_controller.rb:20
 (40.4ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Completed 500 Internal Server Error in 65ms (ActiveRecord: 45.8ms)

ArgumentError (wrong number of arguments (given 1, expected 2)):

app/models/url.rb:9:in `start_background_processing' app/controllers/urls_controller.rb:20:in `create'

 (0.6ms)  SELECT COUNT(*) FROM "urls" WHERE "urls"."created_at" BETWEEN $1 AND $2  [["created_at", "2019-01-22 00:00:00"], ["created_at", "2019-01-22 23:59:59.999999"]]
↳ app/workers/convert_worker.rb:6

Started POST “/urls” for 127.0.0.1 at 2019-01-22 18:06:18 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"gxHL/APX4MKfir1JABtCri2si43wKM8Sjm5klOj7NHYQKfDqBe+XY7y0IKj17KD+GcPshBiGpdxyjh8D2z/SpA==", "url"=>{"longurl"=>"https://www.onekjbkhebvefvffddvlinevideoconverter.com/mp3-converter", "domain"=>"onlinevideoconvertor.com"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.onekjbkhebvefvffddvlinevideoconverter.com/mp3-converter"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://www.onekjbkhebvefvffddvlinevideoconverter.com/mp3-converter"], ["shorturl", "www.nav.com/%G?F"], ["domain", "onlinevideoconvertor.com"], ["mdsum", 6778], ["created_at", "2019-01-22 12:36:18.896750"], ["updated_at", "2019-01-22 12:36:18.896750"]]
↳ app/controllers/urls_controller.rb:20
 (0.4ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Completed 500 Internal Server Error in 25ms (ActiveRecord: 6.1ms)

ArgumentError (wrong number of arguments (given 1, expected 2)):

app/models/url.rb:9:in `start_background_processing' app/controllers/urls_controller.rb:20:in `create'

 (0.4ms)  SELECT COUNT(*) FROM "urls" WHERE "urls"."created_at" BETWEEN $1 AND $2  [["created_at", "2019-01-22 00:00:00"], ["created_at", "2019-01-22 23:59:59.999999"]]
↳ app/workers/convert_worker.rb:5

Started POST “/urls” for 127.0.0.1 at 2019-01-22 18:07:20 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"gxHL/APX4MKfir1JABtCri2si43wKM8Sjm5klOj7NHYQKfDqBe+XY7y0IKj17KD+GcPshBiGpdxyjh8D2z/SpA==", "url"=>{"longurl"=>"https://www.bkhebvefvffddvlinevideoconverter.com/mp3-converter", "domain"=>"onlinevideoconvertor.com"}, "commit"=>"Search"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.bkhebvefvffddvlinevideoconverter.com/mp3-converter"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://www.bkhebvefvffddvlinevideoconverter.com/mp3-converter"], ["shorturl", "www.nav.com/KTwF"], ["domain", "onlinevideoconvertor.com"], ["mdsum", 6243], ["created_at", "2019-01-22 12:37:20.197593"], ["updated_at", "2019-01-22 12:37:20.197593"]]
↳ app/controllers/urls_controller.rb:20
 (40.6ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Completed 500 Internal Server Error in 68ms (ActiveRecord: 44.9ms)

ArgumentError (wrong number of arguments (given 1, expected 2)):

app/models/url.rb:9:in `start_background_processing' app/controllers/urls_controller.rb:20:in `create'

 (0.5ms)  SELECT COUNT(*) FROM "urls" WHERE "urls"."created_at" BETWEEN $1 AND $2  [["created_at", "2019-01-22 00:00:00"], ["created_at", "2019-01-22 23:59:59.999999"]]
↳ app/workers/convert_worker.rb:5

Started POST “/urls” for 127.0.0.1 at 2019-01-22 18:15:01 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"gxHL/APX4MKfir1JABtCri2si43wKM8Sjm5klOj7NHYQKfDqBe+XY7y0IKj17KD+GcPshBiGpdxyjh8D2z/SpA==", "url"=>{"longurl"=>"https://git-scm.com/docs/gittutorial", "domain"=>"git-scm.com"}, "commit"=>"Search"}

Redirected to localhost:3000/user/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-22 18:15:01 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.2ms)

Completed 200 OK in 43ms (Views: 23.9ms | ActiveRecord: 8.8ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-22 18:15:03 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"wF0yZlvRONAcEHA6833dX283x93qOtMzxDRImI/vvzhTZQlwXelPcT8u7dsGij8PW1ig1AKUuf041DMPvCtZ6g==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.7ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:46

Redirected to localhost:3000/urls/new Completed 302 Found in 6ms (ActiveRecord: 1.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 18:15:03 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.6ms)

Completed 200 OK in 38ms (Views: 22.2ms | ActiveRecord: 3.1ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-22 18:15:12 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"rgpjc8kmbPEDGgfdPMLiNJCxrOr3zrIl/ns4AR23iLQ9Mlhlzx4bUCAkmjzJNQBkpN7L4x9g2OsCm0OWLnNuZg==", "url"=>{"longurl"=>"https://git-scm.com/docs/gittutorial", "domain"=>"git-scm.com"}, "commit"=>"Search"}
Url Load (1.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://git-scm.com/docs/gittutorial"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (1.2ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://git-scm.com/docs/gittutorial"], ["shorturl", "www.nav.com/NM5C"], ["domain", "git-scm.com"], ["mdsum", 3499], ["created_at", "2019-01-22 12:45:12.374505"], ["updated_at", "2019-01-22 12:45:12.374505"]]
↳ app/controllers/urls_controller.rb:20
 (40.9ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/101 Completed 302 Found in 58ms (ActiveRecord: 43.8ms)

Started GET “/urls/101” for 127.0.0.1 at 2019-01-22 18:15:12 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"101"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 101], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 29ms (Views: 25.6ms | ActiveRecord: 0.4ms)

 (0.9ms)  SELECT COUNT(*) FROM "urls" WHERE "urls"."created_at" BETWEEN $1 AND $2  [["created_at", "2019-01-22 00:00:00"], ["created_at", "2019-01-22 23:59:59.999999"]]
↳ app/workers/convert_worker.rb:5

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 18:15:13 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.1ms)

Completed 200 OK in 38ms (Views: 33.8ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq” for 127.0.0.1 at 2019-01-22 18:15:39 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:15:41 +0530 Started GET “/sidekiq/retries” for 127.0.0.1 at 2019-01-22 18:15:42 +0530 Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-22 18:15:49 +0530

 (0.8ms)  SELECT COUNT(*) FROM "urls" WHERE "urls"."created_at" BETWEEN $1 AND $2  [["created_at", "2019-01-22 00:00:00"], ["created_at", "2019-01-22 23:59:59.999999"]]
↳ app/workers/convert_worker.rb:5
 (0.7ms)  SELECT COUNT(*) FROM "urls" WHERE "urls"."created_at" BETWEEN $1 AND $2  [["created_at", "2019-01-22 00:00:00"], ["created_at", "2019-01-22 23:59:59.999999"]]
↳ app/workers/convert_worker.rb:5
 (0.3ms)  SELECT COUNT(*) FROM "urls" WHERE "urls"."created_at" BETWEEN $1 AND $2  [["created_at", "2019-01-22 00:00:00"], ["created_at", "2019-01-22 23:59:59.999999"]]
↳ app/workers/convert_worker.rb:5
 (0.3ms)  SELECT COUNT(*) FROM "urls" WHERE "urls"."created_at" BETWEEN $1 AND $2  [["created_at", "2019-01-22 00:00:00"], ["created_at", "2019-01-22 23:59:59.999999"]]
↳ app/workers/convert_worker.rb:5

Started POST “/urls” for 127.0.0.1 at 2019-01-22 18:22:19 +0530

 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"HcombXh3XWGSP9drnCAylqvTjcL/7HolQVvrH6Wcs7NTMV6zLc1nBVXRwq13DhMm5225SpzH4Xwvy2SrN6Id/Q==", "url"=>{"longurl"=>"www.makaan.com/rental/nodia", "domain"=>"makaan.com"}, "commit"=>"Search"}
Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.makaan.com/rental/nodia"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.makaan.com/rental/nodia"], ["shorturl", "www.nav.com/6xYB"], ["domain", "makaan.com"], ["mdsum", 2648], ["created_at", "2019-01-22 12:52:19.338050"], ["updated_at", "2019-01-22 12:52:19.338050"]]
↳ app/controllers/urls_controller.rb:20
 (0.8ms)  COMMIT
↳ app/controllers/urls_controller.rb:20
 (0.4ms)  SELECT COUNT(*) FROM "urls" WHERE "urls"."created_at" BETWEEN $1 AND $2  [["created_at", "2019-01-22 00:00:00"], ["created_at", "2019-01-22 23:59:59.999999"]]
↳ app/workers/convert_worker.rb:5

Redirected to localhost:3000/urls/102 Completed 302 Found in 60ms (ActiveRecord: 8.7ms)

Started GET “/urls/102” for 127.0.0.1 at 2019-01-22 18:22:19 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"102"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 102], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (2.6ms)

Completed 200 OK in 269ms (Views: 262.2ms | ActiveRecord: 0.5ms)

Started GET “/sidekiq/retries” for 127.0.0.1 at 2019-01-22 18:22:28 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 18:22:29 +0530

 (0.5ms)  SELECT COUNT(*) FROM "urls" WHERE "urls"."created_at" BETWEEN $1 AND $2  [["created_at", "2019-01-22 00:00:00"], ["created_at", "2019-01-22 23:59:59.999999"]]
↳ app/workers/convert_worker.rb:5
 (0.7ms)  SELECT COUNT(*) FROM "urls" WHERE "urls"."created_at" BETWEEN $1 AND $2  [["created_at", "2019-01-22 00:00:00"], ["created_at", "2019-01-22 23:59:59.999999"]]
↳ app/workers/convert_worker.rb:5
 (0.3ms)  SELECT COUNT(*) FROM "urls" WHERE "urls"."created_at" BETWEEN $1 AND $2  [["created_at", "2019-01-22 00:00:00"], ["created_at", "2019-01-22 23:59:59.999999"]]
↳ app/workers/convert_worker.rb:5

Started GET “/sidekiq/retries” for 127.0.0.1 at 2019-01-22 18:25:34 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 18:26:38 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (6.9ms)

Completed 200 OK in 58ms (Views: 34.9ms | ActiveRecord: 7.1ms)

 (0.8ms)  SELECT COUNT(*) FROM "urls" WHERE "urls"."created_at" BETWEEN $1 AND $2  [["created_at", "2019-01-22 00:00:00"], ["created_at", "2019-01-22 23:59:59.999999"]]
↳ app/workers/convert_worker.rb:5

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 18:27:47 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.7ms)

Completed 200 OK in 40ms (Views: 25.1ms | ActiveRecord: 3.1ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 18:27:47 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.9ms)

Completed 200 OK in 48ms (Views: 45.3ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 18:27:48 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (1.8ms)

Completed 200 OK in 29ms (Views: 27.2ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-22 18:27:48 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.6ms)

Completed 200 OK in 44ms (Views: 42.1ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-22 18:28:02 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"hdig9m+rfK9wfSs07Z5hSTJU5dN0NURwqo7Z3kt8yF8W4JvgaZMLDlNDttUYaYMZBjuC2pybLr5WbqJJeLgujQ==", "url"=>{"longurl"=>"https://git-scm.com/docs", "domain"=>"git-scm.com"}, "commit"=>"Search"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://git-scm.com/docs"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (2.0ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://git-scm.com/docs"], ["shorturl", "www.nav.com/4VUB"], ["domain", "git-scm.com"], ["mdsum", 2244], ["created_at", "2019-01-22 12:58:02.881555"], ["updated_at", "2019-01-22 12:58:02.881555"]]
↳ app/controllers/urls_controller.rb:20
 (40.0ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/103 Completed 302 Found in 56ms (ActiveRecord: 43.3ms)

Started GET “/urls/103” for 127.0.0.1 at 2019-01-22 18:28:02 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"103"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 103], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (2.2ms)

Completed 200 OK in 39ms (Views: 35.8ms | ActiveRecord: 0.4ms)

 (1.5ms)  SELECT COUNT(*) FROM "urls" WHERE "urls"."created_at" BETWEEN $1 AND $2  [["created_at", "2019-01-22 00:00:00"], ["created_at", "2019-01-22 23:59:59.999999"]]
↳ app/workers/convert_worker.rb:5

Started GET “/sidekiq/retries” for 127.0.0.1 at 2019-01-22 18:28:07 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-22 18:28:07 +0530

 (1.1ms)  SELECT COUNT(*) FROM "urls" WHERE "urls"."created_at" BETWEEN $1 AND $2  [["created_at", "2019-01-22 00:00:00"], ["created_at", "2019-01-22 23:59:59.999999"]]
↳ app/workers/convert_worker.rb:5

Started POST “/sidekiq/retries/all/kill” for 127.0.0.1 at 2019-01-22 18:28:18 +0530 Started GET “/sidekiq/retries” for 127.0.0.1 at 2019-01-22 18:28:18 +0530 Started GET “/sidekiq/busy” for 127.0.0.1 at 2019-01-22 18:28:20 +0530 Started GET “/sidekiq/queues” for 127.0.0.1 at 2019-01-22 18:28:23 +0530 Started GET “/sidekiq/retries” for 127.0.0.1 at 2019-01-22 18:28:24 +0530 Started GET “/sidekiq/busy” for 127.0.0.1 at 2019-01-22 18:28:25 +0530 Started GET “/sidekiq/” for 127.0.0.1 at 2019-01-22 18:28:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:28:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:28:30 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:28:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:28:34 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:28:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:28:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:28:40 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:28:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:28:44 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:29:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:29:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:29:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:30:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:30:04 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:30:19 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:30:34 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:30:49 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:31:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:31:24 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-22 18:31:38 +0530 Started GET “/” for 127.0.0.1 at 2019-01-23 10:37:49 +0530

 (49.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (2.1ms)

Completed 200 OK in 415ms (Views: 409.6ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-23 10:38:02 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (70.7ms)

Completed 200 OK in 327ms (Views: 93.0ms | ActiveRecord: 73.2ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-23 10:38:06 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"J6OlJOT1/P+WI+YRzaPnAKxOK8N3LoHxgL3Bf5ul+A6EoPlEVDhNl8ywQ9uFoiIk5PMw+mNV+DbohoiezalFjg==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (119.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:46

Redirected to localhost:3000/urls/new Completed 302 Found in 147ms (ActiveRecord: 119.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 10:38:07 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.2ms)

Completed 200 OK in 101ms (Views: 39.1ms | ActiveRecord: 5.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-23 10:38:36 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"pBON/H72QjZkaaBKrYmUp1nAEc7mFJSGct7uPiuU1bmVeXZJVQE3M6BpLD90K0cbAQfEr5aGjQfbcGjiLP4ShQ==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:46

Redirected to localhost:3000/urls/new Completed 302 Found in 4ms (ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 10:38:36 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.5ms)

Completed 200 OK in 31ms (Views: 29.7ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-23 10:38:56 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"8iWJNKY0aVkyOTt267GWFVu+bR2ZTqO3KpjtQAGdW4LDT3KBjcMcXPY5twMyE0WpA3m4fOncujaDNmucBvecvg==", "url"=>{"longurl"=>"https://dev.mysql.com/doc/refman/8.0/en/blackhole-storage-engine.html", "domain"=>"dev.mysql.com"}, "commit"=>"Search"}
Url Load (45.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://dev.mysql.com/doc/refman/8.0/en/blackhole-storage-engine.html"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (33.2ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://dev.mysql.com/doc/refman/8.0/en/blackhole-storage-engine.html"], ["shorturl", "www.nav.com/%byF"], ["domain", "dev.mysql.com"], ["mdsum", 6443], ["created_at", "2019-01-23 05:08:56.246805"], ["updated_at", "2019-01-23 05:08:56.246805"]]
↳ app/controllers/urls_controller.rb:20
 (386.5ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/104 Completed 302 Found in 485ms (ActiveRecord: 464.9ms)

Started GET “/urls/104” for 127.0.0.1 at 2019-01-23 10:38:56 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"104"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 104], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.9ms)

Completed 200 OK in 35ms (Views: 31.4ms | ActiveRecord: 0.4ms)

 (53.1ms)  SELECT COUNT(*) FROM "urls" WHERE "urls"."created_at" BETWEEN $1 AND $2  [["created_at", "2019-01-23 00:00:00"], ["created_at", "2019-01-23 23:59:59.999999"]]
↳ app/workers/convert_worker.rb:5

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 10:40:32 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.7ms)

Completed 200 OK in 52ms (Views: 32.5ms | ActiveRecord: 5.3ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-23 10:40:52 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"oMv4B4D+5dvHbgLeaoPmJpVwrU76RJrb7PKwF86yYzI6VFQ++ZOdWeZyMWc3pVtmXJWxGuXl6vRudldmSaODdg==", "url"=>{"longurl"=>"https://guides.rubyonrails.org/active_record_migrations.html#column-modifiers", "domain"=>"guides.rubyonrails.org"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://guides.rubyonrails.org/active_record_migrations.html#column-modifiers"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (0.1ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://guides.rubyonrails.org/active_record_migrations.html#column-modifiers"], ["shorturl", "www.nav.com/r$JG"], ["domain", "guides.rubyonrails.org"], ["mdsum", 7762], ["created_at", "2019-01-23 05:10:52.844448"], ["updated_at", "2019-01-23 05:10:52.844448"]]
↳ app/controllers/urls_controller.rb:20
 (41.2ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/105 Completed 302 Found in 54ms (ActiveRecord: 42.4ms)

Started GET “/urls/105” for 127.0.0.1 at 2019-01-23 10:40:52 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"105"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 105], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 40ms (Views: 34.4ms | ActiveRecord: 0.4ms)

Urlreport Load (33.4ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-23"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.7ms)  SELECT COUNT(*) FROM "urls" WHERE "urls"."created_at" BETWEEN $1 AND $2  [["created_at", "2019-01-23 00:00:00"], ["created_at", "2019-01-23 23:59:59.999999"]]
↳ app/workers/convert_worker.rb:9

Started GET “/sidekiq” for 127.0.0.1 at 2019-01-23 10:41:13 +0530 Started GET “/sidekiq/images/status.png” for 127.0.0.1 at 2019-01-23 10:41:13 +0530 Started GET “/sidekiq/retries” for 127.0.0.1 at 2019-01-23 10:41:17 +0530 Started GET “/sidekiq/morgue” for 127.0.0.1 at 2019-01-23 10:41:23 +0530 Started GET “/sidekiq/retries” for 127.0.0.1 at 2019-01-23 10:41:25 +0530

Urlreport Load (0.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-23"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.5ms)  SELECT COUNT(*) FROM "urls" WHERE "urls"."created_at" BETWEEN $1 AND $2  [["created_at", "2019-01-23 00:00:00"], ["created_at", "2019-01-23 23:59:59.999999"]]
↳ app/workers/convert_worker.rb:9

Started POST “/sidekiq/retries/all/kill” for 127.0.0.1 at 2019-01-23 10:42:08 +0530 Started GET “/sidekiq/retries” for 127.0.0.1 at 2019-01-23 10:42:08 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 10:42:18 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 101ms (Views: 24.4ms | ActiveRecord: 5.9ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-23 10:42:31 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"jkiR9PQTAtBW1ip8PUiatHQjgCRR6T/rdjgV4XpLqqcU1z3NjX56UnfKGcVgbif0vcaccE5IT8T0vPKQ/VpK4w==", "url"=>{"longurl"=>"https://guides.rubyonrails.org/active_record_migrations.html", "domain"=>"guides.rubyonrails.org"}, "commit"=>"Search"}
Url Load (7.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://guides.rubyonrails.org/active_record_migrations.html"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (1.3ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://guides.rubyonrails.org/active_record_migrations.html"], ["shorturl", "www.nav.com/7CuF"], ["domain", "guides.rubyonrails.org"], ["mdsum", 6066], ["created_at", "2019-01-23 05:12:31.787899"], ["updated_at", "2019-01-23 05:12:31.787899"]]
↳ app/controllers/urls_controller.rb:20
 (0.8ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/106 Completed 302 Found in 26ms (ActiveRecord: 9.9ms)

Started GET “/urls/106” for 127.0.0.1 at 2019-01-23 10:42:31 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"106"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 106], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.4ms)
Urlreport Load (0.6ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-23"], ["LIMIT", 1]]

Completed 200 OK in 40ms (Views: 36.6ms | ActiveRecord: 0.4ms)

↳ app/workers/convert_worker.rb:6
 (4.8ms)  SELECT COUNT(*) FROM "urls" WHERE "urls"."created_at" BETWEEN $1 AND $2  [["created_at", "2019-01-23 00:00:00"], ["created_at", "2019-01-23 23:59:59.999999"]]
↳ app/workers/convert_worker.rb:10

Started GET “/sidekiq/retries” for 127.0.0.1 at 2019-01-23 10:42:38 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-23 10:42:38 +0530 Started GET “/sidekiq/retries” for 127.0.0.1 at 2019-01-23 10:42:39 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-23 10:42:39 +0530

Urlreport Load (1.0ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-23"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:6
 (0.4ms)  SELECT COUNT(*) FROM "urls" WHERE "urls"."created_at" BETWEEN $1 AND $2  [["created_at", "2019-01-23 00:00:00"], ["created_at", "2019-01-23 23:59:59.999999"]]
↳ app/workers/convert_worker.rb:10

Started POST “/sidekiq/retries/all/kill” for 127.0.0.1 at 2019-01-23 10:44:09 +0530 Started GET “/sidekiq/retries” for 127.0.0.1 at 2019-01-23 10:44:09 +0530 Started GET “/sidekiq/busy” for 127.0.0.1 at 2019-01-23 10:44:11 +0530 Started GET “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-23 10:44:19 +0530

Urlreport Load (0.4ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-23"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:7
 (0.9ms)  SELECT COUNT(*) FROM "urls" WHERE "urls"."created_at" BETWEEN $1 AND $2  [["created_at", "2019-01-23 00:00:00"], ["created_at", "2019-01-23 23:59:59.999999"]]
↳ app/workers/convert_worker.rb:13

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 10:44:51 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.7ms)

Completed 200 OK in 46ms (Views: 27.3ms | ActiveRecord: 6.1ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-23 10:45:08 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"X1zHlJiwJwz+geIAVZTNUYpPzrDT6WaVpyz4/LLxm7DFw2ut4d1fjt+d0bkIsnARQ6rS5MxIFrolqB+NNeB79A==", "url"=>{"longurl"=>"www.bbfsubesbesb.com/bebew", "domain"=>"hiewbibwi.com"}, "commit"=>"Search"}
Url Load (4.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.bbfsubesbesb.com/bebew"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (1.4ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (1.0ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.bbfsubesbesb.com/bebew"], ["shorturl", "www.nav.com/crXB"], ["domain", "hiewbibwi.com"], ["mdsum", 2588], ["created_at", "2019-01-23 05:15:08.638914"], ["updated_at", "2019-01-23 05:15:08.638914"]]
↳ app/controllers/urls_controller.rb:20
 (0.6ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/107 Completed 302 Found in 25ms (ActiveRecord: 7.6ms)

Started GET “/urls/107” for 127.0.0.1 at 2019-01-23 10:45:08 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"107"}
Url Load (1.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 107], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 56ms (Views: 51.0ms | ActiveRecord: 1.1ms)

Urlreport Load (0.4ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-23"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:7
 (0.6ms)  SELECT COUNT(*) FROM "urls" WHERE "urls"."created_at" BETWEEN $1 AND $2  [["created_at", "2019-01-23 00:00:00"], ["created_at", "2019-01-23 23:59:59.999999"]]
↳ app/workers/convert_worker.rb:13
Urlreport Load (0.4ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-23"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:7
 (0.6ms)  SELECT COUNT(*) FROM "urls" WHERE "urls"."created_at" BETWEEN $1 AND $2  [["created_at", "2019-01-23 00:00:00"], ["created_at", "2019-01-23 23:59:59.999999"]]
↳ app/workers/convert_worker.rb:13

Started GET “/sidekiq/busy” for 127.0.0.1 at 2019-01-23 10:46:11 +0530 Started GET “/sidekiq/morgue” for 127.0.0.1 at 2019-01-23 10:46:14 +0530 Started POST “/sidekiq/morgue/all/delete” for 127.0.0.1 at 2019-01-23 10:46:17 +0530 Started GET “/sidekiq/morgue” for 127.0.0.1 at 2019-01-23 10:46:17 +0530 Started GET “/sidekiq/retries” for 127.0.0.1 at 2019-01-23 10:46:18 +0530 Started POST “/sidekiq/retries/all/delete” for 127.0.0.1 at 2019-01-23 10:46:21 +0530 Started GET “/sidekiq/retries” for 127.0.0.1 at 2019-01-23 10:46:21 +0530 Started GET “/sidekiq/” for 127.0.0.1 at 2019-01-23 10:46:25 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 10:46:30 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 10:46:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 10:46:40 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 10:46:42 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.8ms)

Completed 200 OK in 80ms (Views: 25.2ms | ActiveRecord: 38.7ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 10:46:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 10:46:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 10:46:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 10:47:00 +0530 Started POST “/urls” for 127.0.0.1 at 2019-01-23 10:47:01 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"/kqtG2LcSxWDZI6o9kzANpQhqMY3/sZpNHmxg7RS3HRk1QEiG7Ezl6J4vRGran12XcS0kihftka2/VbyM0M8MA==", "url"=>{"longurl"=>"ww.youtube.com/TRbj874834!", "domain"=>"youtube.com"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "ww.youtube.com/TRbj874834!"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "ww.youtube.com/TRbj874834!"], ["shorturl", "www.nav.com/sRUB"], ["domain", "youtube.com"], ["mdsum", 2202], ["created_at", "2019-01-23 05:17:01.184707"], ["updated_at", "2019-01-23 05:17:01.184707"]]
↳ app/controllers/urls_controller.rb:20
 (40.3ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/108 Completed 302 Found in 51ms (ActiveRecord: 41.5ms)

Started GET “/urls/108” for 127.0.0.1 at 2019-01-23 10:47:01 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"108"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 108], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 40ms (Views: 35.8ms | ActiveRecord: 0.7ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 10:47:06 +0530

Urlreport Load (0.3ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-23"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:7
 (0.4ms)  SELECT COUNT(*) FROM "urls" WHERE "urls"."created_at" BETWEEN $1 AND $2  [["created_at", "2019-01-23 00:00:00"], ["created_at", "2019-01-23 23:59:59.999999"]]
↳ app/workers/convert_worker.rb:12

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 10:47:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 10:47:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 10:47:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 10:47:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 10:47:31 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 10:47:34 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.8ms)

Completed 200 OK in 44ms (Views: 26.3ms | ActiveRecord: 5.9ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 10:47:35 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 10:47:41 +0530 Started GET “/sidekiq/” for 127.0.0.1 at 2019-01-23 10:47:45 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-23 10:47:45 +0530 Started GET “/sidekiq/busy” for 127.0.0.1 at 2019-01-23 10:47:46 +0530 Started POST “/sidekiq/busy” for 127.0.0.1 at 2019-01-23 10:47:52 +0530 Started GET “/sidekiq/busy” for 127.0.0.1 at 2019-01-23 10:47:52 +0530 Started GET “/sidekiq/busy” for 127.0.0.1 at 2019-01-23 10:47:55 +0530

Urlreport Load (0.3ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-23"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:7
 (0.4ms)  SELECT COUNT(*) FROM "urls" WHERE "urls"."created_at" BETWEEN $1 AND $2  [["created_at", "2019-01-23 00:00:00"], ["created_at", "2019-01-23 23:59:59.999999"]]
↳ app/workers/convert_worker.rb:12

Started GET “/sidekiq/busy” for 127.0.0.1 at 2019-01-23 10:48:01 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-23 10:48:01 +0530 Started GET “/sidekiq/retries” for 127.0.0.1 at 2019-01-23 10:48:15 +0530 Started POST “/sidekiq/retries/all/delete” for 127.0.0.1 at 2019-01-23 10:48:19 +0530 Started GET “/sidekiq/retries” for 127.0.0.1 at 2019-01-23 10:48:19 +0530 Started POST “/urls” for 127.0.0.1 at 2019-01-23 10:48:44 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"N2qdHwk1qm/ADYm4rCb+r45vhB6pfCD30yeX/fXiIH2t9TEmcFjS7eERugHxAEPvR4qYSrbdUNhRo3CMcvPAOQ==", "url"=>{"longurl"=>"www.youtube.com/subscription", "domain"=>"youtube.com"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.youtube.com/subscription"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (7.9ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.youtube.com/subscription"], ["shorturl", "www.nav.com/3V0B"], ["domain", "youtube.com"], ["mdsum", 2913], ["created_at", "2019-01-23 05:18:44.301496"], ["updated_at", "2019-01-23 05:18:44.301496"]]
↳ app/controllers/urls_controller.rb:20
 (1.1ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/109 Completed 302 Found in 36ms (ActiveRecord: 10.2ms)

Started GET “/urls/109” for 127.0.0.1 at 2019-01-23 10:48:44 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"109"}
Url Load (2.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 109], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 48ms (Views: 32.8ms | ActiveRecord: 10.1ms)

Urlreport Load (1.1ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-23"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:7
 (0.8ms)  SELECT COUNT(*) FROM "urls" WHERE "urls"."created_at" BETWEEN $1 AND $2  [["created_at", "2019-01-23 00:00:00"], ["created_at", "2019-01-23 23:59:59.999999"]]
↳ app/workers/convert_worker.rb:12

Started GET “/sidekiq/retries” for 127.0.0.1 at 2019-01-23 10:49:18 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-23 10:49:18 +0530 Started GET “/sidekiq/busy” for 127.0.0.1 at 2019-01-23 10:49:20 +0530 Started POST “/sidekiq/busy” for 127.0.0.1 at 2019-01-23 10:49:23 +0530 Started GET “/sidekiq/busy” for 127.0.0.1 at 2019-01-23 10:49:23 +0530 Started GET “/sidekiq/busy” for 127.0.0.1 at 2019-01-23 10:49:24 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-23 10:49:24 +0530 Started POST “/sidekiq/busy” for 127.0.0.1 at 2019-01-23 10:49:49 +0530 Started GET “/sidekiq/busy” for 127.0.0.1 at 2019-01-23 10:49:49 +0530 Started POST “/sidekiq/busy” for 127.0.0.1 at 2019-01-23 10:49:55 +0530 Started GET “/sidekiq/busy” for 127.0.0.1 at 2019-01-23 10:49:55 +0530 Started GET “/sidekiq/busy” for 127.0.0.1 at 2019-01-23 10:49:57 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-23 10:49:57 +0530 Started GET “/sidekiq/busy” for 127.0.0.1 at 2019-01-23 10:50:08 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-23 10:50:08 +0530 Started GET “/sidekiq/queues” for 127.0.0.1 at 2019-01-23 10:50:10 +0530 Started POST “/sidekiq/queues/count_queue” for 127.0.0.1 at 2019-01-23 10:50:14 +0530 Started GET “/sidekiq/queues” for 127.0.0.1 at 2019-01-23 10:50:14 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 10:50:49 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.3ms)

Completed 200 OK in 47ms (Views: 26.5ms | ActiveRecord: 8.5ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-23 10:52:23 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"RZnnoQvhzIsVn8NG6YCoUz+prs8Wij0X+zTdxRUK2KHfBkuYcoy0CTSD8P+0phUT9kyymwkrTTh5sDq0khs45Q==", "url"=>{"longurl"=>"www.hotstar.com/series?hindi", "domain"=>"hotstar.com"}, "commit"=>"Search"}
Url Load (1.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.hotstar.com/series?hindi"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (1.0ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.hotstar.com/series?hindi"], ["shorturl", "www.nav.com/KM&B"], ["domain", "hotstar.com"], ["mdsum", 2826], ["created_at", "2019-01-23 05:22:23.899441"], ["updated_at", "2019-01-23 05:22:23.899441"]]
↳ app/controllers/urls_controller.rb:20
 (1.2ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/110 Completed 302 Found in 35ms (ActiveRecord: 3.8ms)

Started GET “/urls/110” for 127.0.0.1 at 2019-01-23 10:52:23 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"110"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 110], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.3ms)

Completed 200 OK in 79ms (Views: 74.5ms | ActiveRecord: 0.5ms)

Urlreport Load (1.0ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-23"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:7
 (1.2ms)  SELECT COUNT(*) FROM "urls" WHERE "urls"."created_at" BETWEEN $1 AND $2  [["created_at", "2019-01-23 00:00:00"], ["created_at", "2019-01-23 23:59:59.999999"]]
↳ app/workers/convert_worker.rb:12

Started GET “/sidekiq/queues” for 127.0.0.1 at 2019-01-23 10:53:50 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-23 10:53:50 +0530 Started GET “/sidekiq/busy” for 127.0.0.1 at 2019-01-23 10:53:52 +0530 Started POST “/sidekiq/busy” for 127.0.0.1 at 2019-01-23 10:53:56 +0530 Started GET “/sidekiq/busy” for 127.0.0.1 at 2019-01-23 10:53:56 +0530 Started GET “/sidekiq/busy” for 127.0.0.1 at 2019-01-23 10:53:57 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-23 10:53:57 +0530 Started GET “/sidekiq/busy” for 127.0.0.1 at 2019-01-23 10:53:58 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-23 10:53:58 +0530 Started GET “/sidekiq/busy” for 127.0.0.1 at 2019-01-23 10:53:59 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-23 10:53:59 +0530 Started GET “/sidekiq/busy” for 127.0.0.1 at 2019-01-23 10:54:11 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-23 10:54:12 +0530 Started GET “/sidekiq/busy” for 127.0.0.1 at 2019-01-23 10:54:34 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-23 10:54:34 +0530 Started GET “/sidekiq/busy” for 127.0.0.1 at 2019-01-23 10:54:34 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-23 10:54:35 +0530 Started GET “/sidekiq/busy” for 127.0.0.1 at 2019-01-23 10:54:35 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-23 10:54:35 +0530

Urlreport Load (1.6ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-23"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:7
 (0.8ms)  SELECT COUNT(*) FROM "urls" WHERE "urls"."created_at" BETWEEN $1 AND $2  [["created_at", "2019-01-23 00:00:00"], ["created_at", "2019-01-23 23:59:59.999999"]]
↳ app/workers/convert_worker.rb:12
Urlreport Load (2.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-23"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:7
 (0.8ms)  SELECT COUNT(*) FROM "urls" WHERE "urls"."created_at" BETWEEN $1 AND $2  [["created_at", "2019-01-23 00:00:00"], ["created_at", "2019-01-23 23:59:59.999999"]]
↳ app/workers/convert_worker.rb:12

Started GET “/sidekiq/busy” for 127.0.0.1 at 2019-01-23 11:15:59 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-23 11:16:00 +0530 Started GET “/sidekiq/retries” for 127.0.0.1 at 2019-01-23 11:16:01 +0530 Started POST “/sidekiq/retries/all/delete” for 127.0.0.1 at 2019-01-23 11:16:06 +0530 Started GET “/sidekiq/retries” for 127.0.0.1 at 2019-01-23 11:16:06 +0530 Started GET “/sidekiq/” for 127.0.0.1 at 2019-01-23 11:16:59 +0530

 (1.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 11:17:02 +0530 Processing by UrlsController#new as HTML Redirected to localhost:3000/user/login Completed 302 Found in 9ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-23 11:17:02 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (7.7ms)

Completed 200 OK in 287ms (Views: 254.4ms | ActiveRecord: 4.4ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-23 11:17:03 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"qglLMmvWAY0oTh943/HHNxZ0dRnKQAFLDirQ8aw2QvUJChdS2xuw5XLdurKX8AITXsluIN47eIxmEZkQ+jr/dQ==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (2.7ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:46

Redirected to localhost:3000/urls/new Completed 302 Found in 8ms (ActiveRecord: 2.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 11:17:03 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.5ms)

Completed 200 OK in 41ms (Views: 24.9ms | ActiveRecord: 3.3ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:17:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:17:10 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:17:16 +0530 Started POST “/urls” for 127.0.0.1 at 2019-01-23 11:17:16 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"TMfzeQIZvDEWTrrFkFVyp/NEvDnJZP2Rbyv5hyCY+hV9rQjMKe7JNNJONrBJ96Ebq4NpWLn25BDGhX9bJ/I9KQ==", "url"=>{"longurl"=>"www.bsvubvafbhbaihva.com", "domain"=>"vavafhba.com"}, "commit"=>"Search"}
Url Load (3.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.bsvubvafbhbaihva.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (5.0ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.bsvubvafbhbaihva.com"], ["shorturl", "www.nav.com/aeWB"], ["domain", "vavafhba.com"], ["mdsum", 2452], ["created_at", "2019-01-23 05:47:16.271982"], ["updated_at", "2019-01-23 05:47:16.271982"]]
↳ app/controllers/urls_controller.rb:20
 (41.1ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/111 Completed 302 Found in 67ms (ActiveRecord: 49.8ms)

Started GET “/urls/111” for 127.0.0.1 at 2019-01-23 11:17:16 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"111"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 111], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 38ms (Views: 34.3ms | ActiveRecord: 0.3ms)

Urlreport Load (1.0ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-23"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:7
Urlreport Create (81.8ms)  INSERT INTO "urlreports" ("count", "date") VALUES ($1, $2) RETURNING "id"  [["count", 1], ["date", "2019-01-23"]]
↳ app/workers/convert_worker.rb:7
 (0.5ms)  COMMIT
↳ app/workers/convert_worker.rb:7

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:17:20 +0530 Started GET “/sidekiq/” for 127.0.0.1 at 2019-01-23 11:17:21 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-23 11:17:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:17:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:17:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:17:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:17:41 +0530 Started GET “/sidekiq/” for 127.0.0.1 at 2019-01-23 11:17:41 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-23 11:17:41 +0530 Started GET “/sidekiq/” for 127.0.0.1 at 2019-01-23 11:17:42 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-23 11:17:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:17:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:17:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:17:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:18:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:18:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:18:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:18:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:18:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:18:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:18:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:18:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:18:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:18:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:18:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:18:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:19:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:19:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:19:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:19:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:19:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:19:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:19:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:19:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:19:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:19:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:19:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:19:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:20:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:20:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:20:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:20:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:20:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:20:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:20:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:20:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:20:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:20:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:20:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:20:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:21:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:21:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:21:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:21:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:21:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:21:28 +0530 Started GET “/sidekiq/” for 127.0.0.1 at 2019-01-23 11:21:32 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-23 11:21:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:21:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:21:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:21:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:21:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:21:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:22:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:22:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:22:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:22:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:22:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:22:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:22:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:22:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:22:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:22:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:22:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:22:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:23:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:23:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:23:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:23:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:23:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:23:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:23:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:23:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:23:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:23:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:23:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:23:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:24:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:24:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:24:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:24:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:24:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:24:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:24:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:24:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:24:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:24:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:24:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:24:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:25:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:25:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:25:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:25:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:25:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:25:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:25:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:25:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:25:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:25:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:25:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:25:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:26:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:26:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:26:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:26:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:26:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:26:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:26:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:26:38 +0530 Started GET “/sidekiq/” for 127.0.0.1 at 2019-01-23 11:26:41 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-23 11:26:41 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 11:26:43 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 48ms (Views: 21.5ms | ActiveRecord: 10.9ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:26:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:26:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:26:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:27:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:27:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:27:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:27:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:27:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:27:26 +0530 Started POST “/urls” for 127.0.0.1 at 2019-01-23 11:27:27 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"VOlWHE439ELPOdguMxS+h+1zbvoJyDnMt90rrsrsTYLOdvolN1qMwO4l65duMgPHJJZyrhZpSeM1WczfTf2txg==", "url"=>{"longurl"=>"https://www.hotstar.com/sports/cricket/india-in-new-zealand-2019/new-zealand-vs-india-m189621/live-streaming/2001709516", "domain"=>"hotstar"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.hotstar.com/sports/cricket/india-in-new-zealand-2019/new-zealand-vs-india-m189621/live-streaming/2001709516"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://www.hotstar.com/sports/cricket/india-in-new-zealand-2019/new-zealand-vs-india-m189621/live-streaming/2001709516"], ["shorturl", "www.nav.com/Ah9JA"], ["domain", "hotstar"], ["mdsum", 10520], ["created_at", "2019-01-23 05:57:27.664336"], ["updated_at", "2019-01-23 05:57:27.664336"]]
↳ app/controllers/urls_controller.rb:20
 (39.7ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/112 Completed 302 Found in 60ms (ActiveRecord: 40.9ms)

Started GET “/urls/112” for 127.0.0.1 at 2019-01-23 11:27:27 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"112"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 112], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 39ms (Views: 35.0ms | ActiveRecord: 0.5ms)

Urlreport Load (4.0ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-23"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (1.0ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (2.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 2], ["id", 1]]
↳ app/workers/convert_worker.rb:12
 (21.2ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started GET “/sidekiq/” for 127.0.0.1 at 2019-01-23 11:27:30 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-23 11:27:30 +0530 Started GET “/sidekiq/” for 127.0.0.1 at 2019-01-23 11:27:32 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-23 11:27:32 +0530 Started GET “/sidekiq/” for 127.0.0.1 at 2019-01-23 11:27:32 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-23 11:27:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:27:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:27:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:27:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:27:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:27:58 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 11:28:01 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.3ms)

Completed 200 OK in 52ms (Views: 24.0ms | ActiveRecord: 13.9ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:28:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:28:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:28:14 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:28:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:28:24 +0530 Started POST “/urls” for 127.0.0.1 at 2019-01-23 11:28:26 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"f3jolQUGOT3EM7TDk51zEfqPW6Pn4ebnfnmk0eEKro3l50SsfGtBv+Uvh3rOu85RM2pH9/hAlsj8/UOgZhtOyQ==", "url"=>{"longurl"=>"https://github.com/enterprise", "domain"=>"github.com"}, "commit"=>"Search"}
Url Load (1.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://github.com/enterprise"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (0.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://github.com/enterprise"], ["shorturl", "www.nav.com/fP&B"], ["domain", "github.com"], ["mdsum", 2859], ["created_at", "2019-01-23 05:58:26.306978"], ["updated_at", "2019-01-23 05:58:26.306978"]]
↳ app/controllers/urls_controller.rb:20
Urlreport Load (0.4ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-23"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (40.4ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Redirected to localhost:3000/urls/113 Completed 302 Found in 54ms (ActiveRecord: 42.3ms)

 (0.4ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.9ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 3], ["id", 1]]
↳ app/workers/convert_worker.rb:12
 (0.5ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started GET “/urls/113” for 127.0.0.1 at 2019-01-23 11:28:26 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"113"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 113], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 22ms (Views: 19.0ms | ActiveRecord: 0.5ms)

Started GET “/sidekiq/” for 127.0.0.1 at 2019-01-23 11:28:28 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-23 11:28:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:28:34 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:28:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:28:44 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:28:49 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:28:54 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:28:59 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:29:04 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:29:09 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:29:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:29:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:29:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:29:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:29:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:29:39 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:29:44 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:29:49 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:29:54 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:29:59 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:30:04 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:30:09 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:30:14 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:30:19 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:30:24 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:30:29 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:30:34 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:30:39 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:30:44 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:30:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:30:54 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:30:59 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:31:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:31:09 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:31:14 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:31:19 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:31:24 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:31:29 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:31:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:31:39 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:31:44 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:31:49 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:31:54 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:31:59 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:32:04 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:32:09 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:32:14 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:32:19 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:32:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:32:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:32:34 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:32:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:32:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:32:49 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:32:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:32:58 +0530 Started GET “/sidekiq/” for 127.0.0.1 at 2019-01-23 11:32:58 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-23 11:32:59 +0530 Started GET “/sidekiq/” for 127.0.0.1 at 2019-01-23 11:32:59 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-23 11:32:59 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:33:04 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:33:09 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:33:14 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-23 11:33:19 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 11:33:24 +0530 Processing by UrlsController#new as HTML Redirected to localhost:3000/user/login Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-23 11:33:24 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.2ms)

Completed 200 OK in 42ms (Views: 25.2ms | ActiveRecord: 3.4ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-23 11:38:54 +0530

 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"BQWjwe4X8+3JlgrvimmIMewf11dQ/pc6kjUcbApFZiimBv+hXtpChZMFryXCaE0VpKLMbkSF7v36DlWNXEnbqA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.2ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:46

Redirected to localhost:3000/urls/new Completed 302 Found in 54ms (ActiveRecord: 7.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 11:38:55 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (15.8ms)

Completed 200 OK in 339ms (Views: 304.0ms | ActiveRecord: 5.7ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-23 11:39:45 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"z73TpBkU59J8RivuFi++duFQ6q3pv1S7LBM7JFhj1qP+1ygRMuOS17hGp5vPjW3KuZc/zJktTTqFvb34XwkRnw==", "url"=>{"longurl"=>"www.gmail.com/new_user", "domain"=>"gmail.com"}, "commit"=>"Search"}
Url Load (5.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.gmail.com/new_user"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
Url Create (1.2ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.gmail.com/new_user"], ["shorturl", "www.nav.com/zRUB"], ["domain", "gmail.com"], ["mdsum", 2209], ["created_at", "2019-01-23 06:09:45.729065"], ["updated_at", "2019-01-23 06:09:45.729065"]]
↳ app/controllers/urls_controller.rb:20
 (41.2ms)  COMMIT
↳ app/controllers/urls_controller.rb:20

Completed 500 Internal Server Error in 75ms (ActiveRecord: 48.3ms)

ActionController::UrlGenerationError (No route matches {:action=>“show”, :controller=>“urls”}, missing required keys: [:id]):

app/controllers/urls_controller.rb:21:in `create'

Urlreport Load (1.3ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-23"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.3ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 4], ["id", 1]]
↳ app/workers/convert_worker.rb:12
 (40.8ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 11:54:01 +0530 Processing by UrlsController#new as HTML Redirected to localhost:3000/user/login Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-23 11:54:01 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.6ms)

Completed 200 OK in 53ms (Views: 30.9ms | ActiveRecord: 8.5ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-23 11:54:13 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"G56JDFTQPVDXMGSm/UJfNRt+z1hek5IjDn9BaOQvNz8q9HK5fydIVRMw6NMk4IyJQ7kaOS4Bi6Kn0ce040XwAw==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (3.9ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:46

Redirected to localhost:3000/urls/new Completed 302 Found in 14ms (ActiveRecord: 3.9ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 11:54:13 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 49ms (Views: 31.4ms | ActiveRecord: 5.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 11:54:20 +0530 Processing by UrlsController#new as /

Parameters: {"url"=>{}}

Redirected to localhost:3000/user/login Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-23 11:54:20 +0530 Processing by UsersController#login as /

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.6ms)

Completed 200 OK in 37ms (Views: 26.7ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-23 11:55:45 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.4ms)

Completed 200 OK in 49ms (Views: 47.8ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-23 11:55:51 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"/EPEHAClhZsY7kzEFUWO9hvahVP3q7+JXHk5FGHTJZlfQJh8sGg080J96Q5dREvSU2eeauPQxk40QnD1N9+YGQ==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (3.9ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:46

Redirected to localhost:3000/urls/new Completed 302 Found in 9ms (ActiveRecord: 3.9ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 11:55:51 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 27ms (Views: 25.9ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-23 11:56:43 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.6ms)

Completed 200 OK in 141ms (Views: 136.7ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-23 11:57:05 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"G/oEE8mqg89azmNrMTEBPVz2TuR86MxwPNQA1aTgAqK4+VhzeWcypwBdxqF5MMQZFEtV3WiTtbdU70k08uy/Ig==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (25.2ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:46

Redirected to localhost:3000/urls/new Completed 302 Found in 31ms (ActiveRecord: 25.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 11:57:05 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.3ms)

Completed 200 OK in 45ms (Views: 43.0ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 11:57:27 +0530 Processing by UrlsController#new as HTML Redirected to localhost:3000/user/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-23 11:57:27 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.9ms)

Completed 200 OK in 33ms (Views: 31.8ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-23 11:57:32 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.9ms)

Completed 200 OK in 33ms (Views: 31.2ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-23 11:58:13 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"01/chIyXONVYhrHmeSUZiV2/y6obfBRkY/LT9fojoRMZ6xO+Yo2jAegBQgS2zQBEbhB5SaoJf0VDAGs2D64JvQ==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:46

Redirected to localhost:3000/urls/new Completed 302 Found in 4ms (ActiveRecord: 0.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 11:58:13 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 32ms (Views: 30.2ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 12:00:07 +0530 Processing by UrlsController#new as /

Parameters: {"url"=>{}}

Redirected to localhost:3000/user/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-23 12:00:07 +0530 Processing by UsersController#login as /

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.1ms)

Completed 200 OK in 39ms (Views: 31.5ms | ActiveRecord: 0.0ms)

Started GET “/urls/new?email=naveen.kewalramani@proptiger.com&password=” for 127.0.0.1 at 2019-01-23 12:01:13 +0530 Processing by UrlsController#new as /

Parameters: {"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]", "url"=>{}}

Redirected to localhost:3000/user/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-23 12:01:13 +0530 Processing by UsersController#login as /

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.8ms)

Completed 200 OK in 41ms (Views: 35.0ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-23 12:01:40 +0530 Processing by UsersController#new as /

Parameters: {"user"=>{}}
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.3ms)

Completed 200 OK in 73ms (Views: 28.7ms | ActiveRecord: 0.0ms)

Started GET “/user_new” for 127.0.0.1 at 2019-01-23 12:01:49 +0530

ActionController::RoutingError (No route matches [GET] “/user_new”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/new_url” for 127.0.0.1 at 2019-01-23 12:02:03 +0530

ActionController::RoutingError (No route matches [GET] “/new_url”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/user/new” for 127.0.0.1 at 2019-01-23 12:02:23 +0530 Processing by UsersController#new as /

Parameters: {"user"=>{}}
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.4ms)

Completed 200 OK in 51ms (Views: 42.6ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-23 12:02:37 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.1ms)

Completed 200 OK in 79ms (Views: 78.0ms | ActiveRecord: 0.0ms)

Started GET “/new_url” for 127.0.0.1 at 2019-01-23 12:03:31 +0530

ActionController::RoutingError (No route matches [GET] “/new_url”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-23 12:03:36 +0530 Processing by UsersController#homepage as /

Parameters: {"user"=>{}}
Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.9ms)

Completed 200 OK in 44ms (Views: 36.8ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-23 12:03:51 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"T9drXyzDgvyub6qfXMfFi13dCgWBuK6QdZFTtnLCFJTGoCJxQ6H6ksxUhFGqeXZ7NlwmnKVGQY/VNhNb2coLSQ==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (2.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:46

Redirected to localhost:3000/urls/new Completed 302 Found in 10ms (ActiveRecord: 2.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 12:03:51 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 45ms (Views: 42.4ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 12:04:01 +0530 Processing by UrlsController#new as /

Parameters: {"url"=>{}}

Redirected to localhost:3000/user/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-23 12:04:01 +0530 Processing by UsersController#login as /

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (5.3ms)

Completed 200 OK in 58ms (Views: 50.1ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 12:15:46 +0530 Processing by UrlsController#new as /

Parameters: {"url"=>{}}

Redirected to localhost:3000/user/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-23 12:15:46 +0530 Processing by UsersController#login as /

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.1ms)

Completed 200 OK in 37ms (Views: 30.2ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-23 12:17:20 +0530 Processing by UsersController#homepage as /

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.9ms)

Completed 200 OK in 61ms (Views: 52.3ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-23 12:29:41 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.9ms)

Completed 200 OK in 44ms (Views: 42.6ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-23 13:00:35 +0530

 (27.9ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (2.3ms)

Completed 200 OK in 882ms (Views: 872.1ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-23 13:00:39 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (37.0ms)

Completed 200 OK in 138ms (Views: 61.2ms | ActiveRecord: 11.1ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-23 13:00:40 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"A9MnXrH512oWmTakY+7yusMJHMdPb8Q4CyvTq/6a6KeKpG5w3puvBHSiGGqVUEFKqIgwXmuRKyerjJNGVZL3eg==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.7ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:46

Redirected to localhost:3000/urls/new Completed 302 Found in 32ms (ActiveRecord: 1.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 13:00:40 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (15.0ms)

Completed 500 Internal Server Error in 64ms (ActiveRecord: 5.6ms)

ActionView::Template::Error (No route matches {:action=>“show”, :controller=>“urlreports”}, missing required keys: [:id]):

52:     </div>
53: </div>
54: <button>Logout : <%= link_to 'logout',user_logout_path  %> </button><br/>
55: <button>Daily Report : <%= link_to 'index',urlreport_path  %> </button>

app/views/urls/new.html.erb:55:in `_app_views_urls_new_html_erb___2320434337879454185_70255114354540' Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 13:01:03 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.7ms)

Completed 200 OK in 86ms (Views: 82.0ms | ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-23 13:01:05 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Rendered urlreports/index.html.erb within layouts/application (2.1ms)

Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `each' for nil:NilClass):

 7:     <th></th>
 8:   </tr>
 9:  
10:   <% @urlreport.each do |urlreport| %>
11:     <tr>
12:       <td><%= urlreport.date %></td>
13:       <td><%= urlreport.count %></td>

app/views/urlreports/index.html.erb:10:in `_app_views_urlreports_index_html_erb___3576907471312263823_70255154627080' Started GET “/urlreports” for 127.0.0.1 at 2019-01-23 13:01:39 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Rendered urlreports/index.html.erb within layouts/application (2.3ms)

Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `each' for nil:NilClass):

 7:     <th></th>
 8:   </tr>
 9:  
10:   <% @urlreport.each do |urlreport| %>
11:     <tr>
12:       <td><%= urlreport.date %></td>
13:       <td><%= urlreport.count %></td>

app/views/urlreports/index.html.erb:10:in `_app_views_urlreports_index_html_erb___3576907471312263823_70255154134340' Started POST “/users/login” for 127.0.0.1 at 2019-01-23 13:01:43 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"WGp4/xLWOSku8/bQboRrX/e/7F5XDFOdgf8hLSNAQ22S3rfF/Myi/Z50BTKhbHKSxBBeveZ5OLyhDZnu1s3rww==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.7ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:46

Redirected to localhost:3000/urls/new Completed 302 Found in 58ms (ActiveRecord: 5.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 13:01:44 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.5ms)

Completed 200 OK in 76ms (Views: 40.7ms | ActiveRecord: 3.7ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-23 13:01:45 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Rendered urlreports/index.html.erb within layouts/application (6.1ms)

Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `each' for nil:NilClass):

 7:     <th></th>
 8:   </tr>
 9:  
10:   <% @urlreport.each do |urlreport| %>
11:     <tr>
12:       <td><%= urlreport.date %></td>
13:       <td><%= urlreport.count %></td>

app/views/urlreports/index.html.erb:10:in `_app_views_urlreports_index_html_erb___3576907471312263823_70255111659440' Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 13:02:59 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.7ms)

Completed 200 OK in 41ms (Views: 26.8ms | ActiveRecord: 3.7ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-23 13:03:01 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Rendered urlreports/index.html.erb within layouts/application (4.7ms)

Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `each' for nil:NilClass):

 7:     <th></th>
 8:   </tr>
 9:  
10:   <% @urlreport.each do |urlreport| %>
11:     <tr>
12:       <td><%= urlreport.date %></td>
13:       <td><%= urlreport.count %></td>

app/views/urlreports/index.html.erb:10:in `_app_views_urlreports_index_html_erb___3576907471312263823_70255148837760' Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 13:03:50 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.8ms)

Completed 200 OK in 55ms (Views: 35.9ms | ActiveRecord: 3.7ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-23 13:03:53 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Rendered urlreports/index.html.erb within layouts/application (5.8ms)

Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `each' for nil:NilClass):

 7:     <th></th>
 8:   </tr>
 9:  
10:   <% @urlreport.each do |urlreport| %>
11:     <tr>
12:       <td><%= urlreport.date %></td>
13:       <td><%= urlreport.count %></td>

app/views/urlreports/index.html.erb:10:in `_app_views_urlreports_index_html_erb___3576907471312263823_70255137669240' Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 13:04:55 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.7ms)

Completed 200 OK in 43ms (Views: 27.9ms | ActiveRecord: 3.1ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-23 13:04:57 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Rendered urlreports/index.html.erb within layouts/application (5.2ms)

Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `each' for nil:NilClass):

 7:     <th></th>
 8:   </tr>
 9:  
10:   <% @urlreport.each do |urlreport| %>
11:     <tr>
12:       <td><%= urlreport.date %></td>
13:       <td><%= urlreport.count %></td>

app/views/urlreports/index.html.erb:10:in `_app_views_urlreports_index_html_erb___3576907471312263823_70255115328600' Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 13:06:23 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.8ms)

Completed 200 OK in 73ms (Views: 52.5ms | ActiveRecord: 5.8ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-23 13:06:25 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.6ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:10
Rendered urlreports/index.html.erb within layouts/application (9.2ms)

Completed 200 OK in 141ms (Views: 29.7ms | ActiveRecord: 3.6ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-23 13:06:49 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.4ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:10
Rendered urlreports/index.html.erb within layouts/application (10.1ms)

Completed 200 OK in 46ms (Views: 38.7ms | ActiveRecord: 3.6ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-23 13:06:51 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.4ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:10
Rendered urlreports/index.html.erb within layouts/application (2.1ms)

Completed 200 OK in 40ms (Views: 37.8ms | ActiveRecord: 0.4ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-23 13:06:51 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.6ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:10
Rendered urlreports/index.html.erb within layouts/application (2.5ms)

Completed 200 OK in 32ms (Views: 29.8ms | ActiveRecord: 0.6ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-23 13:06:51 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.3ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:10
Rendered urlreports/index.html.erb within layouts/application (1.8ms)

Completed 200 OK in 79ms (Views: 77.0ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 13:06:52 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 63ms (Views: 31.0ms | ActiveRecord: 14.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-23 13:06:56 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (18.1ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:10
Rendered urlreports/index.html.erb within layouts/application (20.1ms)

Completed 200 OK in 71ms (Views: 47.8ms | ActiveRecord: 18.1ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-23 13:07:25 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.6ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:10
Rendered urlreports/index.html.erb within layouts/application (2.5ms)

Completed 200 OK in 33ms (Views: 30.7ms | ActiveRecord: 0.6ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-23 13:07:26 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.5ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:10
Rendered urlreports/index.html.erb within layouts/application (2.2ms)

Completed 200 OK in 31ms (Views: 29.2ms | ActiveRecord: 0.5ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-23 13:07:26 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.3ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:10
Rendered urlreports/index.html.erb within layouts/application (1.4ms)

Completed 200 OK in 30ms (Views: 28.0ms | ActiveRecord: 0.3ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-23 13:08:32 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.9ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:10
Rendered urlreports/index.html.erb within layouts/application (3.1ms)

Completed 200 OK in 35ms (Views: 32.2ms | ActiveRecord: 0.9ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 13:08:34 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.1ms)

Completed 200 OK in 49ms (Views: 47.0ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 13:56:02 +0530

 (1.0ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UrlsController#new as HTML Redirected to localhost:3000/user/login Completed 302 Found in 9ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-23 13:56:02 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (42.2ms)

Completed 200 OK in 459ms (Views: 398.1ms | ActiveRecord: 5.4ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-23 13:56:05 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"zS0jRvxyFSpoi532b/xqNY8Xp7BdQYP7dYLmn6JPbSIHmex8EmiO/tgMbhSgFHP4vLgVU+w06NpVcF5cV8LFjA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.2ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:46

Redirected to localhost:3000/urls/new Completed 302 Found in 23ms (ActiveRecord: 1.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 13:56:05 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.0ms)

Completed 200 OK in 43ms (Views: 27.8ms | ActiveRecord: 2.8ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-23 13:56:08 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (2.2ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:25
Rendered urlreports/index.html.erb within layouts/application (29.2ms)

Completed 200 OK in 82ms (Views: 61.9ms | ActiveRecord: 16.7ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-23 13:56:27 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.4ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:25
Rendered urlreports/index.html.erb within layouts/application (2.3ms)

Completed 200 OK in 35ms (Views: 32.7ms | ActiveRecord: 0.4ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-23 13:56:27 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.4ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:25
Rendered urlreports/index.html.erb within layouts/application (1.9ms)

Completed 200 OK in 40ms (Views: 37.8ms | ActiveRecord: 0.4ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-23 13:56:58 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.4ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:25
Rendered urlreports/index.html.erb within layouts/application (2.1ms)

Completed 200 OK in 36ms (Views: 33.3ms | ActiveRecord: 0.4ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-23 13:57:19 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.6ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:26
Rendered urlreports/index.html.erb within layouts/application (3.3ms)

Completed 200 OK in 39ms (Views: 36.4ms | ActiveRecord: 0.6ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-23 13:57:39 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (1.2ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:29
Rendered urlreports/index.html.erb within layouts/application (3.4ms)

Completed 200 OK in 45ms (Views: 41.6ms | ActiveRecord: 1.2ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-23 13:58:26 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.3ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:30
Rendered urlreports/index.html.erb within layouts/application (2.1ms)

Completed 200 OK in 35ms (Views: 32.7ms | ActiveRecord: 0.3ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-23 13:58:38 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (1.5ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:30
Rendered urlreports/index.html.erb within layouts/application (3.7ms)

Completed 200 OK in 37ms (Views: 34.2ms | ActiveRecord: 1.5ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-23 13:58:38 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.4ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:30
Rendered urlreports/index.html.erb within layouts/application (2.1ms)

Completed 200 OK in 29ms (Views: 27.3ms | ActiveRecord: 0.4ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-23 13:58:38 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.4ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:30
Rendered urlreports/index.html.erb within layouts/application (2.1ms)

Completed 200 OK in 67ms (Views: 64.4ms | ActiveRecord: 0.4ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-23 13:58:39 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.5ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:30
Rendered urlreports/index.html.erb within layouts/application (2.8ms)

Completed 200 OK in 50ms (Views: 47.7ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 13:58:45 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.7ms)

Completed 200 OK in 50ms (Views: 45.7ms | ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-23 13:58:47 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (12.0ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:30
Rendered urlreports/index.html.erb within layouts/application (14.3ms)

Completed 200 OK in 53ms (Views: 39.3ms | ActiveRecord: 12.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-23 13:58:57 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.6ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:28
Rendered urlreports/index.html.erb within layouts/application (2.7ms)

Completed 200 OK in 36ms (Views: 33.3ms | ActiveRecord: 0.6ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-23 13:59:00 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.4ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:28
Rendered urlreports/index.html.erb within layouts/application (2.0ms)

Completed 200 OK in 28ms (Views: 26.4ms | ActiveRecord: 0.4ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-23 13:59:00 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.5ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:28
Rendered urlreports/index.html.erb within layouts/application (2.3ms)

Completed 200 OK in 33ms (Views: 31.6ms | ActiveRecord: 0.5ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-23 13:59:21 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.4ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:29
Rendered urlreports/index.html.erb within layouts/application (1.8ms)

Completed 200 OK in 41ms (Views: 38.1ms | ActiveRecord: 0.4ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-23 13:59:58 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.4ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (2.3ms)

Completed 200 OK in 32ms (Views: 29.4ms | ActiveRecord: 0.4ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-23 14:00:16 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.5ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (2.2ms)

Completed 200 OK in 35ms (Views: 32.5ms | ActiveRecord: 0.5ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-23 14:00:20 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.5ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (2.5ms)

Completed 200 OK in 35ms (Views: 31.1ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 14:00:38 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (8.1ms)

Completed 200 OK in 62ms (Views: 58.2ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-23 14:01:38 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.4ms)

Completed 200 OK in 96ms (Views: 94.7ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-23 14:12:48 +0530

 (0.9ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (16.9ms)

Completed 200 OK in 601ms (Views: 590.7ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-23 14:12:52 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (168.2ms)

Completed 200 OK in 335ms (Views: 192.2ms | ActiveRecord: 5.6ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-23 14:12:55 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (5.5ms)

Completed 200 OK in 48ms (Views: 46.1ms | ActiveRecord: 0.0ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-23 14:13:10 +0530 Processing by UsersController#signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"rGborKG93jDONsb42bzTiWf1Pl58HpXy1wJ2ihPNaOtm0ieWT6dF5H6xNRoWVMpEVFqMvc1r/tP38M5J5kDARQ==", "user"=>{"username"=>"saurabh", "email"=>"saurabh@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"signup"}

Unpermitted parameter: :password_confirmation

User Load (1.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "saurabh@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:19
User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "saurabh"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:22
 (0.2ms)  BEGIN
↳ app/controllers/users_controller.rb:26
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "saurabh"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:26
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "saurabh@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:26
User Create (43.9ms)  INSERT INTO "users" ("username", "email", "password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["username", "saurabh"], ["email", "saurabh@gmail.com"], ["password", "t115cv329tb540di742"], ["created_at", "2019-01-23 08:43:45.121073"], ["updated_at", "2019-01-23 08:43:45.121073"]]
↳ app/controllers/users_controller.rb:26
 (679.8ms)  COMMIT
↳ app/controllers/users_controller.rb:26

Redirected to localhost:3000/urls/new Completed 302 Found in 34979ms (ActiveRecord: 726.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 14:13:45 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.9ms)

Completed 200 OK in 93ms (Views: 39.6ms | ActiveRecord: 3.6ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-23 14:13:57 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Whg2j9xnne5Efh/UPJlr5w0OZjlqpjTL5T1K+HAncG5RcvAXtRqRaZOMPkTS4lfARuWm0Ve6ZCwRO+lJf6DbPQ==", "url"=>{"longurl"=>"", "domain"=>"c"}, "commit"=>"Search"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", ""], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (2.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:20
 (0.2ms)  ROLLBACK
↳ app/controllers/urls_controller.rb:20
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.8ms)

Completed 200 OK in 150ms (Views: 31.8ms | ActiveRecord: 3.2ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-23 14:14:04 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"56GA8HG6Y1FpAzoTigY7d92ndXvIf1b1jMogvWwxw7ctFU/Kn6D4hdmEyfFF7iK67gjHmHkKPdSsOJh+mbxrGQ==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"c"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13

Redirected to localhost:3000/urls/4 Completed 302 Found in 50ms (ActiveRecord: 0.5ms)

Started GET “/urls/4” for 127.0.0.1 at 2019-01-23 14:14:04 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 69ms (Views: 35.0ms | ActiveRecord: 0.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 14:14:07 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.5ms)

Completed 200 OK in 58ms (Views: 54.1ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-23 14:14:11 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.3ms)

Completed 200 OK in 75ms (Views: 74.1ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-23 14:14:14 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.8ms)

Completed 200 OK in 44ms (Views: 41.7ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-23 14:14:15 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.2ms)

Completed 200 OK in 75ms (Views: 74.4ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-23 14:14:16 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.3ms)

Completed 200 OK in 37ms (Views: 36.2ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-23 14:14:16 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.4ms)

Completed 200 OK in 42ms (Views: 41.0ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-23 14:14:16 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.0ms)

Completed 200 OK in 43ms (Views: 42.6ms | ActiveRecord: 0.0ms)

Started GET “/new_url” for 127.0.0.1 at 2019-01-23 14:15:37 +0530

ActionController::RoutingError (No route matches [GET] “/new_url”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 14:16:05 +0530 Processing by UrlsController#new as /

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 64ms (Views: 29.2ms | ActiveRecord: 12.9ms)

Started GET “/urls/new?longurl=www.gmail.com/user?naveenk&domain=gmail.com” for 127.0.0.1 at 2019-01-23 14:16:52 +0530 Processing by UrlsController#new as /

Parameters: {"longurl"=>"www.gmail.com/user?naveenk", "domain"=>"gmail.com"}
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 46ms (Views: 38.8ms | ActiveRecord: 0.0ms)

Started GET “/urls/new?longurl=www.bigbasket.com&domain=bigbasket.com” for 127.0.0.1 at 2019-01-23 14:22:27 +0530 Processing by UrlsController#new as /

Parameters: {"longurl"=>"www.bigbasket.com", "domain"=>"bigbasket.com"}
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 57ms (Views: 37.0ms | ActiveRecord: 5.5ms)

Started GET “/new_url” for 127.0.0.1 at 2019-01-23 14:25:40 +0530

ActionController::RoutingError (No route matches [GET] “/new_url”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 14:25:55 +0530

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:26: syntax error, unexpected ':', expecting => … render json: {“shorturl” : “#{@url.shorturl}”} … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:26: syntax error, unexpected '}', expecting end …shorturl“ : ”#{@url.shorturl}“} … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:68: syntax error, unexpected end-of-input, expecting end):

app/controllers/urls_controller.rb:26: syntax error, unexpected ':', expecting => app/controllers/urls_controller.rb:26: syntax error, unexpected '}', expecting end app/controllers/urls_controller.rb:68: syntax error, unexpected end-of-input, expecting end Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 14:26:19 +0530

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:26: syntax error, unexpected =>

render json: => {"shorturl" : "#{@url.shortu...
             ^~

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:26: syntax error, unexpected ':', expecting => … render json: => {“shorturl” : “#{@url.shorturl}”} … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:26: syntax error, unexpected '}', expecting end …shorturl“ : ”#{@url.shorturl}“} … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:68: syntax error, unexpected end-of-input, expecting end):

app/controllers/urls_controller.rb:26: syntax error, unexpected => app/controllers/urls_controller.rb:26: syntax error, unexpected ':', expecting => app/controllers/urls_controller.rb:26: syntax error, unexpected '}', expecting end app/controllers/urls_controller.rb:68: syntax error, unexpected end-of-input, expecting end Started GET “/urls/new?longurl=www.test.com&domain=test.com” for 127.0.0.1 at 2019-01-23 14:26:43 +0530

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:26: syntax error, unexpected =>

render json: => {"shorturl" : "#{@url.shortu...
             ^~

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:26: syntax error, unexpected ':', expecting => … render json: => {“shorturl” : “#{@url.shorturl}”} … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:26: syntax error, unexpected '}', expecting end …shorturl“ : ”#{@url.shorturl}“} … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:68: syntax error, unexpected end-of-input, expecting end):

app/controllers/urls_controller.rb:26: syntax error, unexpected => app/controllers/urls_controller.rb:26: syntax error, unexpected ':', expecting => app/controllers/urls_controller.rb:26: syntax error, unexpected '}', expecting end app/controllers/urls_controller.rb:68: syntax error, unexpected end-of-input, expecting end Started GET “/urls/new?longurl=www.test.com&domain=test.com” for 127.0.0.1 at 2019-01-23 14:27:19 +0530

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:26: syntax error, unexpected =>

render json: => "shorturl" : "#{@url.shortur...
             ^~

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:26: syntax error, unexpected ':', expecting end … render json: => “shorturl” : “#{@url.shorturl}” … ^):

app/controllers/urls_controller.rb:26: syntax error, unexpected => app/controllers/urls_controller.rb:26: syntax error, unexpected ':', expecting end Started GET “/urls/new?longurl=www.test.com&domain=test.com” for 127.0.0.1 at 2019-01-23 14:27:47 +0530

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:26: syntax error, unexpected ':', expecting end … render :json => “shorturl” : “#{@url.shorturl}” … ^):

app/controllers/urls_controller.rb:26: syntax error, unexpected ':', expecting end Started GET “/urls/new?longurl=www.test.com&domain=test.com” for 127.0.0.1 at 2019-01-23 14:28:19 +0530

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:26: syntax error, unexpected ':', expecting => … render :json => { “shorturl” : “#{@url.shorturl}” } … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:26: syntax error, unexpected '}', expecting end …horturl“ : ”#{@url.shorturl}“ } … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:68: syntax error, unexpected end-of-input, expecting end):

app/controllers/urls_controller.rb:26: syntax error, unexpected ':', expecting => app/controllers/urls_controller.rb:26: syntax error, unexpected '}', expecting end app/controllers/urls_controller.rb:68: syntax error, unexpected end-of-input, expecting end Started GET “/urls/new?longurl=www.test.com&domain=test.com” for 127.0.0.1 at 2019-01-23 14:30:45 +0530

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:26: syntax error, unexpected tIVAR, expecting end

render :json @url.shorturl
             ^~~~):

app/controllers/urls_controller.rb:26: syntax error, unexpected tIVAR, expecting end Started GET “/urls/new?longurl=www.test.com&domain=test.com” for 127.0.0.1 at 2019-01-23 14:31:13 +0530

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:26: syntax error, unexpected tIVAR, expecting end

render :json @url.shorturl
             ^~~~):

app/controllers/urls_controller.rb:26: syntax error, unexpected tIVAR, expecting end Started GET “/urls/new?longurl=www.test.com&domain=test.com” for 127.0.0.1 at 2019-01-23 14:31:58 +0530 Processing by UrlsController#new as /

Parameters: {"longurl"=>"www.test.com", "domain"=>"test.com"}
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.4ms)

Completed 200 OK in 55ms (Views: 34.0ms | ActiveRecord: 4.5ms)

Started GET “/urls/new?longurl=www.test.com&domain=test.com” for 127.0.0.1 at 2019-01-23 14:32:41 +0530 Processing by UrlsController#new as /

Parameters: {"longurl"=>"www.test.com", "domain"=>"test.com"}
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.3ms)

Completed 200 OK in 54ms (Views: 29.5ms | ActiveRecord: 6.0ms)

Started GET “/urls/new?longurl=www.test.com&domain=test.com” for 127.0.0.1 at 2019-01-23 14:34:55 +0530 Processing by UrlsController#new as /

Parameters: {"longurl"=>"www.test.com", "domain"=>"test.com"}

Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)

NameError (uninitialized constant UrlsController::Parameters):

app/controllers/urls_controller.rb:4:in `new' Started GET “/urls/new?longurl=www.test.com&domain=test.com” for 127.0.0.1 at 2019-01-23 14:35:32 +0530 Processing by UrlsController#new as /

Parameters: {"longurl"=>"www.test.com", "domain"=>"test.com"}

Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)

NoMethodError (undefined method `create' for UrlsController:Class):

app/controllers/urls_controller.rb:7:in `new' Started GET “/urls/new?longurl=www.test.com&domain=test.com” for 127.0.0.1 at 2019-01-23 14:36:18 +0530 Processing by UrlsController#new as /

Parameters: {"longurl"=>"www.test.com", "domain"=>"test.com"}

Redirected to Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)

ActionController::ActionControllerError (Cannot redirect to nil!):

app/controllers/urls_controller.rb:7:in `new' Started GET “/urls/new?longurl=www.test.com&domain=test.com” for 127.0.0.1 at 2019-01-23 14:37:39 +0530 Processing by UrlsController#new as /

Parameters: {"longurl"=>"www.test.com", "domain"=>"test.com"}

Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)

NoMethodError (undefined method `[]' for nil:NilClass):

app/controllers/urls_controller.rb:16:in `create' app/controllers/urls_controller.rb:7:in `new' Started GET “/urls/new?longurl=www.test.com&domain=test.com” for 127.0.0.1 at 2019-01-23 14:42:49 +0530 Processing by UrlsController#new as /

Parameters: {"longurl"=>"www.test.com", "domain"=>"test.com"}
Url Load (3.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.test.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:19

Completed 400 Bad Request in 16ms (ActiveRecord: 10.8ms)

ActionController::ParameterMissing (param is missing or the value is empty: url):

app/controllers/urls_controller.rb:73:in `url_params' app/controllers/urls_controller.rb:24:in `create' app/controllers/urls_controller.rb:7:in `new' Started GET “/urls/new?longurl=www.test.com&domain=test.com” for 127.0.0.1 at 2019-01-23 14:43:59 +0530 Processing by UrlsController#new as /

Parameters: {"longurl"=>"www.test.com", "domain"=>"test.com"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.test.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:19

Completed 500 Internal Server Error in 18ms (ActiveRecord: 4.7ms)

NoMethodError (undefined method `[]' for nil:NilClass):

app/controllers/urls_controller.rb:25:in `create' app/controllers/urls_controller.rb:7:in `new' Started GET “/urls/new?longurl=www.test.com&domain=test.com” for 127.0.0.1 at 2019-01-23 14:49:57 +0530 Processing by UrlsController#new as /

Parameters: {"longurl"=>"www.test.com", "domain"=>"test.com"}
Url Load (1.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.test.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:19
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:35
Url Create (0.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.test.com"], ["shorturl", "www.nav.com/JoKA"], ["domain", "test.com"], ["mdsum", 1216], ["created_at", "2019-01-23 09:19:57.517150"], ["updated_at", "2019-01-23 09:19:57.517150"]]
↳ app/controllers/urls_controller.rb:35
 (40.9ms)  COMMIT
↳ app/controllers/urls_controller.rb:35

Completed 200 OK in 108ms (Views: 0.3ms | ActiveRecord: 51.5ms)

Urlreport Load (0.9ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-23"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.3ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 5], ["id", 1]]
↳ app/workers/convert_worker.rb:12
 (0.9ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started POST “/urls” for 127.0.0.1 at 2019-01-23 14:50:14 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"sSqH2RVLQrJPicTflaPpk+ug9l7pk5UhHwJBTMzGbM57nkjj+1HZZv8ONz1aS/Be2A9EvVjm/gA/8PmPOUvEYA==", "url"=>{"longurl"=>"www.test.com", "domain"=>"test.com"}, "commit"=>"Search"}
Url Load (1.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.test.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:17

Redirected to localhost:3000/urls/115 Completed 302 Found in 6ms (ActiveRecord: 1.1ms)

Started GET “/urls/115” for 127.0.0.1 at 2019-01-23 14:50:14 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"115"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 115], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:55
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 33ms (Views: 30.1ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 14:57:19 +0530 Processing by UrlsController#new as HTML

Url Load (1.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34

Completed 500 Internal Server Error in 28ms (ActiveRecord: 11.7ms)

NoMethodError (undefined method `each_char' for nil:NilClass):

app/helpers/urls_helper.rb:5:in `mdvalue' app/controllers/urls_controller.rb:39:in `create' app/controllers/urls_controller.rb:10:in `new' Started GET “/urls/115” for 127.0.0.1 at 2019-01-23 14:57:38 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"115"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 115], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:52
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 75ms (Views: 66.0ms | ActiveRecord: 0.8ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-23 14:57:44 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.9ms)

Completed 200 OK in 58ms (Views: 30.1ms | ActiveRecord: 9.1ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-23 14:57:46 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"/jjalNmqbO7eB5cHvDF1VYDL/B2M8zK+PKN4Gddk3bl3T5O6tsgUgLw8uclKj8al60rQhKgN3aGcBDj0fGzCZA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.2ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:48

Redirected to localhost:3000/urls/new Completed 302 Found in 5ms (ActiveRecord: 1.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 14:57:46 +0530 Processing by UrlsController#new as HTML

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34

Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.6ms)

NoMethodError (undefined method `each_char' for nil:NilClass):

app/helpers/urls_helper.rb:5:in `mdvalue' app/controllers/urls_controller.rb:39:in `create' app/controllers/urls_controller.rb:10:in `new' Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 14:59:03 +0530 Processing by UrlsController#new as HTML

Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:35

Completed 500 Internal Server Error in 24ms (ActiveRecord: 7.9ms)

NoMethodError (undefined method `each_char' for nil:NilClass):

app/helpers/urls_helper.rb:5:in `mdvalue' app/controllers/urls_controller.rb:40:in `create' app/controllers/urls_controller.rb:11:in `new' Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 14:59:04 +0530 Processing by UrlsController#new as HTML

Url Load (2.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:35

Completed 500 Internal Server Error in 6ms (ActiveRecord: 2.0ms)

NoMethodError (undefined method `each_char' for nil:NilClass):

app/helpers/urls_helper.rb:5:in `mdvalue' app/controllers/urls_controller.rb:40:in `create' app/controllers/urls_controller.rb:11:in `new' Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 14:59:05 +0530 Processing by UrlsController#new as HTML

Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:35

Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.5ms)

NoMethodError (undefined method `each_char' for nil:NilClass):

app/helpers/urls_helper.rb:5:in `mdvalue' app/controllers/urls_controller.rb:40:in `create' app/controllers/urls_controller.rb:11:in `new' Started GET “/urls/new?longurl=www.test.com&domain=test.com” for 127.0.0.1 at 2019-01-23 14:59:59 +0530 Processing by UrlsController#new as /

Parameters: {"longurl"=>"www.test.com", "domain"=>"test.com"}
Url Load (1.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.test.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:35

Redirected to localhost:3000/urls/115 Completed 302 Found in 5ms (ActiveRecord: 1.3ms)

Started GET “/urls/115” for 127.0.0.1 at 2019-01-23 14:59:59 +0530 Processing by UrlsController#show as /

Parameters: {"id"=>"115"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 115], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:53
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 52ms (Views: 34.5ms | ActiveRecord: 0.6ms)

Started GET “/urls/new?longurl=www.test.com&domain=test.com” for 127.0.0.1 at 2019-01-23 15:00:06 +0530 Processing by UrlsController#new as /

Parameters: {"longurl"=>"www.test.com", "domain"=>"test.com"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.test.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:35

Redirected to localhost:3000/urls/115 Completed 302 Found in 4ms (ActiveRecord: 0.6ms)

Started GET “/urls/115” for 127.0.0.1 at 2019-01-23 15:00:06 +0530 Processing by UrlsController#show as /

Parameters: {"id"=>"115"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 115], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:53
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.2ms)

Completed 200 OK in 49ms (Views: 41.0ms | ActiveRecord: 0.7ms)

Started GET “/urls/new?longurl=www.test.com&domain=test.com” for 127.0.0.1 at 2019-01-23 15:00:35 +0530 Processing by UrlsController#new as /

Parameters: {"longurl"=>"www.test.com", "domain"=>"test.com"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.test.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34

Redirected to localhost:3000/urls/115 Completed 302 Found in 28ms (ActiveRecord: 14.0ms)

Started GET “/urls/115” for 127.0.0.1 at 2019-01-23 15:00:35 +0530 Processing by UrlsController#show as /

Parameters: {"id"=>"115"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 115], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:52
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 34ms (Views: 27.0ms | ActiveRecord: 0.4ms)

Started GET “/urls/new?longurl=stackoverflow.com/questions/8489486/encryption-and-decryption-algorithm-in-rails&domain=stackoverflow.com” for 127.0.0.1 at 2019-01-23 15:01:27 +0530 Processing by UrlsController#new as /

Parameters: {"longurl"=>"https://stackoverflow.com/questions/8489486/encryption-and-decryption-algorithm-in-rails", "domain"=>"stackoverflow.com"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://stackoverflow.com/questions/8489486/encryption-and-decryption-algorithm-in-rails"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
 (0.5ms)  BEGIN
↳ app/controllers/urls_controller.rb:41
Url Create (0.8ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://stackoverflow.com/questions/8489486/encryption-and-decryption-algorithm-in-rails"], ["shorturl", "www.nav.com/WcPH"], ["domain", "stackoverflow.com"], ["mdsum", 8466], ["created_at", "2019-01-23 09:31:27.397177"], ["updated_at", "2019-01-23 09:31:27.397177"]]
↳ app/controllers/urls_controller.rb:41
 (0.6ms)  COMMIT
↳ app/controllers/urls_controller.rb:41

Completed 200 OK in 21ms (Views: 0.2ms | ActiveRecord: 2.4ms)

Urlreport Load (2.2ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-23"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.6ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 6], ["id", 1]]
↳ app/workers/convert_worker.rb:12
 (1.1ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started GET “/” for 127.0.0.1 at 2019-01-23 15:02:01 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.6ms)

Completed 200 OK in 62ms (Views: 59.7ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-23 15:02:03 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.9ms)

Completed 200 OK in 75ms (Views: 36.2ms | ActiveRecord: 17.7ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-23 15:02:04 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"kQYoJBBbnbBEzMNiJ4H3vxY0vXqay17V3T95kEjRdS4YcWEKfznl3ib37azRP0RPfbWR4741scp9mDl949lq8w==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.7ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:48

Redirected to localhost:3000/urls/new Completed 302 Found in 4ms (ActiveRecord: 0.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 15:02:04 +0530 Processing by UrlsController#new as HTML

Url Load (1.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34

Completed 500 Internal Server Error in 7ms (ActiveRecord: 1.4ms)

NoMethodError (undefined method `each_char' for nil:NilClass):

app/helpers/urls_helper.rb:5:in `mdvalue' app/controllers/urls_controller.rb:39:in `create' app/controllers/urls_controller.rb:10:in `new' Started GET “/user/logout” for 127.0.0.1 at 2019-01-23 15:05:06 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.7ms)

Completed 200 OK in 41ms (Views: 22.7ms | ActiveRecord: 5.3ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-23 15:05:07 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.2ms)

Completed 200 OK in 34ms (Views: 33.4ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-23 15:05:07 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.8ms)

Completed 200 OK in 52ms (Views: 50.7ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-23 15:05:08 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"qulTI4zoy6NQQTYMd/AFSIZdNY/QLRW4ZHiWrNeE7QtgXZwZYvJQd+DGxe64GByFtfKHbGFYfplEii5vIglFpQ==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:48

Redirected to localhost:3000/urls/new Completed 302 Found in 4ms (ActiveRecord: 0.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 15:05:08 +0530 Processing by UrlsController#new as HTML

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:35

Completed 500 Internal Server Error in 60651ms (ActiveRecord: 5.7ms)

NoMethodError (undefined method `each_char' for nil:NilClass):

app/helpers/urls_helper.rb:4:in `mdvalue' app/controllers/urls_controller.rb:41:in `create' app/controllers/urls_controller.rb:10:in `new' Started GET “/” for 127.0.0.1 at 2019-01-23 15:06:17 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.0ms)

Completed 200 OK in 73ms (Views: 66.4ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-23 15:06:19 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.6ms)

Completed 200 OK in 69ms (Views: 25.9ms | ActiveRecord: 24.4ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-23 15:06:20 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"4SXRfKJLiTsw+Qu8g8Is+YHKUqAboAm0dph3GZ6z8YJoUphSzSnxVVLCJXJ1fJ8J6kt+OT9e5qvWPzf0NbvuXw==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.2ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:48

Redirected to localhost:3000/urls/new Completed 302 Found in 5ms (ActiveRecord: 1.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 15:06:20 +0530 Processing by UrlsController#new as HTML

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:35

Completed 500 Internal Server Error in 202705ms (ActiveRecord: 6.6ms)

NoMethodError (undefined method `each_char' for nil:NilClass):

app/helpers/urls_helper.rb:4:in `mdvalue' app/controllers/urls_controller.rb:41:in `create' app/controllers/urls_controller.rb:10:in `new' Started GET “/” for 127.0.0.1 at 2019-01-23 15:09:55 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.9ms)

Completed 200 OK in 53ms (Views: 51.1ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-23 15:09:56 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.6ms)

Completed 200 OK in 72ms (Views: 26.0ms | ActiveRecord: 23.4ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-23 15:09:58 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"36d1HVeVUYsf8+Ztb4oE4dgnOag8VjbPvThGnPYD0TBW0DwzOPcp5X3IyKOZNLcRs6YVMRio2dAdnwZxXQvO7Q==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.9ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:48

Redirected to localhost:3000/urls/new Completed 302 Found in 7ms (ActiveRecord: 0.9ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 15:09:58 +0530 Processing by UrlsController#new as HTML

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:35

Started GET “/urls/new?longurl=stackoverflow.com/questions/54324100/asp-net-web-api-not-binding-model-on-post-from-multipart-request-called-in-angul&domain=stackoverflow.com” for 127.0.0.1 at 2019-01-23 15:13:53 +0530 Completed 500 Internal Server Error in 247287ms (ActiveRecord: 7.4ms)

NoMethodError (undefined method `each_char' for nil:NilClass):

app/helpers/urls_helper.rb:4:in `mdvalue' app/controllers/urls_controller.rb:41:in `create' app/controllers/urls_controller.rb:10:in `new' Processing by UrlsController#new as /

Parameters: {"longurl"=>"https://stackoverflow.com/questions/54324100/asp-net-web-api-not-binding-model-on-post-from-multipart-request-called-in-angul", "domain"=>"stackoverflow.com"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://stackoverflow.com/questions/54324100/asp-net-web-api-not-binding-model-on-post-from-multipart-request-called-in-angul"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:42
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://stackoverflow.com/questions/54324100/asp-net-web-api-not-binding-model-on-post-from-multipart-request-called-in-angul"], ["shorturl", "www.nav.com/Hbl%A"], ["domain", "stackoverflow.com"], ["mdsum", 11800], ["created_at", "2019-01-23 09:44:12.891402"], ["updated_at", "2019-01-23 09:44:12.891402"]]
↳ app/controllers/urls_controller.rb:42
Urlreport Load (1.1ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-23"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.3ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.8ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 7], ["id", 1]]
↳ app/workers/convert_worker.rb:12
 (379.6ms)  COMMIT
 (303.6ms)  COMMIT
↳ app/controllers/urls_controller.rb:42
↳ app/workers/convert_worker.rb:12

Completed 200 OK in 7549ms (Views: 0.2ms | ActiveRecord: 404.5ms)

Started GET “/urls/new?longurl=stackoverflow.com/questiojfjfjfjjfns/54324100/asp-net-web-api-not-binding-model-on-post-from-multipart-request-called-in-angul&domain=stackoverflow.com” for 127.0.0.1 at 2019-01-23 15:14:40 +0530 Processing by UrlsController#new as /

Parameters: {"longurl"=>"https://stackoverflow.com/questiojfjfjfjjfns/54324100/asp-net-web-api-not-binding-model-on-post-from-multipart-request-called-in-angul", "domain"=>"stackoverflow.com"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://stackoverflow.com/questiojfjfjfjjfns/54324100/asp-net-web-api-not-binding-model-on-post-from-multipart-request-called-in-angul"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:41
Url Create (0.3ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://stackoverflow.com/questiojfjfjfjjfns/54324100/asp-net-web-api-not-binding-model-on-post-from-multipart-request-called-in-angul"], ["shorturl", "www.nav.com/H?uKA"], ["domain", "stackoverflow.com"], ["mdsum", 12738], ["created_at", "2019-01-23 09:44:40.451949"], ["updated_at", "2019-01-23 09:44:40.451949"]]
↳ app/controllers/urls_controller.rb:41
Urlreport Load (0.8ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-23"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.4ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 8], ["id", 1]]
↳ app/workers/convert_worker.rb:12
 (39.8ms)  COMMIT
 (9.8ms)  COMMIT
↳ app/workers/convert_worker.rb:12
↳ app/controllers/urls_controller.rb:41

Completed 200 OK in 61ms (Views: 0.2ms | ActiveRecord: 43.9ms)

Started GET “/urls/new?longurl=stackoverflow.com/questtrtrttiojfjfjfjjfns/54324100/asp-net-web-api-not-binding-model-on-post-from-multipart-request-called-in-angul&domain=stackoverflow.com” for 127.0.0.1 at 2019-01-23 15:14:48 +0530 Processing by UrlsController#new as /

Parameters: {"longurl"=>"https://stackoverflow.com/questtrtrttiojfjfjfjjfns/54324100/asp-net-web-api-not-binding-model-on-post-from-multipart-request-called-in-angul", "domain"=>"stackoverflow.com"}
Url Load (10.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://stackoverflow.com/questtrtrttiojfjfjfjjfns/54324100/asp-net-web-api-not-binding-model-on-post-from-multipart-request-called-in-angul"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
 (0.6ms)  BEGIN
↳ app/controllers/urls_controller.rb:41
Url Create (1.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://stackoverflow.com/questtrtrttiojfjfjfjjfns/54324100/asp-net-web-api-not-binding-model-on-post-from-multipart-request-called-in-angul"], ["shorturl", "www.nav.com/1C?LA"], ["domain", "stackoverflow.com"], ["mdsum", 13430], ["created_at", "2019-01-23 09:44:48.861640"], ["updated_at", "2019-01-23 09:44:48.861640"]]
↳ app/controllers/urls_controller.rb:41
Urlreport Load (0.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-23"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.5ms)  BEGIN
↳ app/workers/convert_worker.rb:12
 (10.7ms)  COMMIT
↳ app/controllers/urls_controller.rb:41

Completed 200 OK in 31ms (Views: 0.2ms | ActiveRecord: 22.7ms)

Urlreport Update (17.8ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 9], ["id", 1]]
↳ app/workers/convert_worker.rb:12
 (0.4ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started GET “/urls/new?longurl=stackoverflow.com/4100/asp-net-web-api-not-binding-model-on-post-from-multipart-request-called-in-angul&domain=stackoverflow.com” for 127.0.0.1 at 2019-01-23 15:15:02 +0530 Processing by UrlsController#new as /

Parameters: {"longurl"=>"https://stackoverflow.com/4100/asp-net-web-api-not-binding-model-on-post-from-multipart-request-called-in-angul", "domain"=>"stackoverflow.com"}
Url Load (1.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://stackoverflow.com/4100/asp-net-web-api-not-binding-model-on-post-from-multipart-request-called-in-angul"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
 (1.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:41
Url Create (0.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://stackoverflow.com/4100/asp-net-web-api-not-binding-model-on-post-from-multipart-request-called-in-angul"], ["shorturl", "www.nav.com/Xj9JA"], ["domain", "stackoverflow.com"], ["mdsum", 10544], ["created_at", "2019-01-23 09:45:02.679866"], ["updated_at", "2019-01-23 09:45:02.679866"]]
↳ app/controllers/urls_controller.rb:41
Urlreport Load (0.8ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-23"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 10], ["id", 1]]
↳ app/workers/convert_worker.rb:12
 (46.5ms)  COMMIT
↳ app/controllers/urls_controller.rb:41
 (39.8ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Completed 200 OK in 57ms (Views: 0.2ms | ActiveRecord: 49.6ms)

Started GET “/” for 127.0.0.1 at 2019-01-23 15:18:11 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.1ms)

Completed 200 OK in 88ms (Views: 85.6ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-23 15:18:13 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (4.2ms)

Completed 200 OK in 72ms (Views: 39.6ms | ActiveRecord: 10.9ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-23 15:18:14 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"x+1Z1SPeR7Ht9J8xlSqnykILC9dq2C+6URZlupM7yWpOmhD7TLw/34/Psf9jlBQ6KYonTk4mwKXxsSVXODPWtw==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:48

Redirected to localhost:3000/urls/new Completed 302 Found in 4ms (ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 15:18:14 +0530 Processing by UrlsController#new as HTML

Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34

Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.7ms)

NoMethodError (undefined method `each_char' for nil:NilClass):

app/helpers/urls_helper.rb:4:in `mdvalue' app/controllers/urls_controller.rb:39:in `create' app/controllers/urls_controller.rb:10:in `new' Started GET “/” for 127.0.0.1 at 2019-01-23 15:19:29 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (2.1ms)

Completed 200 OK in 36ms (Views: 34.3ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-23 15:19:31 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.5ms)

Completed 200 OK in 89ms (Views: 35.5ms | ActiveRecord: 31.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-23 15:19:33 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"UWjBpsI7/WWQAPeHHW/iv0iQa/iTktTH5cC1LcpX0OPYH4iIrVmFC/I72Unr0VFPIxFHYbdsO9hFZ/XAYV/PPg==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.2ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:48

Redirected to localhost:3000/urls/new Completed 302 Found in 7ms (ActiveRecord: 1.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 15:19:33 +0530 Processing by UrlsController#new as HTML

Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34

Completed 500 Internal Server Error in 17ms (ActiveRecord: 3.8ms)

NoMethodError (undefined method `each_char' for nil:NilClass):

app/helpers/urls_helper.rb:4:in `mdvalue' app/controllers/urls_controller.rb:39:in `create' app/controllers/urls_controller.rb:10:in `new' Started GET “/” for 127.0.0.1 at 2019-01-23 15:20:26 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.0ms)

Completed 200 OK in 39ms (Views: 37.2ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-23 15:20:28 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.8ms)

Completed 200 OK in 70ms (Views: 27.7ms | ActiveRecord: 18.7ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-23 15:20:31 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"sPVfYbRyo4DF1+ucMD4YlMVt9mV5lJ9FA7pEIut36ts5ghZP2xDb7qfsxVLGgKtkruza/F1qcFqjHQTPQH/1Bg==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:48

Redirected to localhost:3000/urls/new Completed 302 Found in 3ms (ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 15:20:31 +0530 Processing by UrlsController#new as HTML

Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:37

Completed 500 Internal Server Error in 22ms (ActiveRecord: 5.4ms)

NoMethodError (undefined method `each_char' for nil:NilClass):

app/helpers/urls_helper.rb:4:in `mdvalue' app/controllers/urls_controller.rb:42:in `create' app/controllers/urls_controller.rb:10:in `new' Started GET “/” for 127.0.0.1 at 2019-01-23 15:21:17 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.0ms)

Completed 200 OK in 52ms (Views: 50.0ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-23 15:21:19 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.0ms)

Completed 200 OK in 72ms (Views: 27.4ms | ActiveRecord: 21.2ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-23 15:21:21 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Ag9CR8C64fTd717s275hV8vn1cBF7/M/OS3BmikPXMiLeAtpr9iZmr/UcCItANKnoGb5WWERHCCZioF3ggdDFQ==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:48

Redirected to localhost:3000/urls/new Completed 302 Found in 5ms (ActiveRecord: 0.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 15:21:21 +0530 Processing by UrlsController#new as HTML

Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:37

Completed 500 Internal Server Error in 23ms (ActiveRecord: 6.8ms)

NoMethodError (undefined method `each_char' for nil:NilClass):

app/helpers/urls_helper.rb:4:in `mdvalue' app/controllers/urls_controller.rb:42:in `create' app/controllers/urls_controller.rb:10:in `new' Started GET “/” for 127.0.0.1 at 2019-01-23 15:23:01 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.0ms)

Completed 200 OK in 33ms (Views: 30.4ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-23 15:23:02 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.9ms)

Completed 200 OK in 64ms (Views: 31.0ms | ActiveRecord: 9.2ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-23 15:23:03 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"n9VVGMYxYMQR1dvw17KO8SybWb1BW3cT93lxt0Ml3PQWohw2qVMYqnPu9T4hDD0BRxp1JGWlmAxX3jFa6C3DKQ==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.8ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:48

Redirected to localhost:3000/urls/new Completed 302 Found in 5ms (ActiveRecord: 0.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 15:23:03 +0530 Processing by UrlsController#new as HTML

Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:37

Completed 400 Bad Request in 11ms (ActiveRecord: 5.7ms)

ActionController::ParameterMissing (param is missing or the value is empty: url):

app/controllers/urls_controller.rb:85:in `url_params' app/controllers/urls_controller.rb:41:in `create' app/controllers/urls_controller.rb:10:in `new' Started GET “/urls/new?longurl=stackoverflow.com/4100/arfgtbsp-net-web-api-not-binding-model-on-post-from-multipart-request-called-in-angul&domain=stackoverflow.com” for 127.0.0.1 at 2019-01-23 15:23:11 +0530 Processing by UrlsController#new as /

Parameters: {"longurl"=>"https://stackoverflow.com/4100/arfgtbsp-net-web-api-not-binding-model-on-post-from-multipart-request-called-in-angul", "domain"=>"stackoverflow.com"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://stackoverflow.com/4100/arfgtbsp-net-web-api-not-binding-model-on-post-from-multipart-request-called-in-angul"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:37

Completed 400 Bad Request in 3ms (ActiveRecord: 0.6ms)

ActionController::ParameterMissing (param is missing or the value is empty: url):

app/controllers/urls_controller.rb:85:in `url_params' app/controllers/urls_controller.rb:41:in `create' app/controllers/urls_controller.rb:10:in `new' Started GET “/urls/new?longurl=stackoverflow.com/4100/arfgtbsp-net-web-api-not-binding-model-on-post-from-multipart-request-called-in-angul&domain=stackoverflow.com” for 127.0.0.1 at 2019-01-23 15:24:28 +0530 Processing by UrlsController#new as /

Parameters: {"longurl"=>"https://stackoverflow.com/4100/arfgtbsp-net-web-api-not-binding-model-on-post-from-multipart-request-called-in-angul", "domain"=>"stackoverflow.com"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://stackoverflow.com/4100/arfgtbsp-net-web-api-not-binding-model-on-post-from-multipart-request-called-in-angul"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:37

Completed 500 Internal Server Error in 10ms (ActiveRecord: 4.0ms)

ArgumentError (wrong number of arguments (given 2, expected 1)):

app/controllers/urls_controller.rb:41:in `create' app/controllers/urls_controller.rb:10:in `new' Started GET “/urls/new?longurl=stackoverflow.com/4100/arfgtbsp-net-web-api-not-binding-model-on-post-from-multipart-request-called-in-angul&domain=stackoverflow.com” for 127.0.0.1 at 2019-01-23 15:24:44 +0530 Processing by UrlsController#new as /

Parameters: {"longurl"=>"https://stackoverflow.com/4100/arfgtbsp-net-web-api-not-binding-model-on-post-from-multipart-request-called-in-angul", "domain"=>"stackoverflow.com"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://stackoverflow.com/4100/arfgtbsp-net-web-api-not-binding-model-on-post-from-multipart-request-called-in-angul"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:37

Completed 500 Internal Server Error in 22ms (ActiveRecord: 4.8ms)

ActiveModel::ForbiddenAttributesError (ActiveModel::ForbiddenAttributesError):

app/controllers/urls_controller.rb:41:in `create' app/controllers/urls_controller.rb:10:in `new' Started GET “/urls/new?longurl=stackoverflow.com/4100/arfgtbsp-net-web-api-not-binding-model-on-post-from-multipart-request-called-in-angul&domain=stackoverflow.com” for 127.0.0.1 at 2019-01-23 15:27:36 +0530 Processing by UrlsController#new as /

Parameters: {"longurl"=>"https://stackoverflow.com/4100/arfgtbsp-net-web-api-not-binding-model-on-post-from-multipart-request-called-in-angul", "domain"=>"stackoverflow.com"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://stackoverflow.com/4100/arfgtbsp-net-web-api-not-binding-model-on-post-from-multipart-request-called-in-angul"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:41
Url Create (0.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://stackoverflow.com/4100/arfgtbsp-net-web-api-not-binding-model-on-post-from-multipart-request-called-in-angul"], ["shorturl", "www.nav.com/U6d%A"], ["domain", "stackoverflow.com"], ["mdsum", 11077], ["created_at", "2019-01-23 09:57:36.957168"], ["updated_at", "2019-01-23 09:57:36.957168"]]
↳ app/controllers/urls_controller.rb:41
 (0.5ms)  COMMIT
↳ app/controllers/urls_controller.rb:41

Completed 200 OK in 22ms (Views: 0.3ms | ActiveRecord: 5.7ms)

Urlreport Load (1.0ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-23"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 11], ["id", 1]]
↳ app/workers/convert_worker.rb:12
 (0.5ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started GET “/” for 127.0.0.1 at 2019-01-23 15:27:50 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (2.2ms)

Completed 200 OK in 61ms (Views: 58.1ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-23 15:27:52 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.9ms)

Completed 200 OK in 59ms (Views: 24.6ms | ActiveRecord: 12.5ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-23 15:27:53 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"wl4bYJ6ZZLP6KAU/m+wuFuZ8Uyp268oHKpFd8EO4Kx1LKVJO8fsc3ZgTK/FtUp3mjf1/s1IVJRiKNh0d6LA0wA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.4ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:48

Redirected to localhost:3000/urls/new Completed 302 Found in 5ms (ActiveRecord: 1.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 15:27:53 +0530 Processing by UrlsController#new as HTML

Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34

Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.5ms)

NoMethodError (undefined method `each_char' for nil:NilClass):

app/helpers/urls_helper.rb:4:in `mdvalue' app/controllers/urls_controller.rb:39:in `create' app/controllers/urls_controller.rb:10:in `new' Started POST “/users/login” for 127.0.0.1 at 2019-01-23 15:28:26 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"xMNVCGu/wXPk1uwCM3MAjee+wT//v6cLAkP8Q3NuGZYOd5oyhaVap1RRH+D8mxlA1BFz3E7KzCoisUSAhuOxOA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.8ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:47

Redirected to localhost:3000/urls/new Completed 302 Found in 19ms (ActiveRecord: 6.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 15:28:26 +0530 Processing by UrlsController#new as HTML

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34

Completed 500 Internal Server Error in 18ms (ActiveRecord: 3.3ms)

NoMethodError (undefined method `each_char' for nil:NilClass):

app/helpers/urls_helper.rb:4:in `mdvalue' app/controllers/urls_controller.rb:39:in `create' app/controllers/urls_controller.rb:10:in `new' Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 15:29:46 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 43ms (Views: 25.0ms | ActiveRecord: 3.9ms)

Started GET “/urls/new?longurl=stackoverflow.com/410gggg0/arfgtbsp-net-web-api-not-binding-model-on-post-from-multipart-request-called-in-angul&domain=stackoverflow.com” for 127.0.0.1 at 2019-01-23 15:29:54 +0530 Processing by UrlsController#new as /

Parameters: {"longurl"=>"https://stackoverflow.com/410gggg0/arfgtbsp-net-web-api-not-binding-model-on-post-from-multipart-request-called-in-angul", "domain"=>"stackoverflow.com"}
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.1ms)

Completed 200 OK in 52ms (Views: 45.1ms | ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-23 15:30:05 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.8ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (14.7ms)

Completed 200 OK in 46ms (Views: 30.0ms | ActiveRecord: 8.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 15:30:07 +0530 Processing by UrlsController#new as HTML

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:35

Completed 500 Internal Server Error in 54ms (ActiveRecord: 30.4ms)

NoMethodError (undefined method `each_char' for nil:NilClass):

app/helpers/urls_helper.rb:4:in `mdvalue' app/controllers/urls_controller.rb:40:in `create' app/controllers/urls_controller.rb:11:in `new' Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 15:30:58 +0530 Processing by UrlsController#new as HTML

Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:35

Completed 500 Internal Server Error in 22ms (ActiveRecord: 5.3ms)

NoMethodError (undefined method `each_char' for nil:NilClass):

app/helpers/urls_helper.rb:4:in `mdvalue' app/controllers/urls_controller.rb:40:in `create' app/controllers/urls_controller.rb:10:in `new' Started POST “/users/login” for 127.0.0.1 at 2019-01-23 15:31:03 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"xMNVCGu/wXPk1uwCM3MAjee+wT//v6cLAkP8Q3NuGZYOd5oyhaVap1RRH+D8mxlA1BFz3E7KzCoisUSAhuOxOA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:47

Redirected to localhost:3000/urls/new Completed 302 Found in 28ms (ActiveRecord: 6.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 15:31:03 +0530 Processing by UrlsController#new as HTML

Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:35

Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.5ms)

NoMethodError (undefined method `each_char' for nil:NilClass):

app/helpers/urls_helper.rb:4:in `mdvalue' app/controllers/urls_controller.rb:40:in `create' app/controllers/urls_controller.rb:10:in `new' Started GET “/” for 127.0.0.1 at 2019-01-23 15:39:14 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.8ms)

Completed 200 OK in 62ms (Views: 60.2ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-23 15:39:16 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.7ms)

Completed 200 OK in 62ms (Views: 25.1ms | ActiveRecord: 16.1ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-23 15:39:18 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"CVomzgnuEbwDzYlYRpAQeOGZSmvaqzJm4tdsygHkC5WALW/gZoxp0mH2p5awLqOIihhm8v5V3XlCcCwnquwUSA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (2.7ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:47

Completed 500 Internal Server Error in 248ms (ActiveRecord: 2.7ms)

NameError (undefined local variable or method `new_url_path' for #<UsersController:0x00007f9ee7567420> Did you mean? url_new_path):

app/controllers/users_controller.rb:52:in `login_new' Started POST “/users/login” for 127.0.0.1 at 2019-01-23 15:40:34 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"LnCZgDdy1Iz82MEaB3UjJN1+kOVQkJdwj3RBO1SI2zrkxFa62WhPWExfMvjInTrp7tEiBuHl/FGvhvn4oQVzlA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:47

Redirected to localhost:3000/url/new Completed 302 Found in 17ms (ActiveRecord: 4.7ms)

Started GET “/url/new” for 127.0.0.1 at 2019-01-23 15:40:34 +0530 Processing by UrlsController#new as HTML

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:36

Completed 500 Internal Server Error in 20ms (ActiveRecord: 6.6ms)

NoMethodError (undefined method `each_char' for nil:NilClass):

app/helpers/urls_helper.rb:4:in `mdvalue' app/controllers/urls_controller.rb:41:in `create' app/controllers/urls_controller.rb:11:in `new' Started GET “/url/new” for 127.0.0.1 at 2019-01-23 15:41:05 +0530 Processing by UrlsController#new as HTML

Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:35

Completed 500 Internal Server Error in 26ms (ActiveRecord: 4.6ms)

NoMethodError (undefined method `each_char' for nil:NilClass):

app/helpers/urls_helper.rb:4:in `mdvalue' app/controllers/urls_controller.rb:40:in `create' app/controllers/urls_controller.rb:10:in `new' Started GET “/url/new” for 127.0.0.1 at 2019-01-23 15:41:28 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (200.3ms)

Completed 500 Internal Server Error in 223ms (ActiveRecord: 3.9ms)

ActionView::Template::Error (undefined method `urls_path' for #<#<Class:0x00007f9ee84c37c0>:0x00007f9ee84c1e20> Did you mean? url_new_path):

26: </style>
27: <h2>WELCOME TO URL SHORTNER</h2>
28:  <div class=Longshort>
29:   <%= form_for @url do |f| %>
30:     <p> Long Url: <%= f.text_field :longurl%> </br></p>
31:     <p>Domain : <%= f.text_field :domain%> <br /></p>
32:     <p>Find : <%=  f.submit 'Search' %><br/>

app/views/urls/new.html.erb:29:in `_app_views_urls_new_html_erb__781120220725931202_70160239435680' Started GET “/urls/new?longurl=stackoverflow.com/410gggg0/arfgtbsp-net-web-api-not-binding-model-on-post-from-multipart-request-called-in-angul&domain=stackoverflow.com” for 127.0.0.1 at 2019-01-23 15:41:43 +0530

ActionController::RoutingError (No route matches [GET] “/urls/new”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/new_url?longurl=www.fjefvjefvhbsvhbdsvbjhbdv.com&domain=bhbhfb.com” for 127.0.0.1 at 2019-01-23 15:42:34 +0530

ActionController::RoutingError (No route matches [GET] “/new_url”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/url_new?longurl=www.fjefvjefvhbsvhbdsvbjhbdv.com&domain=bhbhfb.com” for 127.0.0.1 at 2019-01-23 15:42:55 +0530

ActionController::RoutingError (No route matches [GET] “/url_new”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/url/new?longurl=www.fjefvjefvhbsvhbdsvbjhbdv.com&domain=bhbhfb.com” for 127.0.0.1 at 2019-01-23 15:43:09 +0530 Processing by UrlsController#new as /

Parameters: {"longurl"=>"www.fjefvjefvhbsvhbdsvbjhbdv.com", "domain"=>"bhbhfb.com"}
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (201.7ms)

Completed 500 Internal Server Error in 217ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `urls_path' for #<#<Class:0x00007f9ee84c37c0>:0x00007f9ee6e97370> Did you mean? url_new_path):

26: </style>
27: <h2>WELCOME TO URL SHORTNER</h2>
28:  <div class=Longshort>
29:   <%= form_for @url do |f| %>
30:     <p> Long Url: <%= f.text_field :longurl%> </br></p>
31:     <p>Domain : <%= f.text_field :domain%> <br /></p>
32:     <p>Find : <%=  f.submit 'Search' %><br/>

app/views/urls/new.html.erb:29:in `_app_views_urls_new_html_erb__781120220725931202_70160227771360' Started GET “/url/new” for 127.0.0.1 at 2019-01-23 15:44:50 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.2ms)

Completed 200 OK in 43ms (Views: 29.8ms | ActiveRecord: 3.5ms)

Started POST “/url/create” for 127.0.0.1 at 2019-01-23 15:44:55 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"mY8ubfiJNyDfM21sKt7ZQ8UldXVdg864i1VfXGEGa4ZTO+FXFpOs9G+0no7lNsCO9orHluz2pZmrp+eflIvDKA==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Search"}
Url Load (7.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:18

Redirected to Completed 500 Internal Server Error in 254ms (ActiveRecord: 7.0ms)

NoMethodError (undefined method `url_url' for #<UrlsController:0x00007f9ee75df538> Did you mean? url_new_url):

app/controllers/urls_controller.rb:20:in `create' Started POST “/url/create” for 127.0.0.1 at 2019-01-23 15:46:35 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"mY8ubfiJNyDfM21sKt7ZQ8UldXVdg864i1VfXGEGa4ZTO+FXFpOs9G+0no7lNsCO9orHluz2pZmrp+eflIvDKA==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:18

Redirected to localhost:3000/url/show Completed 302 Found in 19ms (ActiveRecord: 4.2ms)

Started GET “/url/show” for 127.0.0.1 at 2019-01-23 15:46:35 +0530

ActionController::RoutingError (No route matches [GET] “/url/show”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/url/show” for 127.0.0.1 at 2019-01-23 15:47:21 +0530

ActionController::RoutingError (No route matches [GET] “/url/show”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/url/show” for 127.0.0.1 at 2019-01-23 15:47:21 +0530

ActionController::RoutingError (No route matches [GET] “/url/show”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/url/new” for 127.0.0.1 at 2019-01-23 15:47:40 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.1ms)

Completed 200 OK in 72ms (Views: 27.8ms | ActiveRecord: 4.1ms)

Started POST “/url/create” for 127.0.0.1 at 2019-01-23 15:47:44 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"+coFoUZLH/wcUMH+IOlvHU2kEretN8dt5y+hlmNht84zfsqbqFGEKKzXMhzvAXbQfgugVBxCrEzH3RlVluwfYA==", "url"=>{"longurl"=>"www.housing.com/seller", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.housing.com/seller"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:18

Redirected to localhost:3000/url/show Completed 302 Found in 5ms (ActiveRecord: 0.8ms)

Started GET “/url/show” for 127.0.0.1 at 2019-01-23 15:47:44 +0530 Processing by UrlsController#show as HTML Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms)

ActiveRecord::RecordNotFound (Couldn't find Url without an ID):

app/controllers/urls_controller.rb:53:in `show' Started GET “/url/show” for 127.0.0.1 at 2019-01-23 15:48:39 +0530 Processing by UrlsController#show as HTML

Url Load (1.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" IS NULL LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:53

Completed 404 Not Found in 13ms (ActiveRecord: 6.6ms)

ActiveRecord::RecordNotFound (Couldn't find Url with 'id'={:longurl=>nil}):

app/controllers/urls_controller.rb:53:in `show' Started GET “/url/show” for 127.0.0.1 at 2019-01-23 15:48:40 +0530 Processing by UrlsController#show as HTML

Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" IS NULL LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:53

Completed 404 Not Found in 3ms (ActiveRecord: 0.5ms)

ActiveRecord::RecordNotFound (Couldn't find Url with 'id'={:longurl=>nil}):

app/controllers/urls_controller.rb:53:in `show' Started GET “/url/show” for 127.0.0.1 at 2019-01-23 15:48:41 +0530 Processing by UrlsController#show as HTML

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" IS NULL LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:53

Completed 404 Not Found in 4ms (ActiveRecord: 0.6ms)

ActiveRecord::RecordNotFound (Couldn't find Url with 'id'={:longurl=>nil}):

app/controllers/urls_controller.rb:53:in `show' Started GET “/url/show” for 127.0.0.1 at 2019-01-23 15:48:54 +0530 Processing by UrlsController#show as HTML Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)

NoMethodError (undefined method `[]' for nil:NilClass):

app/controllers/urls_controller.rb:53:in `show' Started GET “/url/show” for 127.0.0.1 at 2019-01-23 15:52:38 +0530 Processing by UrlsController#show as HTML Completed 404 Not Found in 7ms (ActiveRecord: 4.2ms)

ActiveRecord::RecordNotFound (Couldn't find Url without an ID):

app/controllers/urls_controller.rb:53:in `show' Started GET “/url/show” for 127.0.0.1 at 2019-01-23 15:52:39 +0530 Processing by UrlsController#show as HTML Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms)

ActiveRecord::RecordNotFound (Couldn't find Url without an ID):

app/controllers/urls_controller.rb:53:in `show' Started GET “/” for 127.0.0.1 at 2019-01-23 15:54:45 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.4ms)

Completed 200 OK in 49ms (Views: 46.5ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-23 15:54:47 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.6ms)

Completed 200 OK in 56ms (Views: 26.7ms | ActiveRecord: 11.1ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-23 15:54:48 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"+yBQSWC7FjMDe4uYY/AAoGAnosLLQj7LlB9rbBQuNpZyVxlnD9luXWFApVaVTrNQC6aOW++80dQ0uCuBvyYpSw==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.2ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:47

Redirected to localhost:3000/urls/new Completed 302 Found in 7ms (ActiveRecord: 1.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 15:54:48 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (359.0ms)

Completed 500 Internal Server Error in 376ms (ActiveRecord: 3.1ms)

ActionView::Template::Error (undefined local variable or method `url_create_path' for #<#<Class:0x00007f9ee86f8270>:0x00007f9ee870a948> Did you mean? urlreports_path):

26: </style>
27: <h2>WELCOME TO URL SHORTNER</h2>
28:  <div class=Longshort>
29:   <%= form_for @url, url:url_create_path do |f| %>
30:     <p> Long Url: <%= f.text_field :longurl%> </br></p>
31:     <p>Domain : <%= f.text_field :domain%> <br /></p>
32:     <p>Find : <%=  f.submit 'Search' %><br/>

app/views/urls/new.html.erb:29:in `_app_views_urls_new_html_erb__781120220725931202_70160240593360' Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 15:55:05 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.8ms)

Completed 200 OK in 39ms (Views: 37.2ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-23 15:55:09 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"xyQ6UcSndsyHCcDIegCZINiZxrjQn5G9Xt2QxhxagA4NkPVrKr3tGDeOMyq16IDt6zZ0W2Hq+px+LygF6dcooA==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Search"}
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:18

Completed 500 Internal Server Error in 248ms (ActiveRecord: 0.9ms)

NameError (undefined local variable or method `url_show_path' for #<UrlsController:0x00007f9eeac69040> Did you mean? user_show_path

urls_path):

app/controllers/urls_controller.rb:20:in `create' Started POST “/urls” for 127.0.0.1 at 2019-01-23 15:55:43 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"xyQ6UcSndsyHCcDIegCZINiZxrjQn5G9Xt2QxhxagA4NkPVrKr3tGDeOMyq16IDt6zZ0W2Hq+px+LygF6dcooA==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:18

Completed 500 Internal Server Error in 243ms (ActiveRecord: 4.6ms)

NameError (undefined local variable or method `url_show_path' for #<UrlsController:0x00007f9eea811ce0> Did you mean? user_show_path

urls_path):

app/controllers/urls_controller.rb:20:in `create' Started POST “/urls” for 127.0.0.1 at 2019-01-23 15:56:03 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"xyQ6UcSndsyHCcDIegCZINiZxrjQn5G9Xt2QxhxagA4NkPVrKr3tGDeOMyq16IDt6zZ0W2Hq+px+LygF6dcooA==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:18

Redirected to localhost:3000/urls/4 Completed 302 Found in 18ms (ActiveRecord: 4.7ms)

Started GET “/urls/4” for 127.0.0.1 at 2019-01-23 15:56:03 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:53
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 29ms (Views: 26.1ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 15:56:05 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.6ms)

Completed 200 OK in 47ms (Views: 42.6ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-23 15:56:08 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"VEdM0yxsneZvsQOhgs09XJqA8IAYLZhwlrd5cv66MtEgtwr2tak0OG2zH2FhJsR4BuJoAkSTBOrCWlTCMdSPnQ==", "url"=>{"shorturl"=>"www.nav.com/tRUB"}, "commit"=>"Search"}
Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/tRUB"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:65

Redirected to localhost:3000/urls/7 Completed 302 Found in 11ms (ActiveRecord: 1.0ms)

Started GET “/urls/7” for 127.0.0.1 at 2019-01-23 15:56:08 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"7"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:53
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 27ms (Views: 24.0ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 15:56:09 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.8ms)

Completed 200 OK in 56ms (Views: 51.8ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-23 16:05:06 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"FeXHshK2KFyQ9851hjzfTd1SZwrN3LcZbBysRvgOvk0ejwEqe8sk20cF7+VoR+Nqlrmn4vDA5/6YGg/394kVHg==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Search"}
Url Load (1.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:19

Redirected to localhost:3000/urls/4 Completed 302 Found in 26ms (ActiveRecord: 11.9ms)

Started GET “/urls/4” for 127.0.0.1 at 2019-01-23 16:05:06 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:54
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 31ms (Views: 28.2ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 16:05:08 +0530 Processing by UrlsController#new as HTML

Url Load (6.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:36

Completed 500 Internal Server Error in 14ms (ActiveRecord: 6.4ms)

NoMethodError (undefined method `each_char' for nil:NilClass):

app/helpers/urls_helper.rb:4:in `mdvalue' app/controllers/urls_controller.rb:41:in `create' app/controllers/urls_controller.rb:11:in `new' Started GET “/urls/4” for 127.0.0.1 at 2019-01-23 16:05:13 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:54
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.7ms)

Completed 200 OK in 37ms (Views: 33.7ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 17:35:56 +0530 Processing by UrlsController#new as HTML Redirected to localhost:3000/user/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-23 17:35:56 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.6ms)

Completed 200 OK in 65ms (Views: 46.4ms | ActiveRecord: 7.5ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-23 17:35:57 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"rb6WJxMojLaC8Wk1BK2bYDWM+i+IQgHYkA40yA1lWZQkyd8JfEr02ODKR/vyEyiQXg3Wtqy87scwqXQlpm1GSQ==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (3.2ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 6ms (ActiveRecord: 3.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 17:35:57 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.9ms)

Completed 200 OK in 51ms (Views: 31.6ms | ActiveRecord: 5.8ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-23 17:36:15 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"H1tgxsMkkEO+myhr2YWFjQlpQ4T6CrbSC3T5ivnVCPrV76/8LT4Llw4c24kWbZxAOsbxZ0t/3fMrhkFJDFigVA==", "url"=>{"longurl"=>"https://guides.rubyonrails.org/active_record_callbacks.html", "domain"=>"guides.rubyonrails.org"}, "commit"=>"Search"}
Url Load (1.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://guides.rubyonrails.org/active_record_callbacks.html"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:19
Url Create (33.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://guides.rubyonrails.org/active_record_callbacks.html"], ["shorturl", "www.nav.com/LotE"], ["domain", "guides.rubyonrails.org"], ["mdsum", 5909], ["created_at", "2019-01-23 12:06:15.022720"], ["updated_at", "2019-01-23 12:06:15.022720"]]
↳ app/controllers/urls_controller.rb:19
 (6.7ms)  COMMIT
↳ app/controllers/urls_controller.rb:19

Redirected to localhost:3000/urls/122 Completed 302 Found in 54ms (ActiveRecord: 42.0ms)

Started GET “/urls/122” for 127.0.0.1 at 2019-01-23 17:36:15 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"122"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 122], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 35ms (Views: 32.2ms | ActiveRecord: 0.3ms)

Urlreport Load (1.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-23"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.3ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.9ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 12], ["id", 1]]
↳ app/workers/convert_worker.rb:12
 (0.7ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 17:36:16 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.8ms)

Completed 200 OK in 48ms (Views: 46.4ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-23 17:36:24 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"zR4u9Z0o2v1hR96686Mphi+y/nSYTsj1anf4G7yA+4PGdOht9FXWera1/yod2BWhZFk+nKVSmBKecVuqswdQ0A==", "url"=>{"longurl"=>"https://guides.rubyonrails.org/active_record_callbacks.html", "domain"=>"guides.rubyonrails.org"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://guides.rubyonrails.org/active_record_callbacks.html"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12

Redirected to localhost:3000/urls/122 Completed 302 Found in 3ms (ActiveRecord: 0.5ms)

Started GET “/urls/122” for 127.0.0.1 at 2019-01-23 17:36:24 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"122"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 122], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 32ms (Views: 28.8ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 17:36:28 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.0ms)

Completed 200 OK in 55ms (Views: 50.7ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-23 17:36:32 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"zeT5bwkFV7INY87ibsBu77hzCZ8jmCHkD3OSub785ki5FL9KkMD+bA9h0iKNK5fLJBGRHX8mvX5bnr8JcZJbBA==", "url"=>{"shorturl"=>"www.nav.com/LotE"}, "commit"=>"Search"}
Url Load (1.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/LotE"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:44

Redirected to localhost:3000/urls/122 Completed 302 Found in 8ms (ActiveRecord: 1.2ms)

Started GET “/urls/122” for 127.0.0.1 at 2019-01-23 17:36:32 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"122"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 122], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 30ms (Views: 26.4ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 17:36:34 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.1ms)

Completed 200 OK in 70ms (Views: 65.5ms | ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-23 17:36:35 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (3.0ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (17.3ms)

Completed 200 OK in 47ms (Views: 33.9ms | ActiveRecord: 9.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 17:44:46 +0530

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:59: syntax error, unexpected ':', expecting =>

render :json => {'status' : 'new_created', 'shorturl' : ...
                          ^

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:59: syntax error, unexpected ',', expecting end …n => {'status' : 'new_created', 'shorturl' : '#{@url.shortur… … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:59: syntax error, unexpected ':', expecting end …' : 'new_created', 'shorturl' : '#{@url.shorturl}'} … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:59: syntax error, unexpected '}', expecting end …shorturl' : '#{@url.shorturl}'} … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:65: syntax error, unexpected ':', expecting =>

render :json => {'status' : 'new_created', 'shorturl' : ...
                          ^

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:65: syntax error, unexpected ',', expecting end …n => {'status' : 'new_created', 'shorturl' : '#{@url.shortur… … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:65: syntax error, unexpected ':', expecting end …' : 'new_created', 'shorturl' : '#{@url.shorturl}'} … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:65: syntax error, unexpected '}', expecting end …shorturl' : '#{@url.shorturl}'} … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:79: syntax error, unexpected ':', expecting =>

render :json => {'status' : 'ok' 'shorturl' : '#{@url.sh...
                          ^

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:79: syntax error, unexpected ':', expecting end …> {'status' : 'ok' 'shorturl' : '#{@url.shorturl}'} … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:79: syntax error, unexpected '}', expecting end …shorturl' : '#{@url.shorturl}'} … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:81: syntax error, unexpected ':', expecting =>

render :json => {'status' : 'Not a valid url'}
                          ^

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:81: syntax error, unexpected '}', expecting end … {'status' : 'Not a valid url'} … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:93: syntax error, unexpected end-of-input, expecting end):

app/controllers/urls_controller.rb:59: syntax error, unexpected ':', expecting => app/controllers/urls_controller.rb:59: syntax error, unexpected ',', expecting end app/controllers/urls_controller.rb:59: syntax error, unexpected ':', expecting end app/controllers/urls_controller.rb:59: syntax error, unexpected '}', expecting end app/controllers/urls_controller.rb:65: syntax error, unexpected ':', expecting => app/controllers/urls_controller.rb:65: syntax error, unexpected ',', expecting end app/controllers/urls_controller.rb:65: syntax error, unexpected ':', expecting end app/controllers/urls_controller.rb:65: syntax error, unexpected '}', expecting end app/controllers/urls_controller.rb:79: syntax error, unexpected ':', expecting => app/controllers/urls_controller.rb:79: syntax error, unexpected ':', expecting end app/controllers/urls_controller.rb:79: syntax error, unexpected '}', expecting end app/controllers/urls_controller.rb:81: syntax error, unexpected ':', expecting => app/controllers/urls_controller.rb:81: syntax error, unexpected '}', expecting end app/controllers/urls_controller.rb:93: syntax error, unexpected end-of-input, expecting end Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 17:46:23 +0530

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:59: syntax error, unexpected ':', expecting =>

render :json => ({'status' : 'new_created', 'shorturl' : ...
                           ^

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:59: syntax error, unexpected ',', expecting ')' … => ({'status' : 'new_created', 'shorturl' : '#{@url.shortur… … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:59: syntax error, unexpected ':', expecting ')' …' : 'new_created', 'shorturl' : '#{@url.shorturl}'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:59: syntax error, unexpected '}', expecting ')' …shorturl' : '#{@url.shorturl}'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:65: syntax error, unexpected ':', expecting => … render :json => ({'status' : 'new_created', 'shorturl' : … … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:65: syntax error, unexpected ',', expecting ')' … => ({'status' : 'new_created', 'shorturl' : '#{@url.shortur… … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:65: syntax error, unexpected ':', expecting ')' …' : 'new_created', 'shorturl' : '#{@url.shorturl}'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:65: syntax error, unexpected '}', expecting ')' …shorturl' : '#{@url.shorturl}'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:67: syntax error, unexpected ':', expecting => … render :json => ({'status' : 'error occured'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:67: syntax error, unexpected '}', expecting ')' …> ({'status' : 'error occured'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:79: syntax error, unexpected ':', expecting =>

render :json => ({'status' : 'ok' 'shorturl' : '#{@url.sh...
                           ^

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:79: syntax error, unexpected ':', expecting ')' … ({'status' : 'ok' 'shorturl' : '#{@url.shorturl}'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:79: syntax error, unexpected '}', expecting ')' …shorturl' : '#{@url.shorturl}'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:81: syntax error, unexpected ':', expecting =>

render :json => ({'status' : 'Not a valid url'})
                           ^

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:81: syntax error, unexpected '}', expecting ')' …({'status' : 'Not a valid url'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:93: syntax error, unexpected end, expecting ')'):

app/controllers/urls_controller.rb:59: syntax error, unexpected ':', expecting => app/controllers/urls_controller.rb:59: syntax error, unexpected ',', expecting ')' app/controllers/urls_controller.rb:59: syntax error, unexpected ':', expecting ')' app/controllers/urls_controller.rb:59: syntax error, unexpected '}', expecting ')' app/controllers/urls_controller.rb:65: syntax error, unexpected ':', expecting => app/controllers/urls_controller.rb:65: syntax error, unexpected ',', expecting ')' app/controllers/urls_controller.rb:65: syntax error, unexpected ':', expecting ')' app/controllers/urls_controller.rb:65: syntax error, unexpected '}', expecting ')' app/controllers/urls_controller.rb:67: syntax error, unexpected ':', expecting => app/controllers/urls_controller.rb:67: syntax error, unexpected '}', expecting ')' app/controllers/urls_controller.rb:79: syntax error, unexpected ':', expecting => app/controllers/urls_controller.rb:79: syntax error, unexpected ':', expecting ')' app/controllers/urls_controller.rb:79: syntax error, unexpected '}', expecting ')' app/controllers/urls_controller.rb:81: syntax error, unexpected ':', expecting => app/controllers/urls_controller.rb:81: syntax error, unexpected '}', expecting ')' app/controllers/urls_controller.rb:93: syntax error, unexpected end, expecting ')' Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 17:46:52 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.8ms)

Completed 200 OK in 50ms (Views: 29.3ms | ActiveRecord: 9.6ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-23 17:46:57 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.7ms)

Completed 200 OK in 50ms (Views: 25.4ms | ActiveRecord: 9.7ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-23 17:48:28 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"X6nHkfjIqkh3DJ7xKq271V3lph4wW3oT6YzDV7gdyZ/W3o6/l6rSJhU3sD/cEwglNmSKhxSllQxJK4O6ExXWQg==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.2ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 26ms (ActiveRecord: 8.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 17:48:28 +0530

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:59: syntax error, unexpected ':', expecting =>

render :json => ({'status' : 'ok', 'shorturl' : '#{@url.s...
                           ^

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:59: syntax error, unexpected ',', expecting ')' …der :json => ({'status' : 'ok', 'shorturl' : '#{@url.shortur… … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:59: syntax error, unexpected ':', expecting ')' …({'status' : 'ok', 'shorturl' : '#{@url.shorturl}'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:59: syntax error, unexpected '}', expecting ')' …shorturl' : '#{@url.shorturl}'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:65: syntax error, unexpected =>

render json: => ({'status' : 'new_created', ...
             ^~

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:65: syntax error, unexpected ':', expecting => … render json: => ({'status' : 'new_created', 'shorturl' : … … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:65: syntax error, unexpected ',', expecting ')' … => ({'status' : 'new_created', 'shorturl' : '#{@url.shortur… … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:65: syntax error, unexpected ':', expecting ')' …' : 'new_created', 'shorturl' : '#{@url.shorturl}'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:65: syntax error, unexpected '}', expecting ')' …shorturl' : '#{@url.shorturl}'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:67: syntax error, unexpected ':', expecting => … render json: => ({'status' : 'error occured'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:67: syntax error, unexpected '}', expecting ')' …> ({'status' : 'error occured'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:79: syntax error, unexpected =>

render json: => ({'status' : 'ok' 'shorturl'...
             ^~

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:79: syntax error, unexpected ':', expecting =>

render json: => ({'status' : 'ok' 'shorturl' : '#{@url.sh...
                           ^

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:79: syntax error, unexpected ':', expecting ')' … ({'status' : 'ok' 'shorturl' : '#{@url.shorturl}'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:79: syntax error, unexpected '}', expecting ')' …shorturl' : '#{@url.shorturl}'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:81: syntax error, unexpected ':', expecting =>

render json: => ({'status' : 'Not a valid url'})
                           ^

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:81: syntax error, unexpected '}', expecting ')' …({'status' : 'Not a valid url'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:93: syntax error, unexpected end, expecting ')'):

app/controllers/urls_controller.rb:59: syntax error, unexpected ':', expecting => app/controllers/urls_controller.rb:59: syntax error, unexpected ',', expecting ')' app/controllers/urls_controller.rb:59: syntax error, unexpected ':', expecting ')' app/controllers/urls_controller.rb:59: syntax error, unexpected '}', expecting ')' app/controllers/urls_controller.rb:65: syntax error, unexpected => app/controllers/urls_controller.rb:65: syntax error, unexpected ':', expecting => app/controllers/urls_controller.rb:65: syntax error, unexpected ',', expecting ')' app/controllers/urls_controller.rb:65: syntax error, unexpected ':', expecting ')' app/controllers/urls_controller.rb:65: syntax error, unexpected '}', expecting ')' app/controllers/urls_controller.rb:67: syntax error, unexpected ':', expecting => app/controllers/urls_controller.rb:67: syntax error, unexpected '}', expecting ')' app/controllers/urls_controller.rb:79: syntax error, unexpected => app/controllers/urls_controller.rb:79: syntax error, unexpected ':', expecting => app/controllers/urls_controller.rb:79: syntax error, unexpected ':', expecting ')' app/controllers/urls_controller.rb:79: syntax error, unexpected '}', expecting ')' app/controllers/urls_controller.rb:81: syntax error, unexpected ':', expecting => app/controllers/urls_controller.rb:81: syntax error, unexpected '}', expecting ')' app/controllers/urls_controller.rb:93: syntax error, unexpected end, expecting ')' Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 17:48:46 +0530

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:59: syntax error, unexpected =>

render json: => ({'status' : 'ok', 'shorturl...
             ^~

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:59: syntax error, unexpected ':', expecting =>

render json: => ({'status' : 'ok', 'shorturl' : '#{@url.s...
                           ^

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:59: syntax error, unexpected ',', expecting ')' …der json: => ({'status' : 'ok', 'shorturl' : '#{@url.shortur… … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:59: syntax error, unexpected ':', expecting ')' …({'status' : 'ok', 'shorturl' : '#{@url.shorturl}'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:59: syntax error, unexpected '}', expecting ')' …shorturl' : '#{@url.shorturl}'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:65: syntax error, unexpected =>

render json: => ({'status' : 'new_created', ...
             ^~

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:65: syntax error, unexpected ':', expecting => … render json: => ({'status' : 'new_created', 'shorturl' : … … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:65: syntax error, unexpected ',', expecting ')' … => ({'status' : 'new_created', 'shorturl' : '#{@url.shortur… … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:65: syntax error, unexpected ':', expecting ')' …' : 'new_created', 'shorturl' : '#{@url.shorturl}'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:65: syntax error, unexpected '}', expecting ')' …shorturl' : '#{@url.shorturl}'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:67: syntax error, unexpected ':', expecting => … render json: => ({'status' : 'error occured'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:67: syntax error, unexpected '}', expecting ')' …> ({'status' : 'error occured'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:79: syntax error, unexpected =>

render json: => ({'status' : 'ok' 'shorturl'...
             ^~

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:79: syntax error, unexpected ':', expecting =>

render json: => ({'status' : 'ok' 'shorturl' : '#{@url.sh...
                           ^

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:79: syntax error, unexpected ':', expecting ')' … ({'status' : 'ok' 'shorturl' : '#{@url.shorturl}'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:79: syntax error, unexpected '}', expecting ')' …shorturl' : '#{@url.shorturl}'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:81: syntax error, unexpected ':', expecting =>

render json: => ({'status' : 'Not a valid url'})
                           ^

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:81: syntax error, unexpected '}', expecting ')' …({'status' : 'Not a valid url'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:93: syntax error, unexpected end, expecting ')'):

app/controllers/urls_controller.rb:59: syntax error, unexpected => app/controllers/urls_controller.rb:59: syntax error, unexpected ':', expecting => app/controllers/urls_controller.rb:59: syntax error, unexpected ',', expecting ')' app/controllers/urls_controller.rb:59: syntax error, unexpected ':', expecting ')' app/controllers/urls_controller.rb:59: syntax error, unexpected '}', expecting ')' app/controllers/urls_controller.rb:65: syntax error, unexpected => app/controllers/urls_controller.rb:65: syntax error, unexpected ':', expecting => app/controllers/urls_controller.rb:65: syntax error, unexpected ',', expecting ')' app/controllers/urls_controller.rb:65: syntax error, unexpected ':', expecting ')' app/controllers/urls_controller.rb:65: syntax error, unexpected '}', expecting ')' app/controllers/urls_controller.rb:67: syntax error, unexpected ':', expecting => app/controllers/urls_controller.rb:67: syntax error, unexpected '}', expecting ')' app/controllers/urls_controller.rb:79: syntax error, unexpected => app/controllers/urls_controller.rb:79: syntax error, unexpected ':', expecting => app/controllers/urls_controller.rb:79: syntax error, unexpected ':', expecting ')' app/controllers/urls_controller.rb:79: syntax error, unexpected '}', expecting ')' app/controllers/urls_controller.rb:81: syntax error, unexpected ':', expecting => app/controllers/urls_controller.rb:81: syntax error, unexpected '}', expecting ')' app/controllers/urls_controller.rb:93: syntax error, unexpected end, expecting ')' Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 17:49:41 +0530

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:59: syntax error, unexpected =>

render json: => {'status' => 'ok', 'shorturl...
             ^~

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:65: syntax error, unexpected =>

render json: => ({'status' : 'new_created', ...
             ^~

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:65: syntax error, unexpected ':', expecting => … render json: => ({'status' : 'new_created', 'shorturl' : … … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:65: syntax error, unexpected ',', expecting ')' … => ({'status' : 'new_created', 'shorturl' : '#{@url.shortur… … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:65: syntax error, unexpected ':', expecting ')' …' : 'new_created', 'shorturl' : '#{@url.shorturl}'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:65: syntax error, unexpected '}', expecting ')' …shorturl' : '#{@url.shorturl}'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:67: syntax error, unexpected ':', expecting => … render json: => ({'status' : 'error occured'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:67: syntax error, unexpected '}', expecting ')' …> ({'status' : 'error occured'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:79: syntax error, unexpected =>

render json: => ({'status' : 'ok' 'shorturl'...
             ^~

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:79: syntax error, unexpected ':', expecting =>

render json: => ({'status' : 'ok' 'shorturl' : '#{@url.sh...
                           ^

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:79: syntax error, unexpected ':', expecting ')' … ({'status' : 'ok' 'shorturl' : '#{@url.shorturl}'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:79: syntax error, unexpected '}', expecting ')' …shorturl' : '#{@url.shorturl}'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:81: syntax error, unexpected ':', expecting =>

render json: => ({'status' : 'Not a valid url'})
                           ^

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:81: syntax error, unexpected '}', expecting ')' …({'status' : 'Not a valid url'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:93: syntax error, unexpected end, expecting ')'):

app/controllers/urls_controller.rb:59: syntax error, unexpected => app/controllers/urls_controller.rb:65: syntax error, unexpected => app/controllers/urls_controller.rb:65: syntax error, unexpected ':', expecting => app/controllers/urls_controller.rb:65: syntax error, unexpected ',', expecting ')' app/controllers/urls_controller.rb:65: syntax error, unexpected ':', expecting ')' app/controllers/urls_controller.rb:65: syntax error, unexpected '}', expecting ')' app/controllers/urls_controller.rb:67: syntax error, unexpected ':', expecting => app/controllers/urls_controller.rb:67: syntax error, unexpected '}', expecting ')' app/controllers/urls_controller.rb:79: syntax error, unexpected => app/controllers/urls_controller.rb:79: syntax error, unexpected ':', expecting => app/controllers/urls_controller.rb:79: syntax error, unexpected ':', expecting ')' app/controllers/urls_controller.rb:79: syntax error, unexpected '}', expecting ')' app/controllers/urls_controller.rb:81: syntax error, unexpected ':', expecting => app/controllers/urls_controller.rb:81: syntax error, unexpected '}', expecting ')' app/controllers/urls_controller.rb:93: syntax error, unexpected end, expecting ')' Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 17:50:07 +0530

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:59: syntax error, unexpected =>

render json:=>{'status'=>'ok', 'shorturl'=>...
            ^~

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:65: syntax error, unexpected =>

render json: => ({'status' : 'new_created', ...
             ^~

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:65: syntax error, unexpected ':', expecting => … render json: => ({'status' : 'new_created', 'shorturl' : … … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:65: syntax error, unexpected ',', expecting ')' … => ({'status' : 'new_created', 'shorturl' : '#{@url.shortur… … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:65: syntax error, unexpected ':', expecting ')' …' : 'new_created', 'shorturl' : '#{@url.shorturl}'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:65: syntax error, unexpected '}', expecting ')' …shorturl' : '#{@url.shorturl}'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:67: syntax error, unexpected ':', expecting => … render json: => ({'status' : 'error occured'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:67: syntax error, unexpected '}', expecting ')' …> ({'status' : 'error occured'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:79: syntax error, unexpected =>

render json: => ({'status' : 'ok' 'shorturl'...
             ^~

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:79: syntax error, unexpected ':', expecting =>

render json: => ({'status' : 'ok' 'shorturl' : '#{@url.sh...
                           ^

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:79: syntax error, unexpected ':', expecting ')' … ({'status' : 'ok' 'shorturl' : '#{@url.shorturl}'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:79: syntax error, unexpected '}', expecting ')' …shorturl' : '#{@url.shorturl}'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:81: syntax error, unexpected ':', expecting =>

render json: => ({'status' : 'Not a valid url'})
                           ^

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:81: syntax error, unexpected '}', expecting ')' …({'status' : 'Not a valid url'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:93: syntax error, unexpected end, expecting ')'):

app/controllers/urls_controller.rb:59: syntax error, unexpected => app/controllers/urls_controller.rb:65: syntax error, unexpected => app/controllers/urls_controller.rb:65: syntax error, unexpected ':', expecting => app/controllers/urls_controller.rb:65: syntax error, unexpected ',', expecting ')' app/controllers/urls_controller.rb:65: syntax error, unexpected ':', expecting ')' app/controllers/urls_controller.rb:65: syntax error, unexpected '}', expecting ')' app/controllers/urls_controller.rb:67: syntax error, unexpected ':', expecting => app/controllers/urls_controller.rb:67: syntax error, unexpected '}', expecting ')' app/controllers/urls_controller.rb:79: syntax error, unexpected => app/controllers/urls_controller.rb:79: syntax error, unexpected ':', expecting => app/controllers/urls_controller.rb:79: syntax error, unexpected ':', expecting ')' app/controllers/urls_controller.rb:79: syntax error, unexpected '}', expecting ')' app/controllers/urls_controller.rb:81: syntax error, unexpected ':', expecting => app/controllers/urls_controller.rb:81: syntax error, unexpected '}', expecting ')' app/controllers/urls_controller.rb:93: syntax error, unexpected end, expecting ')' Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 17:50:14 +0530

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:65: syntax error, unexpected =>

render json: => ({'status' : 'new_created', ...
             ^~

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:65: syntax error, unexpected ':', expecting => … render json: => ({'status' : 'new_created', 'shorturl' : … … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:65: syntax error, unexpected ',', expecting ')' … => ({'status' : 'new_created', 'shorturl' : '#{@url.shortur… … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:65: syntax error, unexpected ':', expecting ')' …' : 'new_created', 'shorturl' : '#{@url.shorturl}'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:65: syntax error, unexpected '}', expecting ')' …shorturl' : '#{@url.shorturl}'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:67: syntax error, unexpected ':', expecting => … render json: => ({'status' : 'error occured'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:67: syntax error, unexpected '}', expecting ')' …> ({'status' : 'error occured'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:79: syntax error, unexpected =>

render json: => ({'status' : 'ok' 'shorturl'...
             ^~

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:79: syntax error, unexpected ':', expecting =>

render json: => ({'status' : 'ok' 'shorturl' : '#{@url.sh...
                           ^

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:79: syntax error, unexpected ':', expecting ')' … ({'status' : 'ok' 'shorturl' : '#{@url.shorturl}'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:79: syntax error, unexpected '}', expecting ')' …shorturl' : '#{@url.shorturl}'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:81: syntax error, unexpected ':', expecting =>

render json: => ({'status' : 'Not a valid url'})
                           ^

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:81: syntax error, unexpected '}', expecting ')' …({'status' : 'Not a valid url'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:93: syntax error, unexpected end, expecting ')'):

app/controllers/urls_controller.rb:65: syntax error, unexpected => app/controllers/urls_controller.rb:65: syntax error, unexpected ':', expecting => app/controllers/urls_controller.rb:65: syntax error, unexpected ',', expecting ')' app/controllers/urls_controller.rb:65: syntax error, unexpected ':', expecting ')' app/controllers/urls_controller.rb:65: syntax error, unexpected '}', expecting ')' app/controllers/urls_controller.rb:67: syntax error, unexpected ':', expecting => app/controllers/urls_controller.rb:67: syntax error, unexpected '}', expecting ')' app/controllers/urls_controller.rb:79: syntax error, unexpected => app/controllers/urls_controller.rb:79: syntax error, unexpected ':', expecting => app/controllers/urls_controller.rb:79: syntax error, unexpected ':', expecting ')' app/controllers/urls_controller.rb:79: syntax error, unexpected '}', expecting ')' app/controllers/urls_controller.rb:81: syntax error, unexpected ':', expecting => app/controllers/urls_controller.rb:81: syntax error, unexpected '}', expecting ')' app/controllers/urls_controller.rb:93: syntax error, unexpected end, expecting ')' Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 17:50:39 +0530

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:79: syntax error, unexpected =>

render json: => ({'status' : 'ok' 'shorturl'...
             ^~

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:79: syntax error, unexpected ':', expecting =>

render json: => ({'status' : 'ok' 'shorturl' : '#{@url.sh...
                           ^

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:79: syntax error, unexpected ':', expecting ')' … ({'status' : 'ok' 'shorturl' : '#{@url.shorturl}'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:79: syntax error, unexpected '}', expecting ')' …shorturl' : '#{@url.shorturl}'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:81: syntax error, unexpected ':', expecting =>

render json: => ({'status' : 'Not a valid url'})
                           ^

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:81: syntax error, unexpected '}', expecting ')' …({'status' : 'Not a valid url'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:93: syntax error, unexpected end, expecting ')'):

app/controllers/urls_controller.rb:79: syntax error, unexpected => app/controllers/urls_controller.rb:79: syntax error, unexpected ':', expecting => app/controllers/urls_controller.rb:79: syntax error, unexpected ':', expecting ')' app/controllers/urls_controller.rb:79: syntax error, unexpected '}', expecting ')' app/controllers/urls_controller.rb:81: syntax error, unexpected ':', expecting => app/controllers/urls_controller.rb:81: syntax error, unexpected '}', expecting ')' app/controllers/urls_controller.rb:93: syntax error, unexpected end, expecting ')' Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 17:51:20 +0530

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:79: syntax error, unexpected =>, expecting '}' … ({'status'=>'ok' 'shorturl'=>'#{@url.shorturl}'}) … ^~ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:79: syntax error, unexpected '}', expecting ')' …'shorturl'=>'#{@url.shorturl}'}) … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:82: syntax error, unexpected end, expecting ')'

end 
^~~

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:93: syntax error, unexpected end, expecting ')'):

app/controllers/urls_controller.rb:79: syntax error, unexpected =>, expecting '}' app/controllers/urls_controller.rb:79: syntax error, unexpected '}', expecting ')' app/controllers/urls_controller.rb:82: syntax error, unexpected end, expecting ')' app/controllers/urls_controller.rb:93: syntax error, unexpected end, expecting ')' Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 17:51:33 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.8ms)

Completed 200 OK in 53ms (Views: 34.9ms | ActiveRecord: 4.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 17:51:35 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 33ms (Views: 30.3ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 17:51:36 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (24.6ms)

Completed 200 OK in 49ms (Views: 46.9ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-23 17:51:42 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.7ms)

Completed 200 OK in 65ms (Views: 25.2ms | ActiveRecord: 21.3ms)

Started GET “/url/short?longurl=www.facebook.com&domain=facebook.com” for 127.0.0.1 at 2019-01-23 17:53:41 +0530

 (40.9ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UrlsController#short as /

Parameters: {"longurl"=>"www.facebook.com", "domain"=>"facebook.com"}
Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:57

Completed 200 OK in 38ms (Views: 1.1ms | ActiveRecord: 6.2ms)

Started GET “/url/short?longurl=www.facebook.com&domain=facebook.com” for 127.0.0.1 at 2019-01-23 17:54:11 +0530 Processing by UrlsController#short as /

Parameters: {"longurl"=>"www.facebook.com", "domain"=>"facebook.com"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:57

Completed 200 OK in 15ms (Views: 0.2ms | ActiveRecord: 4.6ms)

Started GET “/url/short?longurl=www.facebook.com&domain=facebook.com” for 127.0.0.1 at 2019-01-23 17:54:37 +0530 Processing by UrlsController#short as /

Parameters: {"longurl"=>"www.facebook.com", "domain"=>"facebook.com"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:57

Completed 200 OK in 32ms (Views: 0.2ms | ActiveRecord: 7.2ms)

Started GET “/url/short?longurl=www.facebook.com&domain=facebook.com” for 127.0.0.1 at 2019-01-23 17:56:18 +0530 Processing by UrlsController#short as /

Parameters: {"longurl"=>"www.facebook.com", "domain"=>"facebook.com"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:57

Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.7ms)

Started POST “/url/long” for 127.0.0.1 at 2019-01-23 17:57:06 +0530 Processing by UrlsController#long as / Can't verify CSRF token authenticity. Completed 422 Unprocessable Entity in 1ms (ActiveRecord: 0.0ms)

ActionController::InvalidAuthenticityToken (ActionController::InvalidAuthenticityToken):

actionpack (5.2.2) lib/action_controller/metal/request_forgery_protection.rb:211:in `handle_unverified_request' actionpack (5.2.2) lib/action_controller/metal/request_forgery_protection.rb:243:in `handle_unverified_request' actionpack (5.2.2) lib/action_controller/metal/request_forgery_protection.rb:238:in `verify_authenticity_token' activesupport (5.2.2) lib/active_support/callbacks.rb:426:in `block in make_lambda' activesupport (5.2.2) lib/active_support/callbacks.rb:198:in `block (2 levels) in halting' actionpack (5.2.2) lib/abstract_controller/callbacks.rb:34:in `block (2 levels) in <module:Callbacks>' activesupport (5.2.2) lib/active_support/callbacks.rb:199:in `block in halting' activesupport (5.2.2) lib/active_support/callbacks.rb:513:in `block in invoke_before' activesupport (5.2.2) lib/active_support/callbacks.rb:513:in `each' activesupport (5.2.2) lib/active_support/callbacks.rb:513:in `invoke_before' activesupport (5.2.2) lib/active_support/callbacks.rb:131:in `run_callbacks' actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:38:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-23 17:57:31 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.1ms)

Completed 200 OK in 364ms (Views: 362.0ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-23 17:57:34 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (6.1ms)

Completed 200 OK in 106ms (Views: 59.9ms | ActiveRecord: 7.8ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-23 17:57:35 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"EbVChmICr4V1f9f5GHTzR7DdQP/B39hYecrFjTBGEoqYwguoDWDX6xdE+TfuykC321xsZuUhN0fZbYVgm04NVw==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.3ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 9ms (ActiveRecord: 1.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 17:57:35 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.2ms)

Completed 200 OK in 51ms (Views: 46.3ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-23 17:57:52 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"3SghVaYBt/HC8KKYfHOOwVSgxcc21nI500gn48/T/+0XnO5vSBssJXJ3UXqzm5cMZw93JIejGRjzup8gOl5XQw==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Search"}
Url Load (1.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12

Redirected to localhost:3000/urls/4 Completed 302 Found in 6ms (ActiveRecord: 1.6ms)

Started GET “/urls/4” for 127.0.0.1 at 2019-01-23 17:57:52 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.3ms)

Completed 200 OK in 29ms (Views: 25.2ms | ActiveRecord: 0.4ms)

Started POST “/url/long?shorturl=www.nav.com/nXNA” for 127.0.0.1 at 2019-01-23 17:58:00 +0530 Processing by UrlsController#long as /

Parameters: {"shorturl"=>"www.nav.com/nXNA"}

Can't verify CSRF token authenticity. Completed 422 Unprocessable Entity in 1ms (ActiveRecord: 0.0ms)

ActionController::InvalidAuthenticityToken (ActionController::InvalidAuthenticityToken):

actionpack (5.2.2) lib/action_controller/metal/request_forgery_protection.rb:211:in `handle_unverified_request' actionpack (5.2.2) lib/action_controller/metal/request_forgery_protection.rb:243:in `handle_unverified_request' actionpack (5.2.2) lib/action_controller/metal/request_forgery_protection.rb:238:in `verify_authenticity_token' activesupport (5.2.2) lib/active_support/callbacks.rb:426:in `block in make_lambda' activesupport (5.2.2) lib/active_support/callbacks.rb:198:in `block (2 levels) in halting' actionpack (5.2.2) lib/abstract_controller/callbacks.rb:34:in `block (2 levels) in <module:Callbacks>' activesupport (5.2.2) lib/active_support/callbacks.rb:199:in `block in halting' activesupport (5.2.2) lib/active_support/callbacks.rb:513:in `block in invoke_before' activesupport (5.2.2) lib/active_support/callbacks.rb:513:in `each' activesupport (5.2.2) lib/active_support/callbacks.rb:513:in `invoke_before' activesupport (5.2.2) lib/active_support/callbacks.rb:131:in `run_callbacks' actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:38:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 17:58:57 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (6.8ms)

Completed 200 OK in 50ms (Views: 47.9ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-23 17:58:59 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.0ms)

Completed 200 OK in 53ms (Views: 51.6ms | ActiveRecord: 0.0ms)

Started POST “/url/long” for 127.0.0.1 at 2019-01-23 18:00:00 +0530 Error occurred while parsing request parameters. Contents:

{

"shorturl" : {
        "www.nav.com/nXNA"
}

}

ActionDispatch::Http::Parameters::ParseError (767: unexpected token at '{

"shorturl" : {
        "www.nav.com/nXNA"
}

} '):

actionpack (5.2.2) lib/action_dispatch/http/parameters.rb:117:in `rescue in parse_formatted_parameters' actionpack (5.2.2) lib/action_dispatch/http/parameters.rb:111:in `parse_formatted_parameters' actionpack (5.2.2) lib/action_dispatch/http/request.rb:381:in `block in POST' rack (2.0.6) lib/rack/request.rb:59:in `fetch' rack (2.0.6) lib/rack/request.rb:59:in `fetch_header' actionpack (5.2.2) lib/action_dispatch/http/request.rb:380:in `POST' actionpack (5.2.2) lib/action_dispatch/http/parameters.rb:55:in `parameters' actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:290:in `_wrapper_enabled?' actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:244:in `process_action' activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:38:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/url/long” for 127.0.0.1 at 2019-01-23 18:00:56 +0530 Error occurred while parsing request parameters. Contents:

{

"parameters" : {
        "shorturl" :    "www.nav.com/nXNA",
}

}

ActionDispatch::Http::Parameters::ParseError (767: unexpected token at '{

"parameters" : {
        "shorturl" :    "www.nav.com/nXNA",
}

} '):

actionpack (5.2.2) lib/action_dispatch/http/parameters.rb:117:in `rescue in parse_formatted_parameters' actionpack (5.2.2) lib/action_dispatch/http/parameters.rb:111:in `parse_formatted_parameters' actionpack (5.2.2) lib/action_dispatch/http/request.rb:381:in `block in POST' rack (2.0.6) lib/rack/request.rb:59:in `fetch' rack (2.0.6) lib/rack/request.rb:59:in `fetch_header' actionpack (5.2.2) lib/action_dispatch/http/request.rb:380:in `POST' actionpack (5.2.2) lib/action_dispatch/http/parameters.rb:55:in `parameters' actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:290:in `_wrapper_enabled?' actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:244:in `process_action' activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:38:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/url/long” for 127.0.0.1 at 2019-01-23 18:01:11 +0530 Processing by UrlsController#long as /

Parameters: {"parameters"=>{"shorturl"=>"www.nav.com/nXNA"}, "url"=>{}}

Can't verify CSRF token authenticity. Completed 422 Unprocessable Entity in 1ms (ActiveRecord: 0.0ms)

ActionController::InvalidAuthenticityToken (ActionController::InvalidAuthenticityToken):

actionpack (5.2.2) lib/action_controller/metal/request_forgery_protection.rb:211:in `handle_unverified_request' actionpack (5.2.2) lib/action_controller/metal/request_forgery_protection.rb:243:in `handle_unverified_request' actionpack (5.2.2) lib/action_controller/metal/request_forgery_protection.rb:238:in `verify_authenticity_token' activesupport (5.2.2) lib/active_support/callbacks.rb:426:in `block in make_lambda' activesupport (5.2.2) lib/active_support/callbacks.rb:198:in `block (2 levels) in halting' actionpack (5.2.2) lib/abstract_controller/callbacks.rb:34:in `block (2 levels) in <module:Callbacks>' activesupport (5.2.2) lib/active_support/callbacks.rb:199:in `block in halting' activesupport (5.2.2) lib/active_support/callbacks.rb:513:in `block in invoke_before' activesupport (5.2.2) lib/active_support/callbacks.rb:513:in `each' activesupport (5.2.2) lib/active_support/callbacks.rb:513:in `invoke_before' activesupport (5.2.2) lib/active_support/callbacks.rb:131:in `run_callbacks' actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:38:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/url/long” for 127.0.0.1 at 2019-01-23 18:01:14 +0530 Processing by UrlsController#long as /

Parameters: {"parameters"=>{"shorturl"=>"www.nav.com/nXNA"}, "url"=>{}}

Can't verify CSRF token authenticity. Completed 422 Unprocessable Entity in 1ms (ActiveRecord: 0.0ms)

ActionController::InvalidAuthenticityToken (ActionController::InvalidAuthenticityToken):

actionpack (5.2.2) lib/action_controller/metal/request_forgery_protection.rb:211:in `handle_unverified_request' actionpack (5.2.2) lib/action_controller/metal/request_forgery_protection.rb:243:in `handle_unverified_request' actionpack (5.2.2) lib/action_controller/metal/request_forgery_protection.rb:238:in `verify_authenticity_token' activesupport (5.2.2) lib/active_support/callbacks.rb:426:in `block in make_lambda' activesupport (5.2.2) lib/active_support/callbacks.rb:198:in `block (2 levels) in halting' actionpack (5.2.2) lib/abstract_controller/callbacks.rb:34:in `block (2 levels) in <module:Callbacks>' activesupport (5.2.2) lib/active_support/callbacks.rb:199:in `block in halting' activesupport (5.2.2) lib/active_support/callbacks.rb:513:in `block in invoke_before' activesupport (5.2.2) lib/active_support/callbacks.rb:513:in `each' activesupport (5.2.2) lib/active_support/callbacks.rb:513:in `invoke_before' activesupport (5.2.2) lib/active_support/callbacks.rb:131:in `run_callbacks' actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:38:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/url/long” for 127.0.0.1 at 2019-01-23 18:04:24 +0530 Processing by UrlsController#long as /

Parameters: {"shorturl"=>"www.nav.com/nXNA", "url"=>{"shorturl"=>"www.nav.com/nXNA"}}

Can't verify CSRF token authenticity. Completed 422 Unprocessable Entity in 1ms (ActiveRecord: 2.4ms)

ActionController::InvalidAuthenticityToken (ActionController::InvalidAuthenticityToken):

actionpack (5.2.2) lib/action_controller/metal/request_forgery_protection.rb:211:in `handle_unverified_request' actionpack (5.2.2) lib/action_controller/metal/request_forgery_protection.rb:243:in `handle_unverified_request' actionpack (5.2.2) lib/action_controller/metal/request_forgery_protection.rb:238:in `verify_authenticity_token' activesupport (5.2.2) lib/active_support/callbacks.rb:426:in `block in make_lambda' activesupport (5.2.2) lib/active_support/callbacks.rb:198:in `block (2 levels) in halting' actionpack (5.2.2) lib/abstract_controller/callbacks.rb:34:in `block (2 levels) in <module:Callbacks>' activesupport (5.2.2) lib/active_support/callbacks.rb:199:in `block in halting' activesupport (5.2.2) lib/active_support/callbacks.rb:513:in `block in invoke_before' activesupport (5.2.2) lib/active_support/callbacks.rb:513:in `each' activesupport (5.2.2) lib/active_support/callbacks.rb:513:in `invoke_before' activesupport (5.2.2) lib/active_support/callbacks.rb:131:in `run_callbacks' actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:38:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/url/long” for 127.0.0.1 at 2019-01-23 18:05:20 +0530 Processing by UrlsController#long as /

Parameters: {"shorturl"=>"www.nav.com/nXNA", "url"=>{"shorturl"=>"www.nav.com/nXNA"}}

Can't verify CSRF token authenticity. Completed 422 Unprocessable Entity in 1ms (ActiveRecord: 2.2ms)

ActionController::InvalidAuthenticityToken (ActionController::InvalidAuthenticityToken):

actionpack (5.2.2) lib/action_controller/metal/request_forgery_protection.rb:211:in `handle_unverified_request' actionpack (5.2.2) lib/action_controller/metal/request_forgery_protection.rb:243:in `handle_unverified_request' actionpack (5.2.2) lib/action_controller/metal/request_forgery_protection.rb:238:in `verify_authenticity_token' activesupport (5.2.2) lib/active_support/callbacks.rb:426:in `block in make_lambda' activesupport (5.2.2) lib/active_support/callbacks.rb:198:in `block (2 levels) in halting' actionpack (5.2.2) lib/abstract_controller/callbacks.rb:34:in `block (2 levels) in <module:Callbacks>' activesupport (5.2.2) lib/active_support/callbacks.rb:199:in `block in halting' activesupport (5.2.2) lib/active_support/callbacks.rb:513:in `block in invoke_before' activesupport (5.2.2) lib/active_support/callbacks.rb:513:in `each' activesupport (5.2.2) lib/active_support/callbacks.rb:513:in `invoke_before' activesupport (5.2.2) lib/active_support/callbacks.rb:131:in `run_callbacks' actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:38:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/users/login” for 127.0.0.1 at 2019-01-23 18:13:41 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"f71UbYEQpggn/fB7U2+fk1wQMpU95r8FX6LmyQqF41j2yh1D7nLeZkXG3rWl0SxjN5EeDBkYUBr/BaYkoY38hQ==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.3ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 25826ms (ActiveRecord: 8.1ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-23 18:14:07 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 50ms (Views: 31.1ms | ActiveRecord: 4.0ms)

Started GET “/url/long?shorturl=www.nav.com/tRUB” for 127.0.0.1 at 2019-01-23 18:14:29 +0530 Processing by UrlsController#long as /

Parameters: {"shorturl"=>"www.nav.com/tRUB"}
Url Load (5.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/tRUB"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:76

Completed 200 OK in 18ms (Views: 0.2ms | ActiveRecord: 5.4ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-23 18:14:35 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"RKCZQ4WIpI6tn+XqbC6kgYBAIVXaFRfEoLfzekasCEyOFFZ5a5I/Wh0YFgijxr1Ms++TtmtgfOWARUu5syGg4g==", "url"=>{"shorturl"=>"www.nav.com/tRUB"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/7 Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/urls/7” for 127.0.0.1 at 2019-01-23 18:14:35 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"7"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 106ms (Views: 102.5ms | ActiveRecord: 0.4ms)

Started POST “/url/short” for 127.0.0.1 at 2019-01-23 18:16:47 +0530 Processing by UrlsController#short as /

Parameters: {"longurl"=>"www.facebook.com/users", "domain"=>"facebook.com", "url"=>{"longurl"=>"www.facebook.com/users", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (2.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com/users"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:57

Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 2.2ms)

Started POST “/url/short” for 127.0.0.1 at 2019-01-23 18:17:54 +0530

 (1.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UrlsController#short as /

Parameters: {"longurl"=>"www.facebook.com/users", "domain"=>"facebook.com", "url"=>{"longurl"=>"www.facebook.com/users", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com/users"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:57

Completed 200 OK in 34ms (Views: 0.5ms | ActiveRecord: 7.2ms)

Started GET “/” for 127.0.0.1 at 2019-01-24 10:08:35 +0530

 (61.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (15.1ms)

Completed 200 OK in 496ms (Views: 488.1ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-24 10:08:39 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (60.1ms)

Completed 200 OK in 254ms (Views: 86.8ms | ActiveRecord: 84.2ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-24 10:08:41 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"fuV+M0wUNYVZYnG0Q+tH60VehTEU9HCO+R/ZNHYvYQXisSs/0ZVOIlXsZGeceXc/JlJg6Ps6pS0EOWwdmtevBw==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (441.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 480ms (ActiveRecord: 441.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 10:08:42 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.9ms)

Completed 200 OK in 172ms (Views: 29.9ms | ActiveRecord: 4.5ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 10:09:12 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"9m6K7kRqjLz/X4tVtxV4KJpj8237LK0hRmqNphuZj/s5Gs5uxb5WN+YHl/nQmRaRR86xlxc8YN744/cjNHkE1w==", "url"=>{"longurl"=>"https://www.facebook.com/instantgames/1072612402873309/?ref=bookmarks&count=0&fb_bmpos=_0&source=www_app_bookmark", "domain"=>"facebook.com"}, "commit"=>"Search"}
Url Load (121.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.facebook.com/instantgames/1072612402873309/?ref=bookmarks&count=0&fb_bmpos=_0&source=www_app_bookmark"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:19
Url Create (141.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://www.facebook.com/instantgames/1072612402873309/?ref=bookmarks&count=0&fb_bmpos=_0&source=www_app_bookmark"], ["shorturl", "www.nav.com/nQ6JA"], ["domain", "facebook.com"], ["mdsum", 10237], ["created_at", "2019-01-24 04:39:12.376645"], ["updated_at", "2019-01-24 04:39:12.376645"]]
↳ app/controllers/urls_controller.rb:19
Urlreport Load (39.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (613.8ms)  COMMIT
↳ app/controllers/urls_controller.rb:19

Redirected to localhost:3000/urls/123 Completed 302 Found in 960ms (ActiveRecord: 876.8ms)

Started GET “/urls/123” for 127.0.0.1 at 2019-01-24 10:09:13 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"123"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 123], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 52ms (Views: 26.0ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 10:09:25 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.8ms)

Completed 200 OK in 44ms (Views: 41.6ms | ActiveRecord: 0.0ms)

Urlreport Load (0.9ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5

Started GET “/sidekiq” for 127.0.0.1 at 2019-01-24 10:09:56 +0530 Started GET “/sidekiq/stylesheets/bootstrap.css” for 127.0.0.1 at 2019-01-24 10:09:56 +0530 Started GET “/sidekiq/javascripts/application.js” for 127.0.0.1 at 2019-01-24 10:09:56 +0530 Started GET “/sidekiq/javascripts/dashboard.js” for 127.0.0.1 at 2019-01-24 10:09:56 +0530 Started GET “/sidekiq/stylesheets/application.css” for 127.0.0.1 at 2019-01-24 10:09:56 +0530 Started GET “/sidekiq/images/status.png” for 127.0.0.1 at 2019-01-24 10:09:56 +0530 Started GET “/sidekiq/retries” for 127.0.0.1 at 2019-01-24 10:09:59 +0530 Started GET “/sidekiq/retries/1548304829.73001-235800392064de6c56122939” for 127.0.0.1 at 2019-01-24 10:10:10 +0530

Urlreport Load (0.6ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 10:10:31 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.9ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (23.4ms)

Completed 200 OK in 66ms (Views: 41.5ms | ActiveRecord: 15.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 10:10:36 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.4ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (2.5ms)

Completed 200 OK in 40ms (Views: 36.9ms | ActiveRecord: 0.4ms)

Started GET “/sidekiq/retries” for 127.0.0.1 at 2019-01-24 10:10:55 +0530 Started GET “/sidekiq/retries” for 127.0.0.1 at 2019-01-24 10:10:57 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-24 10:10:57 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 10:11:43 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.7ms)

Completed 200 OK in 86ms (Views: 34.9ms | ActiveRecord: 38.0ms)

Urlreport Load (0.3ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5

Started POST “/urls” for 127.0.0.1 at 2019-01-24 10:12:06 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"aJ4v6kilg6bAFiAmPwnuVAS2KB3MpPkTxl1cu6rbDUlY2dkZet36kmppLYjgl+n34TANTDKg6RUTnzJkj6JtLw==", "url"=>{"longurl"=>"https://www.netflix.com/in/Login?nextpage=https%3A%2F%2Fwww.netflix.com%2Fbrowse", "domain"=>"netflix.com"}, "commit"=>"Search"}
Url Load (4.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.netflix.com/in/Login?nextpage=https%3A%2F%2Fwww.netflix.com%2Fbrowse"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:19
Url Create (1.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://www.netflix.com/in/Login?nextpage=https%3A%2F%2Fwww.netflix.com%2Fbrowse"], ["shorturl", "www.nav.com/iDGG"], ["domain", "netflix.com"], ["mdsum", 7418], ["created_at", "2019-01-24 04:42:06.086657"], ["updated_at", "2019-01-24 04:42:06.086657"]]
↳ app/controllers/urls_controller.rb:19
 (0.8ms)  COMMIT
↳ app/controllers/urls_controller.rb:19

Redirected to localhost:3000/urls/124 Completed 302 Found in 18ms (ActiveRecord: 6.7ms)

Started GET “/urls/124” for 127.0.0.1 at 2019-01-24 10:12:06 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"124"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 124], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 26ms (Views: 23.1ms | ActiveRecord: 0.4ms)

Urlreport Load (0.9ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5

Started GET “/sidekiq/retries” for 127.0.0.1 at 2019-01-24 10:12:33 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-24 10:12:33 +0530

Urlreport Load (0.7ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5

Started GET “/sidekiq/retries” for 127.0.0.1 at 2019-01-24 10:13:08 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-24 10:13:08 +0530 Started GET “/sidekiq/retries” for 127.0.0.1 at 2019-01-24 10:13:10 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-24 10:13:10 +0530 Started GET “/sidekiq/busy” for 127.0.0.1 at 2019-01-24 10:13:13 +0530 Started GET “/sidekiq/busy” for 127.0.0.1 at 2019-01-24 10:13:29 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-24 10:13:29 +0530 Started GET “/sidekiq/retries” for 127.0.0.1 at 2019-01-24 10:13:32 +0530 Started POST “/sidekiq/retries/all/delete” for 127.0.0.1 at 2019-01-24 10:13:39 +0530 Started GET “/sidekiq/retries” for 127.0.0.1 at 2019-01-24 10:13:39 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 10:14:09 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 44ms (Views: 26.8ms | ActiveRecord: 4.6ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 10:14:22 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"QOC/FI7bPPufdXrwdN26mHHRHGeLuOBetHYKO67jzF5wp0nnvKNFzzUKd16rQ707lFc5NnW88FhhtGTki5qsOA==", "url"=>{"longurl"=>"https://www.google.com/search?q=youtube+video+download&rlz=1C5CHFA_enIN831IN831&oq=youtb&aqs=chrome.4.69i57j0l5.3104j0j7&sourceid=chrome&ie=UTF-8", "domain"=>"google.com"}, "commit"=>"Search"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.google.com/search?q=youtube+video+download&rlz=1C5CHFA_enIN831IN831&oq=youtb&aqs=chrome.4.69i57j0l5.3104j0j7&sourceid=chrome&ie=UTF-8"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:19
Url Create (5.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://www.google.com/search?q=youtube+video+download&rlz=1C5CHFA_enIN831IN831&oq=youtb&aqs=chrome.4.69i57j0l5.3104j0j7&sourceid=chrome&ie=UTF-8"], ["shorturl", "www.nav.com/9rtKA"], ["domain", "google.com"], ["mdsum", 12634], ["created_at", "2019-01-24 04:44:22.351206"], ["updated_at", "2019-01-24 04:44:22.351206"]]
↳ app/controllers/urls_controller.rb:19
 (39.9ms)  COMMIT
↳ app/controllers/urls_controller.rb:19

Redirected to localhost:3000/urls/125 Completed 302 Found in 56ms (ActiveRecord: 46.2ms)

Urlreport Load (0.8ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5

Started GET “/urls/125” for 127.0.0.1 at 2019-01-24 10:14:22 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"125"}
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:10
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 125], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)
Urlreport Create (8.8ms)  INSERT INTO "urlreports" ("count", "date") VALUES ($1, $2) RETURNING "id"  [["count", 1], ["date", "2019-01-24"]]
↳ app/workers/convert_worker.rb:10
 (0.5ms)  COMMIT
↳ app/workers/convert_worker.rb:10

Completed 200 OK in 30ms (Views: 26.6ms | ActiveRecord: 0.4ms)

Started GET “/sidekiq/retries” for 127.0.0.1 at 2019-01-24 10:14:25 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-24 10:14:25 +0530 Started GET “/sidekiq/retries” for 127.0.0.1 at 2019-01-24 10:14:29 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-24 10:14:29 +0530 Started GET “/sidekiq/retries” for 127.0.0.1 at 2019-01-24 10:14:29 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-24 10:14:29 +0530 Started GET “/sidekiq/queues” for 127.0.0.1 at 2019-01-24 10:14:32 +0530 Started GET “/sidekiq/” for 127.0.0.1 at 2019-01-24 10:14:34 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:14:40 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:14:44 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:14:50 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:14:54 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:14:59 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:15:04 +0530 Started GET “/sidekiq/” for 127.0.0.1 at 2019-01-24 10:15:08 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-24 10:15:08 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 10:15:11 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.9ms)

Completed 200 OK in 45ms (Views: 42.8ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:15:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:15:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:15:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:15:28 +0530 Started POST “/urls” for 127.0.0.1 at 2019-01-24 10:15:29 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"4QlpQ9fdGDZDFQeglP3qbkOniWYnfXXUwvC1VsR5ZDjRTp+w5aVhAulqCg5LY+3NpiGsN9l5ZdIXMtuJ4QAEXg==", "url"=>{"longurl"=>"https://qdownloader.net/youtube-video-downloader", "domain"=>"qdownloader.net"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://qdownloader.net/youtube-video-downloader"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:19
Url Create (2.1ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://qdownloader.net/youtube-video-downloader"], ["shorturl", "www.nav.com/$JhD"], ["domain", "qdownloader.net"], ["mdsum", 4796], ["created_at", "2019-01-24 04:45:29.973748"], ["updated_at", "2019-01-24 04:45:29.973748"]]
↳ app/controllers/urls_controller.rb:19
 (44.9ms)  COMMIT
↳ app/controllers/urls_controller.rb:19

Redirected to localhost:3000/urls/126 Completed 302 Found in 55ms (ActiveRecord: 47.6ms)

Started GET “/urls/126” for 127.0.0.1 at 2019-01-24 10:15:30 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"126"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 126], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 33ms (Views: 30.5ms | ActiveRecord: 0.3ms)

Urlreport Load (1.9ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.4ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (3.6ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 2], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (1.2ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 10:15:31 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.5ms)

Completed 200 OK in 40ms (Views: 36.7ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:15:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:15:38 +0530 Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 10:15:41 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (5.2ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (15.0ms)

Completed 200 OK in 41ms (Views: 28.0ms | ActiveRecord: 9.5ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:15:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:15:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:15:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:15:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:16:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:16:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:16:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:16:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:16:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:16:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:16:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:16:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:16:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:16:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:16:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:16:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:17:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:17:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:17:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:17:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:17:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:17:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:17:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:17:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:17:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:17:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:17:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:17:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:18:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:18:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:18:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:18:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:18:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:18:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:18:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:18:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:18:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:18:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:18:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:18:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:19:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:19:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:19:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:19:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:19:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:19:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:19:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:19:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:19:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:19:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:19:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:19:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:20:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:20:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:20:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:20:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:20:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:20:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:20:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:20:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:20:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:20:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:20:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:20:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:21:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:21:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:21:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:21:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:21:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:21:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:21:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:21:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:21:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:21:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:21:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:21:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:22:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:22:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:22:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:22:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:22:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:22:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:22:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:22:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:22:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:22:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:22:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:22:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:23:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:23:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:23:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:23:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:23:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:23:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:23:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:23:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:23:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:23:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:23:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:23:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:24:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:24:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:24:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:24:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:24:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:24:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:24:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:24:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:24:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:24:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:24:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:24:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:25:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:25:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:25:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:25:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:25:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:25:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:25:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:25:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:25:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:25:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:25:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:25:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:26:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:26:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:26:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:26:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:26:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:26:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:26:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:26:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:26:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:26:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:26:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:26:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:27:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:27:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:27:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:27:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:27:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:27:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:27:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:27:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:27:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:27:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:27:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:27:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:28:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:28:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:28:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:28:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:28:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:28:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:28:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:28:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:28:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:28:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:28:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:28:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:29:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:29:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:29:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:35:44 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:35:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:35:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:35:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:36:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:36:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:36:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:36:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:36:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:36:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:36:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:36:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:36:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:36:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:36:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:36:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:37:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:37:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:37:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:37:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:37:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:37:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:37:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:37:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:37:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:37:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:37:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:37:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:38:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:38:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:38:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:38:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:38:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:38:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:38:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:38:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:38:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:38:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:38:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:38:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:39:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:39:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:39:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:39:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:39:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:39:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:39:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:39:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:39:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:39:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:39:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:39:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:40:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:40:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:40:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:40:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:40:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:40:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:40:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:40:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:40:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:40:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:40:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:40:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:41:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:41:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:41:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:41:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:41:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:41:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:41:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:41:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:41:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:41:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:41:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:41:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:42:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:42:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:42:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:42:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:42:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:42:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:42:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:42:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:42:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:42:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:42:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:42:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:43:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:43:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:43:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:43:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:43:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:43:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:43:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:43:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:43:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:43:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:43:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:43:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:44:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:44:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:44:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:44:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:44:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:44:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:44:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:44:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:44:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:44:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:44:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:44:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:45:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:45:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:45:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:45:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:45:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:45:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:45:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:45:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:45:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:45:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:45:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:45:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:46:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:46:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:46:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:46:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:46:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:46:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:46:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:46:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:46:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:46:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:46:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:46:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:47:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:47:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:47:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:47:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:47:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:47:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:47:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:47:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:47:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:47:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:47:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:47:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:48:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:48:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:48:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:48:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:48:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:48:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:48:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:48:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:48:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:48:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:48:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:48:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:49:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:49:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:49:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:49:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:49:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:49:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:49:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:49:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:49:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:49:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-24 10:49:52 +0530 Started GET “/” for 127.0.0.1 at 2019-01-24 11:06:38 +0530

 (0.9ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.1ms)

Completed 200 OK in 367ms (Views: 357.2ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-24 11:06:40 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (4.4ms)

Completed 200 OK in 65ms (Views: 26.7ms | ActiveRecord: 20.3ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-24 11:06:41 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"uoeUKdBxgOtXcDNqTp0fkLOl6iCxYfXrpczCWXZauvMm08ElTfD7TFv+JrmRDy9E0KkP+V6vIEhY6ndwmqJ08Q==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (4.2ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/url/new Completed 302 Found in 11ms (ActiveRecord: 4.2ms)

Started GET “/url/new” for 127.0.0.1 at 2019-01-24 11:06:41 +0530

ActionController::RoutingError (uninitialized constant UrlController):

bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `block in load_missing_constant' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:8:in `without_bootsnap_cache' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `rescue in load_missing_constant' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:56:in `load_missing_constant' activesupport (5.2.2) lib/active_support/inflector/methods.rb:283:in `const_get' activesupport (5.2.2) lib/active_support/inflector/methods.rb:283:in `block in constantize' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.2) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.2) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/users/login” for 127.0.0.1 at 2019-01-24 11:07:17 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"fO7E/0SQKExvqXCHdmPrVoUxmU4I60ZeQeitxXpBt/SzmoB/xUTyx3bxbCsR74XvWJzbtOT7i6H/YddAVaE82A==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/url/new Completed 302 Found in 19ms (ActiveRecord: 4.2ms)

Started GET “/url/new” for 127.0.0.1 at 2019-01-24 11:07:17 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (247.1ms)

Completed 500 Internal Server Error in 264ms (ActiveRecord: 2.9ms)

ActionView::Template::Error (undefined method `urls_path' for #<#<Class:0x00007fcd8bdcef78>:0x00007fcd8bdcd628> Did you mean? url_new_path):

26: </style>
27: <h2>WELCOME TO URL SHORTNER</h2>
28:  <div class=Longshort>
29:   <%= form_for @url do |f| %>
30:     <p> Long Url: <%= f.text_field :longurl%> </br></p>
31:     <p>Domain : <%= f.text_field :domain%> <br /></p>
32:     <p>Find : <%=  f.submit 'Search' %><br/>

app/views/urls/new.html.erb:29:in `_app_views_urls_new_html_erb___983027967350015557_70260395768680' Started POST “/users/login” for 127.0.0.1 at 2019-01-24 11:07:55 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"fO7E/0SQKExvqXCHdmPrVoUxmU4I60ZeQeitxXpBt/SzmoB/xUTyx3bxbCsR74XvWJzbtOT7i6H/YddAVaE82A==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.3ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/url/new Completed 302 Found in 7ms (ActiveRecord: 1.3ms)

Started GET “/url/new” for 127.0.0.1 at 2019-01-24 11:07:55 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.4ms)

Completed 200 OK in 46ms (Views: 43.4ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-24 11:07:59 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"hhORjGRGU+5fmwsiqmnlTaVKWtQi3n9FZI1bh3C46cBJZ9UM5ZKJZUbDF47N5Yv0eOcYLs7OsrraBCECX1hi7A==", "url"=>{"shorturl"=>"www.nav.com/tRUB"}, "commit"=>"Search"}
Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/tRUB"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:44

Redirected to Completed 500 Internal Server Error in 274ms (ActiveRecord: 1.0ms)

NoMethodError (undefined method `url_url' for #<UrlsController:0x00007fcd876648e0> Did you mean? url_new_url):

app/controllers/urls_controller.rb:47:in `Shorturl' Started GET “/url/new” for 127.0.0.1 at 2019-01-24 11:10:49 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (326.6ms)

Completed 500 Internal Server Error in 344ms (ActiveRecord: 4.3ms)

ActionView::Template::Error (undefined local variable or method `url_shorturl_path' for #<#<Class:0x00007fcd8bb4b5f8>:0x00007fcd8bb49ca8> Did you mean? urls_shorturl_path

           urls_short_path
           urls_shorturl_url):
41: </div>
42: <br><br>
43:  <div class=Shortlong>
44:   <%= form_for @url, url: url_shorturl_path do |f| %>
45:     <p> Short Url: <%= f.text_field :shorturl%> </br></p>
46:     <p>Find : <%=  f.submit  'Search'%><br/></p>
47:   <% end %>

app/views/urls/new.html.erb:44:in `_app_views_urls_new_html_erb___983027967350015557_70260394450600' Started GET “/url/new” for 127.0.0.1 at 2019-01-24 11:11:22 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.0ms)

Completed 200 OK in 41ms (Views: 38.0ms | ActiveRecord: 0.0ms)

Started POST “/urls/shorturl” for 127.0.0.1 at 2019-01-24 11:11:25 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"bQXKmdLN5Enz4DV+9iUOklDdtaZGqFo2Rbz1JBTxR4eicY4ZUxk+wuq4KdKRqWArjXD3XKq4l8n7NY+hOxHMqw==", "url"=>{"shorturl"=>"www.nav.com/tRUB"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/tRUB"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:44

Redirected to localhost:3000/urls/show Completed 302 Found in 24ms (ActiveRecord: 0.6ms)

Started GET “/urls/show” for 127.0.0.1 at 2019-01-24 11:11:25 +0530

ActionController::RoutingError (No route matches [GET] “/urls/show”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/urls/shorturl” for 127.0.0.1 at 2019-01-24 11:13:06 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"bQXKmdLN5Enz4DV+9iUOklDdtaZGqFo2Rbz1JBTxR4eicY4ZUxk+wuq4KdKRqWArjXD3XKq4l8n7NY+hOxHMqw==", "url"=>{"shorturl"=>"www.nav.com/tRUB"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/tRUB"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:44

Redirected to localhost:3000/url/show Completed 302 Found in 26ms (ActiveRecord: 3.8ms)

Started GET “/url/show” for 127.0.0.1 at 2019-01-24 11:13:06 +0530 Processing by UrlsController#show as HTML Completed 404 Not Found in 2ms (ActiveRecord: 0.0ms)

ActiveRecord::RecordNotFound (Couldn't find Url without an ID):

app/controllers/urls_controller.rb:32:in `show' Started POST “/urls/shorturl” for 127.0.0.1 at 2019-01-24 11:14:16 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"bQXKmdLN5Enz4DV+9iUOklDdtaZGqFo2Rbz1JBTxR4eicY4ZUxk+wuq4KdKRqWArjXD3XKq4l8n7NY+hOxHMqw==", "url"=>{"shorturl"=>"www.nav.com/tRUB"}, "commit"=>"Search"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/tRUB"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:44

Redirected to localhost:3000/url/show Completed 302 Found in 27ms (ActiveRecord: 4.6ms)

Started GET “/url/show” for 127.0.0.1 at 2019-01-24 11:14:17 +0530 Processing by UrlsController#show as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)

NoMethodError (undefined method `[]' for nil:NilClass):

app/controllers/urls_controller.rb:32:in `show' Started POST “/urls/shorturl” for 127.0.0.1 at 2019-01-24 11:14:40 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"bQXKmdLN5Enz4DV+9iUOklDdtaZGqFo2Rbz1JBTxR4eicY4ZUxk+wuq4KdKRqWArjXD3XKq4l8n7NY+hOxHMqw==", "url"=>{"shorturl"=>"www.nav.com/tRUB"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/tRUB"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:44

Redirected to localhost:3000/url/show Completed 302 Found in 29ms (ActiveRecord: 6.2ms)

Started GET “/url/show” for 127.0.0.1 at 2019-01-24 11:14:40 +0530 Processing by UrlsController#show as HTML Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms)

ActiveRecord::RecordNotFound (Couldn't find Url without an ID):

app/controllers/urls_controller.rb:32:in `show' Started GET “/url/show” for 127.0.0.1 at 2019-01-24 11:15:00 +0530 Processing by UrlsController#show as HTML

Url Load (0.4ms)  SELECT  "urls".* FROM "urls" ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (336.5ms)

Completed 500 Internal Server Error in 361ms (ActiveRecord: 4.1ms)

ActionView::Template::Error (undefined local variable or method `new_url_path' for #<#<Class:0x00007fcd88d08420>:0x00007fcd8c8c9450> Did you mean? url_new_path):

38:     <%= @url.id %>
39:   </p>
40: </div>
41: <button><%= link_to 'Back', new_url_path %></button>

app/views/urls/show.html.erb:41:in `_app_views_urls_show_html_erb___2926257064551897830_70260370197840' Started POST “/urls/shorturl” for 127.0.0.1 at 2019-01-24 11:15:24 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"bQXKmdLN5Enz4DV+9iUOklDdtaZGqFo2Rbz1JBTxR4eicY4ZUxk+wuq4KdKRqWArjXD3XKq4l8n7NY+hOxHMqw==", "url"=>{"shorturl"=>"www.nav.com/tRUB"}, "commit"=>"Search"}
Url Load (5.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/tRUB"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:44

Redirected to localhost:3000/url/show Completed 302 Found in 20ms (ActiveRecord: 5.0ms)

Started GET “/url/show” for 127.0.0.1 at 2019-01-24 11:15:24 +0530 Processing by UrlsController#show as HTML

Url Load (0.4ms)  SELECT  "urls".* FROM "urls" ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.2ms)

Completed 200 OK in 37ms (Views: 34.4ms | ActiveRecord: 0.4ms)

Started GET “/url/new” for 127.0.0.1 at 2019-01-24 11:15:29 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (26.4ms)

Completed 200 OK in 71ms (Views: 68.7ms | ActiveRecord: 0.0ms)

Started POST “/urls/shorturl” for 127.0.0.1 at 2019-01-24 11:15:32 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"M0HoPadxCjYJxBGZ2X5eCMpihkmpgS1NEXdJJsXjTvihrqZphw8R4MSDsuzWcGi6QxfNyaKEOzcc3ZA9J+1Udg==", "url"=>{"shorturl"=>"www.nav.com/PwKA"}, "commit"=>"Search"}
Url Load (1.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/PwKA"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:44

Redirected to localhost:3000/url/show Completed 302 Found in 14ms (ActiveRecord: 1.8ms)

Started GET “/url/show” for 127.0.0.1 at 2019-01-24 11:15:32 +0530 Processing by UrlsController#show as HTML

Url Load (0.7ms)  SELECT  "urls".* FROM "urls" ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 36ms (Views: 31.1ms | ActiveRecord: 0.7ms)

Started GET “/url/new” for 127.0.0.1 at 2019-01-24 11:15:51 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (9.0ms)

Completed 200 OK in 79ms (Views: 75.3ms | ActiveRecord: 0.0ms)

Started POST “/urls/shorturl” for 127.0.0.1 at 2019-01-24 11:15:55 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"2UUH95k3sUSTiIBjVTI5Lifjb0ODrXNpU/O0yu1FMJ1LqkmjuUmqkl7PIxZaPA+crpYkw4ioZRNeWW3RD0sqEw==", "url"=>{"shorturl"=>"www.nav.com/88yF"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/88yF"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:44

Redirected to localhost:3000/url/show Completed 302 Found in 24ms (ActiveRecord: 0.6ms)

Started GET “/url/show” for 127.0.0.1 at 2019-01-24 11:15:55 +0530 Processing by UrlsController#show as HTML

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 64ms (Views: 58.9ms | ActiveRecord: 0.6ms)

Started GET “/url/new” for 127.0.0.1 at 2019-01-24 11:15:57 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 52ms (Views: 49.5ms | ActiveRecord: 0.0ms)

Started POST “/urls/shorturl” for 127.0.0.1 at 2019-01-24 11:16:27 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"u6u3eTbBVYPF8eTiTaUN3oLDPjGrFHwVPrjGHZADVH4pRPktFr9OVQi2R5dCqztsC7Z1saARam8zEh8Gcg1O8A==", "url"=>{"shorturl"=>"www.nav.com/tRUB"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/tRUB"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:45

Redirected to localhost:3000/url/show Completed 302 Found in 27ms (ActiveRecord: 5.9ms)

Started GET “/url/show” for 127.0.0.1 at 2019-01-24 11:16:27 +0530 Processing by UrlsController#show as HTML

Rendering urls/show.html.erb within layouts/application
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" LIMIT $1  [["LIMIT", 11]]
↳ app/controllers/urls_controller.rb:33
Rendered urls/show.html.erb within layouts/application (13.7ms)

Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.8ms)

ActionView::Template::Error (undefined method `longurl' for #<Url::ActiveRecord_Relation:0x00007fcd8bb52d30>):

21: <div class = "display">
22:   <p>
23:     <strong>LongUrl : </strong>
24:     <%= @url.longurl %>
25:   </p>
26:    
27:   <p>

app/views/urls/show.html.erb:24:in `_app_views_urls_show_html_erb___2926257064551897830_70260370340380' app/controllers/urls_controller.rb:33:in `show' Started POST “/urls/shorturl” for 127.0.0.1 at 2019-01-24 11:20:00 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"yGX0B9zYFXQnnoHbMW2XJUWhIaKzdH9uDVGJbKgdGdkHEbCHXQzP/z7GnXdW4fmcmAxjWF9kspGz2PPph/2S9Q==", "url"=>{"shorturl"=>"www.nav.com/tRUB"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/tRUB"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:45

Redirected to localhost:3000/url/show Completed 302 Found in 31ms (ActiveRecord: 5.3ms)

Started GET “/url/show” for 127.0.0.1 at 2019-01-24 11:20:00 +0530 Processing by UrlsController#show as HTML

Rendering urls/show.html.erb within layouts/application
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" LIMIT $1  [["LIMIT", 11]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135
Rendered urls/show.html.erb within layouts/application (10.7ms)

Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.7ms)

ActionView::Template::Error (undefined method `longurl' for #<Url::ActiveRecord_Relation:0x00007fcd8e17d780>):

21: <div class = "display">
22:   <p>
23:     <strong>LongUrl : </strong>
24:     <%= @url.longurl %>
25:   </p>
26:    
27:   <p>

app/views/urls/show.html.erb:24:in `_app_views_urls_show_html_erb___2926257064551897830_70260414472820' Started POST “/urls/shorturl” for 127.0.0.1 at 2019-01-24 11:20:28 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"yGX0B9zYFXQnnoHbMW2XJUWhIaKzdH9uDVGJbKgdGdkHEbCHXQzP/z7GnXdW4fmcmAxjWF9kspGz2PPph/2S9Q==", "url"=>{"shorturl"=>"www.nav.com/tRUB"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/tRUB"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:45

Redirected to localhost:3000/url/show Completed 302 Found in 22ms (ActiveRecord: 3.6ms)

Started GET “/url/show” for 127.0.0.1 at 2019-01-24 11:20:28 +0530 Processing by UrlsController#show as HTML

Rendering urls/show.html.erb within layouts/application
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" LIMIT $1  [["LIMIT", 11]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135
Rendered urls/show.html.erb within layouts/application (7.9ms)

Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.4ms)

ActionView::Template::Error (undefined method `longurl' for #<Url::ActiveRecord_Relation:0x00007fcd876f92b0>):

21: <div class = "display">
22:   <p>
23:     <strong>LongUrl : </strong>
24:     <%= @url.longurl %>
25:   </p>
26:    
27:   <p>

app/views/urls/show.html.erb:24:in `_app_views_urls_show_html_erb___2926257064551897830_70260358627500' Started POST “/urls/shorturl” for 127.0.0.1 at 2019-01-24 11:20:53 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"yGX0B9zYFXQnnoHbMW2XJUWhIaKzdH9uDVGJbKgdGdkHEbCHXQzP/z7GnXdW4fmcmAxjWF9kspGz2PPph/2S9Q==", "url"=>{"shorturl"=>"www.nav.com/tRUB"}, "commit"=>"Search"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/tRUB"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:45

Redirected to localhost:3000/url/show Completed 302 Found in 28ms (ActiveRecord: 3.6ms)

Started GET “/url/show” for 127.0.0.1 at 2019-01-24 11:20:53 +0530 Processing by UrlsController#show as HTML

Url Load (0.7ms)  SELECT "urls".* FROM "urls"
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (8.6ms)

Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.7ms)

ActionView::Template::Error (undefined method `longurl' for #<Url::ActiveRecord_Relation:0x00007fcd8c818420>):

21: <div class = "display">
22:   <p>
23:     <strong>LongUrl : </strong>
24:     <%= @url.longurl %>
25:   </p>
26:    
27:   <p>

app/views/urls/show.html.erb:24:in `_app_views_urls_show_html_erb___2926257064551897830_70260369853880' Started POST “/urls/shorturl” for 127.0.0.1 at 2019-01-24 11:21:30 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"yGX0B9zYFXQnnoHbMW2XJUWhIaKzdH9uDVGJbKgdGdkHEbCHXQzP/z7GnXdW4fmcmAxjWF9kspGz2PPph/2S9Q==", "url"=>{"shorturl"=>"www.nav.com/tRUB"}, "commit"=>"Search"}
Url Load (2.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/tRUB"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:45

Redirected to localhost:3000/url/show Completed 302 Found in 41ms (ActiveRecord: 10.2ms)

Started GET “/url/show” for 127.0.0.1 at 2019-01-24 11:21:31 +0530 Processing by UrlsController#show as HTML

Url Load (1.1ms)  SELECT  "urls".* FROM "urls" LIMIT $1  [["LIMIT", 11]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.0ms)

CACHE Url Load (0.0ms)  SELECT  "urls".* FROM "urls" LIMIT $1  [["LIMIT", 11]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/extensions.rb:28

NoMethodError (undefined method `longurl' for #<Url::ActiveRecord_Relation:0x00007fcd8cd64b18>):

app/controllers/urls_controller.rb:33:in `show' Started POST “/urls/shorturl” for 127.0.0.1 at 2019-01-24 11:21:51 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"yGX0B9zYFXQnnoHbMW2XJUWhIaKzdH9uDVGJbKgdGdkHEbCHXQzP/z7GnXdW4fmcmAxjWF9kspGz2PPph/2S9Q==", "url"=>{"shorturl"=>"www.nav.com/tRUB"}, "commit"=>"Search"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/tRUB"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:45

Redirected to localhost:3000/url/show Completed 302 Found in 27ms (ActiveRecord: 3.8ms)

Started GET “/url/show” for 127.0.0.1 at 2019-01-24 11:21:51 +0530 Processing by UrlsController#show as HTML Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms)

ActiveRecord::RecordNotFound (Couldn't find Url without an ID):

app/controllers/urls_controller.rb:32:in `show' Started POST “/url/new” for 127.0.0.1 at 2019-01-24 11:22:54 +0530

ActionController::RoutingError (No route matches [POST] “/url/new”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/url/show” for 127.0.0.1 at 2019-01-24 11:23:47 +0530 Processing by UrlsController#show as HTML Redirected to localhost:3000/user/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-24 11:23:47 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.8ms)

Completed 200 OK in 73ms (Views: 23.9ms | ActiveRecord: 3.6ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-24 11:23:49 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"TaBbTPhVUqcZVaN1pKJsHbzSRUnjulBnW/0VtqXopKfR9A5AZdQpABXbtqZ7MFzJ396gkAx0hcSm26CfSRBqpQ==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/url/new Completed 302 Found in 4ms (ActiveRecord: 0.6ms)

Started GET “/url/new” for 127.0.0.1 at 2019-01-24 11:23:49 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.9ms)

Completed 200 OK in 51ms (Views: 29.6ms | ActiveRecord: 5.1ms)

Started POST “/url/new” for 127.0.0.1 at 2019-01-24 11:23:55 +0530

ActionController::RoutingError (No route matches [POST] “/url/new”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/url/new” for 127.0.0.1 at 2019-01-24 11:24:10 +0530

ActionController::RoutingError (No route matches [POST] “/url/new”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/url/new” for 127.0.0.1 at 2019-01-24 11:26:31 +0530 Processing by UrlsController#new as HTML Redirected to localhost:3000/urls/create Completed 302 Found in 14ms (ActiveRecord: 3.0ms)

Started GET “/urls/create” for 127.0.0.1 at 2019-01-24 11:26:31 +0530

ActionController::RoutingError (No route matches [GET] “/urls/create”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/urls/create” for 127.0.0.1 at 2019-01-24 11:27:25 +0530

ActionController::RoutingError (No route matches [GET] “/urls/create”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/user/login” for 127.0.0.1 at 2019-01-24 11:27:27 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.3ms)

Completed 200 OK in 45ms (Views: 25.5ms | ActiveRecord: 4.8ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-24 11:27:29 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"vL/ZKPWZUWYIC1M0PYOcAWYnAc64DvTxLnnX/gwIrAJzy52odE2L7RFTT5haD/K4u4pDNFQeOQ6Q8K17I+gnLg==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.4ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/url/new Completed 302 Found in 6ms (ActiveRecord: 1.4ms)

Started GET “/url/new” for 127.0.0.1 at 2019-01-24 11:27:29 +0530 Processing by UrlsController#new as HTML Completed 500 Internal Server Error in 17ms (ActiveRecord: 3.1ms)

NoMethodError (undefined method `[]' for nil:NilClass):

app/controllers/urls_controller.rb:13:in `create' app/controllers/urls_controller.rb:5:in `new' Started POST “/users/login” for 127.0.0.1 at 2019-01-24 11:30:04 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"vL/ZKPWZUWYIC1M0PYOcAWYnAc64DvTxLnnX/gwIrAJzy52odE2L7RFTT5haD/K4u4pDNFQeOQ6Q8K17I+gnLg==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/url/new Completed 302 Found in 18ms (ActiveRecord: 4.0ms)

Started GET “/url/new” for 127.0.0.1 at 2019-01-24 11:30:04 +0530 Processing by UrlsController#new as HTML Redirected to localhost:3000/urls/create Completed 302 Found in 14ms (ActiveRecord: 2.8ms)

Started GET “/urls/create” for 127.0.0.1 at 2019-01-24 11:30:04 +0530

ActionController::RoutingError (No route matches [GET] “/urls/create”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/users/login” for 127.0.0.1 at 2019-01-24 11:30:35 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"vL/ZKPWZUWYIC1M0PYOcAWYnAc64DvTxLnnX/gwIrAJzy52odE2L7RFTT5haD/K4u4pDNFQeOQ6Q8K17I+gnLg==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/url/new Completed 302 Found in 19ms (ActiveRecord: 4.8ms)

Started GET “/url/new” for 127.0.0.1 at 2019-01-24 11:30:35 +0530 Processing by UrlsController#new as HTML Redirected to localhost:3000/urls/create Completed 302 Found in 13ms (ActiveRecord: 2.9ms)

Started GET “/urls/create” for 127.0.0.1 at 2019-01-24 11:30:35 +0530

ActionController::RoutingError (No route matches [GET] “/urls/create”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/users/login” for 127.0.0.1 at 2019-01-24 11:31:54 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"vL/ZKPWZUWYIC1M0PYOcAWYnAc64DvTxLnnX/gwIrAJzy52odE2L7RFTT5haD/K4u4pDNFQeOQ6Q8K17I+gnLg==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 19ms (ActiveRecord: 5.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 11:31:54 +0530

ActionController::RoutingError (No route matches [GET] “/urls/new”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/users/login” for 127.0.0.1 at 2019-01-24 11:32:27 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"vL/ZKPWZUWYIC1M0PYOcAWYnAc64DvTxLnnX/gwIrAJzy52odE2L7RFTT5haD/K4u4pDNFQeOQ6Q8K17I+gnLg==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/url/new Completed 302 Found in 18ms (ActiveRecord: 4.9ms)

Started GET “/url/new” for 127.0.0.1 at 2019-01-24 11:32:28 +0530 Processing by UrlsController#new as HTML Redirected to localhost:3000/urls/create Completed 302 Found in 12ms (ActiveRecord: 2.9ms)

Started GET “/urls/create” for 127.0.0.1 at 2019-01-24 11:32:28 +0530

ActionController::RoutingError (No route matches [GET] “/urls/create”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/urls/create” for 127.0.0.1 at 2019-01-24 11:34:48 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"create"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 0], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32

Completed 404 Not Found in 8ms (ActiveRecord: 3.5ms)

ActiveRecord::RecordNotFound (Couldn't find Url with 'id'=create):

app/controllers/urls_controller.rb:32:in `show' Started POST “/users/login” for 127.0.0.1 at 2019-01-24 11:34:54 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"vL/ZKPWZUWYIC1M0PYOcAWYnAc64DvTxLnnX/gwIrAJzy52odE2L7RFTT5haD/K4u4pDNFQeOQ6Q8K17I+gnLg==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.1ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 20ms (ActiveRecord: 5.9ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 11:34:54 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (340.4ms)

Completed 500 Internal Server Error in 351ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined local variable or method `url_shorturl_path' for #<#<Class:0x00007fcd8bd93310>:0x00007fcd8bd91768> Did you mean? urls_shorturl_path

           urls_short_path
           urls_shorturl_url):
41: </div>
42: <br><br>
43:  <div class=Shortlong>
44:   <%= form_for @url, url: url_shorturl_path do |f| %>
45:     <p> Short Url: <%= f.text_field :shorturl%> </br></p>
46:     <p>Find : <%=  f.submit  'Search'%><br/></p>
47:   <% end %>

app/views/urls/new.html.erb:44:in `_app_views_urls_new_html_erb___983027967350015557_70260395646280' Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 11:35:18 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.2ms)

Completed 200 OK in 74ms (Views: 51.6ms | ActiveRecord: 3.8ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 11:35:23 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"u19RKboo+jYB6bFPZ7C5KyiZV+WlfY72nfHbp1/gTdV0KxWpO/wgvRixreMAPNeS9TQVH0ltQwkjeKEicADG+Q==", "url"=>{"longurl"=>"www.housing.com/seller", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.housing.com/seller"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12

Redirected to localhost:3000/urls/8 Completed 302 Found in 5ms (ActiveRecord: 0.7ms)

Started GET “/urls/8” for 127.0.0.1 at 2019-01-24 11:35:23 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"8"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (356.4ms)

Completed 500 Internal Server Error in 365ms (ActiveRecord: 0.6ms)

ActionView::Template::Error (undefined local variable or method `url_new_path' for #<#<Class:0x00007fcd8bd5b5a0>:0x00007fcd877e22a8> Did you mean? user_new_path):

38:     <%= @url.id %>
39:   </p>
40: </div>
41: <button><%= link_to 'Back', url_new_path %></button>

app/views/urls/show.html.erb:41:in `_app_views_urls_show_html_erb___2926257064551897830_70260359108600' Started POST “/urls” for 127.0.0.1 at 2019-01-24 11:35:37 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"u19RKboo+jYB6bFPZ7C5KyiZV+WlfY72nfHbp1/gTdV0KxWpO/wgvRixreMAPNeS9TQVH0ltQwkjeKEicADG+Q==", "url"=>{"longurl"=>"www.housing.com/seller", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.housing.com/seller"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12

Redirected to localhost:3000/urls/8 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)

Started GET “/urls/8” for 127.0.0.1 at 2019-01-24 11:35:37 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"8"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.7ms)

Completed 200 OK in 32ms (Views: 28.5ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 11:35:39 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.1ms)

Completed 200 OK in 55ms (Views: 51.6ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-24 11:35:42 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"nBBvz+shgwmBwu2EjESYEU7vtTMAXVwY5Ywa+Vf0n0MHMLIahQ/pf7Lu7s7mu5qCMTqGsu747EhLnuaumva5eg==", "url"=>{"shorturl"=>"www.nav.com/tRUB"}, "commit"=>"Search"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/tRUB"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:44

Redirected to localhost:3000/urls/7 Completed 302 Found in 17ms (ActiveRecord: 0.8ms)

Started GET “/urls/7” for 127.0.0.1 at 2019-01-24 11:35:42 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"7"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 57ms (Views: 53.6ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 11:35:44 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.5ms)

Completed 200 OK in 46ms (Views: 42.5ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-24 11:35:48 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"CWg2ZoYEaULbrzGdb4kwYtK7SSg7zSQiJtKCPVOmsdmSSOuz6CoDNOiDMtcFdjLxrW56qdVolHKIwH5qnqSX4A==", "url"=>{"shorturl"=>"www.nav.com/88yF"}, "commit"=>"Search"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/88yF"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:44

Redirected to localhost:3000/urls/19 Completed 302 Found in 19ms (ActiveRecord: 0.8ms)

Started GET “/urls/19” for 127.0.0.1 at 2019-01-24 11:35:48 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"19"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 19], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 26ms (Views: 22.6ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 11:35:50 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.9ms)

Completed 200 OK in 47ms (Views: 40.3ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 11:36:55 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 49ms (Views: 29.9ms | ActiveRecord: 6.1ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:36:57 +0530 Processing by UrlreportsController#index as HTML Completed 404 Not Found in 18ms (ActiveRecord: 14.8ms)

ActiveRecord::RecordNotFound (Couldn't find Urlreport without an ID):

app/controllers/urlreports_controller.rb:9:in `show' app/controllers/urlreports_controller.rb:5:in `index' Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:17 +0530 Processing by UrlreportsController#index as HTML Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)

ArgumentError (wrong number of arguments (given 1, expected 0)):

app/controllers/urlreports_controller.rb:8:in `show' app/controllers/urlreports_controller.rb:5:in `index' Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:38 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:38 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:38 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:38 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:38 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:38 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:38 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:38 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:38 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:38 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:38 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:38 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:38 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:38 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:38 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:38 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:38 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:38 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:38 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:38 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:38 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:38 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:38 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:38 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:38 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:38 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:38 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:38 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:38 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:39 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:39 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:39 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:39 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:39 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:39 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:39 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:39 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:39 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:39 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:39 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:41 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:41 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:41 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:41 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:41 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:41 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:41 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:41 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:41 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:41 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:41 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:41 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:41 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:41 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:41 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:41 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:41 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:41 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:41 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:41 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:47 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:47 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:47 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:47 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:47 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:47 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:47 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:47 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:47 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:47 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:47 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:47 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:47 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:47 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:47 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:47 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:47 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:47 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:47 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:37:47 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 4ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:06 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:07 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:07 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:07 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:07 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:38:07 +0530 Processing by UrlreportsController#index as HTML Redirected to localhost:3000/urlreports Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:40:37 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.5ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (9.9ms)

Completed 200 OK in 33ms (Views: 27.1ms | ActiveRecord: 3.9ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 11:40:40 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.5ms)

Completed 200 OK in 94ms (Views: 45.3ms | ActiveRecord: 23.1ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:40:41 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (1.0ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (3.4ms)

Completed 200 OK in 37ms (Views: 34.9ms | ActiveRecord: 1.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 11:40:42 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (6.4ms)

Completed 200 OK in 38ms (Views: 36.0ms | ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:40:54 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.4ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (8.8ms)

Completed 200 OK in 31ms (Views: 25.0ms | ActiveRecord: 3.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 11:40:56 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.6ms)

Completed 200 OK in 76ms (Views: 32.3ms | ActiveRecord: 19.8ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 11:41:06 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"hZsldFfmc8lkZ8/qsJtgSGzBrPdPGiXffdyZRSYLvMK13NOHZZ4K/c4YwkRvBWfriUeJprEeNdmoHveaA3LcpA==", "url"=>{"longurl"=>"www.hsfafhvafjhg.com", "domain"=>"vufwevufvwv.com"}, "commit"=>"Search"}
Url Load (1.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.hsfafhvafjhg.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (1.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:19
Url Create (0.8ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.hsfafhvafjhg.com"], ["shorturl", "www.nav.com/MBTC"], ["domain", "vufwevufvwv.com"], ["mdsum", 2022], ["created_at", "2019-01-24 06:11:06.094062"], ["updated_at", "2019-01-24 06:11:06.094062"]]
↳ app/controllers/urls_controller.rb:19
 (0.5ms)  ROLLBACK
↳ app/controllers/urls_controller.rb:19

Completed 500 Internal Server Error in 20ms (ActiveRecord: 3.8ms)

Redis::CannotConnectError (Error connecting to Redis on 127.0.0.1:6379 (Errno::ECONNREFUSED)):

app/models/url.rb:6:in `background_process' app/controllers/urls_controller.rb:19:in `create' Started POST “/urls” for 127.0.0.1 at 2019-01-24 11:41:29 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"WAACzN36x7ihC25ActGza21oumflKrW8qxgCkD8CTcyXdEZMXC4dM7hTcuwVXd3SsMX4nQk6eEMVkXgVEOLG4A==", "url"=>{"longurl"=>"www.hsfafhvafjhg.com", "domain"=>"vufwevufvwv.com"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.hsfafhvafjhg.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.8ms)  BEGIN
↳ app/controllers/urls_controller.rb:19
Url Create (0.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.hsfafhvafjhg.com"], ["shorturl", "www.nav.com/MBTC"], ["domain", "vufwevufvwv.com"], ["mdsum", 2022], ["created_at", "2019-01-24 06:11:30.001886"], ["updated_at", "2019-01-24 06:11:30.001886"]]
↳ app/controllers/urls_controller.rb:19
 (40.6ms)  COMMIT
↳ app/controllers/urls_controller.rb:19

Redirected to localhost:3000/urls/128 Completed 302 Found in 55ms (ActiveRecord: 42.2ms)

Started GET “/urls/128” for 127.0.0.1 at 2019-01-24 11:41:30 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"128"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 128], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.4ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/urls/show.html.erb:41: syntax error, unexpected tIDENTIFIER, expecting do or '{' or '(' … link_to 'Back', new_ url_path );@output_buffer.safe_append… … ^~~~~~~~):

app/views/urls/show.html.erb:41: syntax error, unexpected tIDENTIFIER, expecting do or '{' or '('

Urlreport Load (1.4ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.6ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (1.0ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 3], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (0.6ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started POST “/urls” for 127.0.0.1 at 2019-01-24 11:41:51 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"WAACzN36x7ihC25ActGza21oumflKrW8qxgCkD8CTcyXdEZMXC4dM7hTcuwVXd3SsMX4nQk6eEMVkXgVEOLG4A==", "url"=>{"longurl"=>"www.hsfafhvafjhg.com", "domain"=>"vufwevufvwv.com"}, "commit"=>"Search"}
Url Load (2.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.hsfafhvafjhg.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12

Redirected to localhost:3000/urls/128 Completed 302 Found in 9ms (ActiveRecord: 2.6ms)

Started GET “/urls/128” for 127.0.0.1 at 2019-01-24 11:41:52 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"128"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 128], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 26ms (Views: 23.4ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 11:41:55 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.1ms)

Completed 200 OK in 36ms (Views: 32.9ms | ActiveRecord: 0.0ms)

Started GET “/urlreports” for 127.0.0.1 at 2019-01-24 11:41:57 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (1.2ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (4.1ms)

Completed 200 OK in 45ms (Views: 41.2ms | ActiveRecord: 1.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 11:43:59 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.3ms)

Completed 200 OK in 46ms (Views: 28.2ms | ActiveRecord: 4.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 11:44:00 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.4ms)

Completed 200 OK in 27ms (Views: 25.5ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-24 11:44:02 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.5ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (14.3ms)

Completed 200 OK in 73ms (Views: 63.3ms | ActiveRecord: 6.1ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 11:44:03 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.4ms)

Completed 200 OK in 63ms (Views: 59.0ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-24 11:44:04 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (9.1ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (11.8ms)

Completed 200 OK in 60ms (Views: 49.6ms | ActiveRecord: 9.1ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 11:44:05 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (8.7ms)

Completed 200 OK in 62ms (Views: 59.3ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-24 11:44:06 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (10.0ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (14.4ms)

Completed 200 OK in 58ms (Views: 46.9ms | ActiveRecord: 10.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 11:44:07 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (7.6ms)

Completed 200 OK in 56ms (Views: 51.7ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-24 11:44:42 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.4ms)

Completed 200 OK in 44ms (Views: 27.4ms | ActiveRecord: 4.9ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-24 11:44:44 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"XOi/SU7jQL3QihyRdwL3mYLhpBYN+AXXeBUv9teqfeTAvOpF02I7GtwECUKokMdN4e1Bz+I20HSFM5rfO1Kz5g==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.1ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 5ms (ActiveRecord: 1.1ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 11:44:44 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 62ms (Views: 48.3ms | ActiveRecord: 2.7ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 11:44:53 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"DO6EhrdQDNVOi2H3JUTSMCMxo8k4AMBcdsGR7XG5q0HDmsAGNoTWXlfTfVtCyLyJ/pzhM9QQDaPISOtoXlkgbQ==", "url"=>{"longurl"=>"www. fehfav j dv dsv j dvj .com", "domain"=>"ugvwuvfuwav.com"}, "commit"=>"Search"}
Url Load (6.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www. fehfav j dv dsv j dvj .com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:19
 (0.2ms)  ROLLBACK
↳ app/controllers/urls_controller.rb:19
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.9ms)

Completed 200 OK in 51ms (Views: 37.0ms | ActiveRecord: 7.2ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 11:45:05 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"z5SZ4PUugFWWdhR2qQsi9y5JidTcX4Ar9PNug48FstIA4N1gdPpa3o8uCNrOh0xO8+TLLjBPTdRKehQGoOU5/g==", "url"=>{"longurl"=>"www. fehfavjdvdsvjdvj.com", "domain"=>"ugvwuvfuwav.com"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www. fehfavjdvdsvjdvj.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:19
 (0.2ms)  ROLLBACK
↳ app/controllers/urls_controller.rb:19
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.3ms)

Completed 200 OK in 42ms (Views: 37.2ms | ActiveRecord: 0.8ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 11:45:08 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"d2vrm2NY/wvFBL2do9QGkcdMT+FLSgW4CM2MrRHUFDe4H68b4owlgNxcoTHEWGgoGuENG6dayEe2RPYoPjSfGw==", "url"=>{"longurl"=>"www.fehfavjdvdsvjdvj.com", "domain"=>"ugvwuvfuwav.com"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.fehfavjdvdsvjdvj.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.1ms)  BEGIN
↳ app/controllers/urls_controller.rb:19
Url Create (0.3ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.fehfavjdvdsvjdvj.com"], ["shorturl", "www.nav.com/AiXC"], ["domain", "ugvwuvfuwav.com"], ["mdsum", 2479], ["created_at", "2019-01-24 06:15:08.527048"], ["updated_at", "2019-01-24 06:15:08.527048"]]
↳ app/controllers/urls_controller.rb:19
 (40.6ms)  COMMIT
↳ app/controllers/urls_controller.rb:19

Redirected to localhost:3000/urls/129 Completed 302 Found in 48ms (ActiveRecord: 41.6ms)

Urlreport Load (0.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5

Started GET “/urls/129” for 127.0.0.1 at 2019-01-24 11:45:08 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"129"}
 (0.6ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.9ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 4], ["id", 2]]
↳ app/workers/convert_worker.rb:12
Url Load (2.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 129], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
 (1.3ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 30ms (Views: 23.6ms | ActiveRecord: 2.9ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 11:45:11 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.9ms)

Completed 200 OK in 47ms (Views: 42.3ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-24 11:45:19 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (5.1ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (23.9ms)

Completed 200 OK in 59ms (Views: 33.9ms | ActiveRecord: 18.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 11:45:20 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (12.5ms)

Completed 200 OK in 70ms (Views: 66.9ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 11:45:31 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"iNt4pr7AIn1iS03jWNrbVF12KyOe+4ubHFfSQnnZlSG4nI5VjLhbScg0QE2HRNz3uPAOcmD/m53JlbydXKD1Rw==", "url"=>{"longurl"=>"www.hfhfhfhhvh.com", "domain"=>"hfgfgfgfg.com"}, "commit"=>"Search"}
Url Load (1.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.hfhfhfhhvh.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:19
Url Create (0.8ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.hfhfhfhhvh.com"], ["shorturl", "www.nav.com/H$RB"], ["domain", "hfgfgfgfg.com"], ["mdsum", 1816], ["created_at", "2019-01-24 06:15:31.443219"], ["updated_at", "2019-01-24 06:15:31.443219"]]
↳ app/controllers/urls_controller.rb:19
Urlreport Load (0.6ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.3ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.6ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 5], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (40.2ms)  COMMIT
 (33.7ms)  COMMIT
↳ app/controllers/urls_controller.rb:19
↳ app/workers/convert_worker.rb:12

Redirected to localhost:3000/urls/130 Completed 302 Found in 52ms (ActiveRecord: 43.2ms)

Started GET “/urls/130” for 127.0.0.1 at 2019-01-24 11:45:31 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"130"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 130], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 24ms (Views: 21.0ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 11:45:32 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.1ms)

Completed 200 OK in 76ms (Views: 72.1ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-24 11:45:33 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (17.1ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (20.2ms)

Completed 200 OK in 57ms (Views: 38.5ms | ActiveRecord: 17.1ms)

Started GET “/url/long?shorturl=www.nav.com/ytuR” for 127.0.0.1 at 2019-01-24 11:56:31 +0530

 (1.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UrlsController#long as /

Parameters: {"shorturl"=>"www.nav.com/ytuR"}
Url Load (1.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/ytuR"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:76

Completed 200 OK in 49ms (Views: 0.6ms | ActiveRecord: 6.5ms)

Started POST “/url/short?=” for 127.0.0.1 at 2019-01-24 11:56:49 +0530 Processing by UrlsController#short as /

Parameters: {"longurl"=>"www.facebook.com/sellers", "domain"=>"facebook.com", "url"=>{"longurl"=>"www.facebook.com/sellers", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (28.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com/sellers"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:57
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:64
Url Create (0.7ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.facebook.com/sellers"], ["shorturl", "www.nav.com/tbXC"], ["domain", "facebook.com"], ["mdsum", 2403], ["created_at", "2019-01-24 06:26:49.234303"], ["updated_at", "2019-01-24 06:26:49.234303"]]
↳ app/controllers/urls_controller.rb:64
 (0.3ms)  ROLLBACK
↳ app/controllers/urls_controller.rb:64

Completed 500 Internal Server Error in 80ms (ActiveRecord: 29.3ms)

Redis::CannotConnectError (Error connecting to Redis on 127.0.0.1:6379 (Errno::ECONNREFUSED)):

app/models/url.rb:6:in `background_process' app/controllers/urls_controller.rb:64:in `short' Started GET “/” for 127.0.0.1 at 2019-01-24 12:56:00 +0530

 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (2.4ms)

Completed 200 OK in 412ms (Views: 401.2ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-24 12:56:03 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (5.8ms)

Completed 200 OK in 68ms (Views: 28.0ms | ActiveRecord: 18.5ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-24 12:56:04 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"m2YoC+f6MYAvqRcNWH5aMl8YQFA/pRV9i732wEDqOx0HMn0HentKJyMnAt6H7GrmPBSlidBrwN52m0PprBL1Hw==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 10ms (ActiveRecord: 1.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 12:56:04 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.7ms)

Completed 200 OK in 51ms (Views: 32.2ms | ActiveRecord: 6.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 12:56:15 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"shdk7z0COkgNQ3ruxgjrxFgyek06fCVQ1kiK/h1STdV9YyBvvNbgwxQbZkKhhIV9hZ84t9Zs6K9owfB7MrLG+Q==", "url"=>{"longurl"=>"https://github.com/rubocop-hq/rubocop", "domain"=>"github.com"}, "commit"=>"Search"}
Url Load (1.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://github.com/rubocop-hq/rubocop"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (3.6ms)  BEGIN
↳ app/controllers/urls_controller.rb:19
Url Create (1.0ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://github.com/rubocop-hq/rubocop"], ["shorturl", "www.nav.com/nY8D"], ["domain", "github.com"], ["mdsum", 3603], ["created_at", "2019-01-24 07:26:15.735933"], ["updated_at", "2019-01-24 07:26:15.735933"]]
↳ app/controllers/urls_controller.rb:19
 (0.3ms)  ROLLBACK
↳ app/controllers/urls_controller.rb:19

Completed 500 Internal Server Error in 18ms (ActiveRecord: 6.4ms)

Redis::CannotConnectError (Error connecting to Redis on 127.0.0.1:6379 (Errno::ECONNREFUSED)):

app/models/url.rb:6:in `background_process' app/controllers/urls_controller.rb:19:in `create' Started POST “/urls” for 127.0.0.1 at 2019-01-24 12:56:33 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"shdk7z0COkgNQ3ruxgjrxFgyek06fCVQ1kiK/h1STdV9YyBvvNbgwxQbZkKhhIV9hZ84t9Zs6K9owfB7MrLG+Q==", "url"=>{"longurl"=>"https://github.com/rubocop-hq/rubocop", "domain"=>"github.com"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://github.com/rubocop-hq/rubocop"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.6ms)  BEGIN
↳ app/controllers/urls_controller.rb:19
Url Create (0.9ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://github.com/rubocop-hq/rubocop"], ["shorturl", "www.nav.com/nY8D"], ["domain", "github.com"], ["mdsum", 3603], ["created_at", "2019-01-24 07:26:33.815005"], ["updated_at", "2019-01-24 07:26:33.815005"]]
↳ app/controllers/urls_controller.rb:19
 (41.9ms)  COMMIT
↳ app/controllers/urls_controller.rb:19

Redirected to localhost:3000/urls/133 Completed 302 Found in 52ms (ActiveRecord: 43.9ms)

Started GET “/urls/133” for 127.0.0.1 at 2019-01-24 12:56:33 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"133"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 133], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 73ms (Views: 32.5ms | ActiveRecord: 0.4ms)

Urlreport Load (1.0ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.7ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 6], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (0.6ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 12:56:36 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 65ms (Views: 61.6ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-24 12:56:39 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (5.7ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (19.3ms)

Completed 200 OK in 53ms (Views: 35.2ms | ActiveRecord: 11.9ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 12:56:40 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (10.1ms)

Completed 200 OK in 70ms (Views: 65.9ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 12:56:53 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"zE1bPMtuxbxxgcSzp8c1jeOnlxy8ZRuwN9m9hKguDl78Cq3P+Ra8iNv+yR14WTIuBiGyTUJhC7biG9NbjVduOA==", "url"=>{"longurl"=>"https://medium.com/deemaze-software/ruby-on-rails-testing-and-code-quality-part-4-1dcc3c4fb351", "domain"=>"medium.com"}, "commit"=>"Search"}
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://medium.com/deemaze-software/ruby-on-rails-testing-and-code-quality-part-4-1dcc3c4fb351"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (3.4ms)  BEGIN
↳ app/controllers/urls_controller.rb:19
Url Create (0.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://medium.com/deemaze-software/ruby-on-rails-testing-and-code-quality-part-4-1dcc3c4fb351"], ["shorturl", "www.nav.com/YCTI"], ["domain", "medium.com"], ["mdsum", 8735], ["created_at", "2019-01-24 07:26:53.245392"], ["updated_at", "2019-01-24 07:26:53.245392"]]
↳ app/controllers/urls_controller.rb:19
Urlreport Load (1.2ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.3ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (1.1ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 7], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (41.1ms)  COMMIT
↳ app/controllers/urls_controller.rb:19
 (33.8ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Redirected to localhost:3000/urls/134 Completed 302 Found in 54ms (ActiveRecord: 45.7ms)

Started GET “/urls/134” for 127.0.0.1 at 2019-01-24 12:56:53 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"134"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 134], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 31ms (Views: 27.7ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 12:56:54 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.3ms)

Completed 200 OK in 53ms (Views: 47.4ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 12:57:14 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"gnjXsEx6YadNpB5YtMcYv+J9lbaiiYCkCPpvqA+0CLmyPyFDfgIYk+fbE/ZrWR8cB/uw51yNkKLdOAF3Ks1o3w==", "url"=>{"longurl"=>"https://github.com/rspec/rspec-rails", "domain"=>"github.com"}, "commit"=>"Search"}
Url Load (1.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://github.com/rspec/rspec-rails"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12

Completed 500 Internal Server Error in 6ms (ActiveRecord: 1.4ms)

TypeError (no implicit conversion of nil into String):

app/helpers/urls_helper.rb:11:in `+' app/helpers/urls_helper.rb:11:in `conversion' app/controllers/urls_controller.rb:18:in `create' Started POST “/urls” for 127.0.0.1 at 2019-01-24 12:57:25 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"FH8mBUGTtN7CnvzoI87P+G50UINwlvoZj4JjRPhqYjrbC2KFwEduVdvG4EREQqFBs9kSeZyGN+YxCxnB14rpFg==", "url"=>{"longurl"=>"https://github.com/rspec/rspec-rails", "domain"=>"github.com"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://github.com/rspec/rspec-rails"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12

Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.6ms)

TypeError (no implicit conversion of nil into String):

app/helpers/urls_helper.rb:11:in `+' app/helpers/urls_helper.rb:11:in `conversion' app/controllers/urls_controller.rb:18:in `create' Started POST “/urls” for 127.0.0.1 at 2019-01-24 12:58:00 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"FH8mBUGTtN7CnvzoI87P+G50UINwlvoZj4JjRPhqYjrbC2KFwEduVdvG4EREQqFBs9kSeZyGN+YxCxnB14rpFg==", "url"=>{"longurl"=>"https://github.com/rspec/rspec-rails", "domain"=>"github.com"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://github.com/rspec/rspec-rails"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12

Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.6ms)

TypeError (no implicit conversion of nil into String):

app/helpers/urls_helper.rb:11:in `+' app/helpers/urls_helper.rb:11:in `conversion' app/controllers/urls_controller.rb:18:in `create' Started POST “/urls” for 127.0.0.1 at 2019-01-24 12:58:46 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"FH8mBUGTtN7CnvzoI87P+G50UINwlvoZj4JjRPhqYjrbC2KFwEduVdvG4EREQqFBs9kSeZyGN+YxCxnB14rpFg==", "url"=>{"longurl"=>"https://github.com/rspec/rspec-rails", "domain"=>"github.com"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://github.com/rspec/rspec-rails"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12

Completed 500 Internal Server Error in 18ms (ActiveRecord: 5.1ms)

TypeError (no implicit conversion of nil into String):

app/helpers/urls_helper.rb:12:in `+' app/helpers/urls_helper.rb:12:in `conversion' app/controllers/urls_controller.rb:18:in `create' Started POST “/urls” for 127.0.0.1 at 2019-01-24 12:59:59 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"FH8mBUGTtN7CnvzoI87P+G50UINwlvoZj4JjRPhqYjrbC2KFwEduVdvG4EREQqFBs9kSeZyGN+YxCxnB14rpFg==", "url"=>{"longurl"=>"https://github.com/rspec/rspec-rails", "domain"=>"github.com"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://github.com/rspec/rspec-rails"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:19
Url Create (0.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://github.com/rspec/rspec-rails"], ["shorturl", "www.nav.com/mR6D"], ["domain", "github.com"], ["mdsum", 3483], ["created_at", "2019-01-24 07:30:00.018582"], ["updated_at", "2019-01-24 07:30:00.018582"]]
↳ app/controllers/urls_controller.rb:19
 (0.5ms)  COMMIT
↳ app/controllers/urls_controller.rb:19

Redirected to localhost:3000/urls/135 Completed 302 Found in 25ms (ActiveRecord: 5.7ms)

Started GET “/urls/135” for 127.0.0.1 at 2019-01-24 13:00:00 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"135"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 135], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.5ms)

Completed 200 OK in 50ms (Views: 45.0ms | ActiveRecord: 0.4ms)

Urlreport Load (2.1ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 8], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (41.4ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 13:01:29 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.7ms)

Completed 200 OK in 55ms (Views: 34.0ms | ActiveRecord: 7.8ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-24 13:01:30 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.5ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (18.9ms)

Completed 200 OK in 48ms (Views: 34.8ms | ActiveRecord: 10.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 13:01:32 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (11.7ms)

Completed 200 OK in 62ms (Views: 58.4ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-24 13:01:33 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.6ms)

Completed 200 OK in 56ms (Views: 27.4ms | ActiveRecord: 13.4ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-24 13:10:17 +0530

 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (9.1ms)

Completed 200 OK in 323ms (Views: 284.6ms | ActiveRecord: 5.2ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-24 13:10:19 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.3ms)

Completed 200 OK in 110ms (Views: 63.9ms | ActiveRecord: 0.0ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-24 13:10:43 +0530 Processing by UsersController#signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"SjV/kLxCG7Ml8gs57bIYKXgIp33wUuwTn+qhRsN1MtR32/rSjRzO7KWam7J0mC3YlseZt7ObD2WP1NrlLITYsw==", "user"=>{"username"=>"prabal", "email"=>"prabal@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"signup"}

Unpermitted parameter: :password_confirmation

User Load (1.7ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "prabal@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:15
User Load (2.5ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "prabal"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18
 (0.3ms)  BEGIN
↳ app/controllers/users_controller.rb:22
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "prabal"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:22
User Exists (0.6ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "prabal@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:22
User Create (13.4ms)  INSERT INTO "users" ("username", "email", "password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["username", "prabal"], ["email", "prabal@gmail.com"], ["password", "q112tb323db518n267544776"], ["created_at", "2019-01-24 07:40:43.326844"], ["updated_at", "2019-01-24 07:40:43.326844"]]
↳ app/controllers/users_controller.rb:22
 (0.6ms)  COMMIT
↳ app/controllers/users_controller.rb:22

Redirected to localhost:3000/urls/new Completed 302 Found in 35ms (ActiveRecord: 19.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 13:10:43 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.9ms)

Completed 200 OK in 46ms (Views: 27.1ms | ActiveRecord: 6.6ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-24 13:10:57 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (11.9ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (31.4ms)

Completed 200 OK in 68ms (Views: 42.0ms | ActiveRecord: 22.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 13:10:59 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.2ms)

Completed 200 OK in 80ms (Views: 76.0ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-24 13:11:00 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.7ms)

Completed 200 OK in 56ms (Views: 53.7ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-24 13:20:49 +0530

 (1.4ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (11.4ms)

Completed 200 OK in 366ms (Views: 328.4ms | ActiveRecord: 6.9ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-24 13:20:51 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"7AxYlSlFkxPtXfJ+CauLoumLFZCDlGsqwC5SEYZ4sAsjeBwVqJFJmPQF7tJuJ+UbNCZXam+EptV+pyiUqZg7Jw==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.2ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 6ms (ActiveRecord: 1.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 13:20:51 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.7ms)

Completed 200 OK in 46ms (Views: 28.5ms | ActiveRecord: 5.9ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 13:21:01 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"6zv3fWbgdL5IQ/on51fd1pznHmSU9oKEA07u0uPwnKkkT7P95zSuNVEb5ouA27NvQUpcnnjmT3u9x5RXzBAXhQ==", "url"=>{"longurl"=>"https://redis.io/topics/rediscli", "domain"=>"redis.io"}, "commit"=>"Search"}
Url Load (2.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://redis.io/topics/rediscli"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13

Redirected to Completed 500 Internal Server Error in 15ms (ActiveRecord: 2.8ms)

ActionController::ActionControllerError (Cannot redirect to nil!):

app/controllers/urls_controller.rb:16:in `create' Started POST “/urls” for 127.0.0.1 at 2019-01-24 13:21:36 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"6zv3fWbgdL5IQ/on51fd1pznHmSU9oKEA07u0uPwnKkkT7P95zSuNVEb5ouA27NvQUpcnnjmT3u9x5RXzBAXhQ==", "url"=>{"longurl"=>"https://redis.io/topics/rediscli", "domain"=>"redis.io"}, "commit"=>"Search"}
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:21
Url Create (0.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://redis.io/topics/rediscli"], ["shorturl", "www.nav.com/J$&D"], ["domain", "redis.io"], ["mdsum", 3111], ["created_at", "2019-01-24 07:51:36.469778"], ["updated_at", "2019-01-24 07:51:36.469778"]]
↳ app/controllers/urls_controller.rb:21
 (40.4ms)  COMMIT
↳ app/controllers/urls_controller.rb:21

Redirected to localhost:3000/urls/136 Completed 302 Found in 67ms (ActiveRecord: 45.2ms)

Started GET “/urls/136” for 127.0.0.1 at 2019-01-24 13:21:36 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"136"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 136], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 31ms (Views: 26.1ms | ActiveRecord: 0.4ms)

Urlreport Load (1.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (1.3ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (2.0ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 9], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (1.3ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 13:21:41 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (9.7ms)

Completed 200 OK in 52ms (Views: 47.7ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 13:21:47 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Pp+2amjeWndjxmO2ZhFAe5CFEVJrIx1SYtmZxpqgRXsO2ECZWqYjQ8m5bhi5j0fYdQM0A5UnDVS3G/cZv9klHQ==", "url"=>{"longurl"=>"https://redis.io/topics/rediscli", "domain"=>"redis.io"}, "commit"=>"Search"}
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:21
Url Create (0.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://redis.io/topics/rediscli"], ["shorturl", "www.nav.com/J$&D"], ["domain", "redis.io"], ["mdsum", 3111], ["created_at", "2019-01-24 07:51:47.565112"], ["updated_at", "2019-01-24 07:51:47.565112"]]
↳ app/controllers/urls_controller.rb:21
Urlreport Load (0.6ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (1.4ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (1.3ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 10], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (40.1ms)  COMMIT
↳ app/controllers/urls_controller.rb:21
 (32.9ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Redirected to localhost:3000/urls/137 Completed 302 Found in 47ms (ActiveRecord: 40.9ms)

Started GET “/urls/137” for 127.0.0.1 at 2019-01-24 13:21:47 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"137"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 137], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 31ms (Views: 27.6ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 13:21:53 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.7ms)

Completed 200 OK in 35ms (Views: 33.3ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 13:21:59 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"LDwmP5O5Dum9NLmMZ+4zdpFpm2Y+QV8KkCdR2+BUsBcce9DMocF33RdLtCK4cDTVdO++N8BFTwxF5T8ExS3QcQ==", "url"=>{"longurl"=>"https://redis.io/topics/rediscli", "domain"=>"redis.io"}, "commit"=>"Search"}
 (0.7ms)  BEGIN
↳ app/controllers/urls_controller.rb:21
Url Create (1.1ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://redis.io/topics/rediscli"], ["shorturl", "www.nav.com/J$&D"], ["domain", "redis.io"], ["mdsum", 3111], ["created_at", "2019-01-24 07:51:59.114699"], ["updated_at", "2019-01-24 07:51:59.114699"]]
↳ app/controllers/urls_controller.rb:21
Urlreport Load (0.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 11], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (39.9ms)  COMMIT
 (35.6ms)  COMMIT
↳ app/controllers/urls_controller.rb:21
↳ app/workers/convert_worker.rb:12

Redirected to localhost:3000/urls/138 Completed 302 Found in 52ms (ActiveRecord: 41.7ms)

Started GET “/urls/138” for 127.0.0.1 at 2019-01-24 13:21:59 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"138"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 138], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 69ms (Views: 67.2ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 13:22:08 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (6.0ms)

Completed 200 OK in 73ms (Views: 68.3ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 13:23:22 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"db16QdLS+Ez2zbu6/A9Z72Kk1xl7IXmbxLnwUnRClvFF+oyy4KqBeFyythQjkV5MhyLySIUlaZ0Re56NUTv2lw==", "url"=>{"longurl"=>"https://redis.io/topics/rediscli", "domain"=>"redis.io"}, "commit"=>"Search"}
 (0.4ms)  BEGIN
↳ app/controllers/urls_controller.rb:21
Url Create (0.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://redis.io/topics/rediscli"], ["shorturl", "www.nav.com/J$&D"], ["domain", "redis.io"], ["mdsum", 3111], ["created_at", "2019-01-24 07:53:22.417937"], ["updated_at", "2019-01-24 07:53:22.417937"]]
↳ app/controllers/urls_controller.rb:21
 (0.5ms)  COMMIT
↳ app/controllers/urls_controller.rb:21

Redirected to localhost:3000/urls/139 Completed 302 Found in 23ms (ActiveRecord: 5.6ms)

Started GET “/urls/139” for 127.0.0.1 at 2019-01-24 13:23:22 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"139"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 139], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 39ms (Views: 34.7ms | ActiveRecord: 0.4ms)

Urlreport Load (1.1ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (1.7ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (1.2ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 12], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (45.7ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 13:23:23 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.5ms)

Completed 200 OK in 53ms (Views: 49.9ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 13:23:29 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"QtkEPCzlzwBoP7Tu9QSftpRNEqdp2kJPHb5ebngMx7pynvLPHp22NMJAuUAqmpgVccs39pfeUknIfDCxXXWn3A==", "url"=>{"longurl"=>"https://redis.io/topics/rediscli", "domain"=>"redis.io"}, "commit"=>"Search"}
 (0.8ms)  BEGIN
↳ app/controllers/urls_controller.rb:21
Url Create (0.7ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://redis.io/topics/rediscli"], ["shorturl", "www.nav.com/J$&D"], ["domain", "redis.io"], ["mdsum", 3111], ["created_at", "2019-01-24 07:53:29.286884"], ["updated_at", "2019-01-24 07:53:29.286884"]]
↳ app/controllers/urls_controller.rb:21
Urlreport Load (0.7ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.7ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 13], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (39.9ms)  COMMIT
↳ app/controllers/urls_controller.rb:21
 (34.2ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Redirected to localhost:3000/urls/140 Completed 302 Found in 49ms (ActiveRecord: 41.5ms)

Started GET “/urls/140” for 127.0.0.1 at 2019-01-24 13:23:29 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"140"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 140], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 27ms (Views: 23.1ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 13:23:46 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.3ms)

Completed 200 OK in 40ms (Views: 23.3ms | ActiveRecord: 4.7ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 13:23:51 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"HVTSSnsnmkkH1VZFUvR5UxTiX/N5H6MDTpm4H6chjTwtEyS5SV/jfa2qW+uNan7w8WR6oocbswWbW9bAgljtWg==", "url"=>{"longurl"=>"https://redis.io/topics/rediscli", "domain"=>"redis.io"}, "commit"=>"Search"}

Redirected to Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)

ActionController::ActionControllerError (Cannot redirect to nil!):

app/controllers/urls_controller.rb:16:in `create' Started POST “/urls” for 127.0.0.1 at 2019-01-24 13:24:59 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"r17aTCXbn1o3V9K09xi1mBtGaM3aqfbFUg9zDqBFDAZgKp7MpA9F0S4PzhiQlNshxusqNza5OzrshgmLj6WHKg==", "url"=>{"longurl"=>"https://redis.io/topics/rediscli", "domain"=>"redis.io"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://redis.io/topics/rediscli"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:15

Redirected to localhost:3000/urls/136 Completed 302 Found in 23ms (ActiveRecord: 6.2ms)

Started GET “/urls/136” for 127.0.0.1 at 2019-01-24 13:24:59 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"136"}
Url Load (1.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 136], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:35
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.6ms)

Completed 200 OK in 39ms (Views: 34.3ms | ActiveRecord: 1.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 13:25:00 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (6.2ms)

Completed 200 OK in 62ms (Views: 57.4ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 13:25:01 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"jQeq4nXnaAxNSb6hVEcFlW1tm39OXgUOfCJYyJAzKKC9QFwRR58ROOc2sw+L2QI2iOu+LrBaFQip4DYXtUpIxg==", "url"=>{"longurl"=>"", "domain"=>""}, "commit"=>"Search"}
Url Load (2.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", ""], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
CACHE Url Load (0.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", ""], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:15
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:22
 (0.3ms)  ROLLBACK
↳ app/controllers/urls_controller.rb:22
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.3ms)

Completed 200 OK in 48ms (Views: 34.4ms | ActiveRecord: 2.6ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 13:25:06 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"1LMYto/adxyNtjLHpNiYYnYkISpp/EAyuZoIxPXO6B0bx1w2Dg6tl5TuLmvDVPbbq4lj0IXsjc0HE3JB2i5jMQ==", "url"=>{"longurl"=>"https://redis.io/topics/rediscli", "domain"=>"redis.io"}, "commit"=>"Search"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://redis.io/topics/rediscli"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:15

Redirected to localhost:3000/urls/136 Completed 302 Found in 4ms (ActiveRecord: 0.8ms)

Started GET “/urls/136” for 127.0.0.1 at 2019-01-24 13:25:06 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"136"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 136], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:35
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (4.2ms)

Completed 200 OK in 48ms (Views: 44.2ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 13:25:07 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.9ms)

Completed 200 OK in 59ms (Views: 54.2ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-24 13:25:08 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (9.4ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (35.1ms)

Completed 200 OK in 69ms (Views: 43.1ms | ActiveRecord: 23.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 13:25:37 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.4ms)

Completed 200 OK in 49ms (Views: 46.8ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 13:25:41 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"rqF9dZ8atwy0m7JiLHGx32mnd2ApnjUXXcolMg4WFACe5ouGrWLOOB7kv8zz77Z8jCFSMdeaJRGICEvtK290Zg==", "url"=>{"longurl"=>"https://redis.io/topics/rediscli", "domain"=>"redis.io"}, "commit"=>"Search"}
Url Load (4.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://redis.io/topics/rediscli"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:15

Redirected to localhost:3000/urls/136 Completed 302 Found in 10ms (ActiveRecord: 4.5ms)

Started GET “/urls/136” for 127.0.0.1 at 2019-01-24 13:25:41 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"136"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 136], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:35
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.2ms)

Completed 200 OK in 29ms (Views: 24.0ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 13:26:13 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (8.9ms)

Completed 200 OK in 79ms (Views: 77.3ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 13:26:20 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"F+Gcg/bE0lrqQ8S9AbA/EuaC/mXfac/zhLaw+5Lt7jAnpmpwxLyrbkA8yRPeLjixAwTbNCFt3/VRdN4kt5SOVg==", "url"=>{"longurl"=>"https://redis.io/topics/rediscli", "domain"=>"redis.io"}, "commit"=>"Search"}
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://redis.io/topics/rediscli"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:15

Redirected to localhost:3000/urls/136 Completed 302 Found in 5ms (ActiveRecord: 0.9ms)

Started GET “/urls/136” for 127.0.0.1 at 2019-01-24 13:26:20 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"136"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 136], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:35
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 30ms (Views: 26.3ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 13:26:47 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.6ms)

Completed 200 OK in 77ms (Views: 44.3ms | ActiveRecord: 4.3ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 13:26:54 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"V6xuG/87b3BkRDETdfRJJtjWj49+Mxoy0U4+8dNiOAVn65jozUMWRM47PL2qak6FPVCq3oA3CjQEjFAu9htYYw==", "url"=>{"longurl"=>"https://redis.io/topics/rediscli", "domain"=>"redis.io"}, "commit"=>"Search"}
 (0.5ms)  BEGIN
↳ app/controllers/urls_controller.rb:21
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://redis.io/topics/rediscli"], ["shorturl", "www.nav.com/J$&D"], ["domain", "redis.io"], ["mdsum", 3111], ["created_at", "2019-01-24 07:56:54.731865"], ["updated_at", "2019-01-24 07:56:54.731865"]]
↳ app/controllers/urls_controller.rb:21
 (4.8ms)  COMMIT
↳ app/controllers/urls_controller.rb:21

Redirected to localhost:3000/urls/141 Completed 302 Found in 22ms (ActiveRecord: 5.8ms)

Started GET “/urls/141” for 127.0.0.1 at 2019-01-24 13:26:54 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"141"}
Url Load (2.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 141], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.9ms)
Urlreport Load (0.8ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5

Completed 200 OK in 50ms (Views: 43.9ms | ActiveRecord: 2.0ms)

 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.6ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 14], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (0.6ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 13:27:11 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.9ms)

Completed 200 OK in 46ms (Views: 43.8ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 13:27:17 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"iPQBhgNPykHYchkZos9nFL7e5bj/nlMezWmjaLG+0Lq4s/d1MTezdXINFLd9UWC3W1jA6QGaQxgYq823lMew3A==", "url"=>{"longurl"=>"https://redis.io/topics/rediscli", "domain"=>"redis.io"}, "commit"=>"Search"}
 (1.8ms)  BEGIN
↳ app/controllers/urls_controller.rb:21
Url Create (1.3ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://redis.io/topics/rediscli"], ["shorturl", "www.nav.com/J$&D"], ["domain", "redis.io"], ["mdsum", 3111], ["created_at", "2019-01-24 07:57:17.295742"], ["updated_at", "2019-01-24 07:57:17.295742"]]
↳ app/controllers/urls_controller.rb:21
Urlreport Load (0.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.9ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 15], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (41.6ms)  COMMIT
↳ app/controllers/urls_controller.rb:21

Redirected to localhost:3000/urls/142 Completed 302 Found in 53ms (ActiveRecord: 44.8ms)

Started GET “/urls/142” for 127.0.0.1 at 2019-01-24 13:27:17 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"142"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 142], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:34
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)
 (75.5ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Completed 200 OK in 32ms (Views: 29.2ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 13:27:19 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.4ms)

Completed 200 OK in 65ms (Views: 60.5ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 13:29:06 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZFS2R/e4R9ACkkdjVT56xw20C3KCvVqM/gDYH1Tl/kZUE0C0xcA+5KjtSs2KoH1k6DIuI3y5SoorwrbAcZyeIA==", "url"=>{"longurl"=>"https://redis.io/topics/rediscli", "domain"=>"redis.io"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://redis.io/topics/rediscli"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13

Redirected to localhost:3000/urls/136 Completed 302 Found in 19ms (ActiveRecord: 5.4ms)

Started GET “/urls/136” for 127.0.0.1 at 2019-01-24 13:29:06 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"136"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 136], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 27ms (Views: 24.4ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 13:29:11 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (7.0ms)

Completed 200 OK in 50ms (Views: 47.9ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-24 13:29:13 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Z+3eDfVAXO7GApUU23yTbS17qkPZ/1tCCwbxM1bcPM38zQPYm242mPUull6xg5H+Uq6Zwjda6xKlFA1km94a9A==", "url"=>{"shorturl"=>"www.nav.com/J$&D"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/J$&D"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:45

Redirected to localhost:3000/urls/136 Completed 302 Found in 37ms (ActiveRecord: 0.6ms)

Started GET “/urls/136” for 127.0.0.1 at 2019-01-24 13:29:13 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"136"}
Url Load (0.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 136], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 27ms (Views: 24.4ms | ActiveRecord: 0.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 13:29:14 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.5ms)

Completed 200 OK in 51ms (Views: 47.1ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-24 13:29:35 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"RVGe6Ahc0ta5Uh1Z8HQFyOazv+kWzB64RpuRF5+2u+becUM9ZnK4oIp+HhOaiwdbmWaMaPhprujoiW1AUrSd3w==", "url"=>{"shorturl"=>"www.nav.com/J$&D"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/136 Completed 302 Found in 7ms (ActiveRecord: 0.0ms)

Started GET “/urls/136” for 127.0.0.1 at 2019-01-24 13:29:35 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"136"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 136], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:33
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 44ms (Views: 40.6ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 13:29:47 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.2ms)

Completed 200 OK in 63ms (Views: 55.2ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-24 13:30:03 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (1.0ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (13.6ms)

Completed 200 OK in 48ms (Views: 37.9ms | ActiveRecord: 5.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 13:30:21 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.7ms)

Completed 200 OK in 34ms (Views: 32.3ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-24 13:30:22 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.9ms)

Completed 200 OK in 58ms (Views: 25.6ms | ActiveRecord: 12.9ms)

Started GET “/” for 127.0.0.1 at 2019-01-24 14:38:49 +0530

 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (2.9ms)

Completed 200 OK in 430ms (Views: 416.4ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-24 14:38:52 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (4.3ms)

Completed 200 OK in 62ms (Views: 27.3ms | ActiveRecord: 10.6ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-24 14:38:53 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.7ms)

Completed 200 OK in 45ms (Views: 42.4ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-24 14:38:54 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.1ms)

Completed 200 OK in 58ms (Views: 54.3ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-24 14:38:55 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"lqH4dlcAF3ENntfL/hY72+jK6UoBdub8S2/mSDMEVTcK9a16yoFs1gEQwhghhAsPi8YMk+64M1+2SVNh3/ybNQ==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (3.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 8ms (ActiveRecord: 3.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 14:38:55 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.5ms)

Completed 200 OK in 49ms (Views: 31.4ms | ActiveRecord: 4.9ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 14:39:11 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"RewN40uKdXqncKhMzegrEMe94o4Z7lro7TTuP9lHAy6KmEljyl6v8b4otOCqZEWpGhCgdPX+lxdTvZS69qeIAg==", "url"=>{"longurl"=>"https://stackoverflow.com/questions/742013/how-do-i-create-a-url-shortener", "domain"=>"stackoverflow"}, "commit"=>"Search"}
Url Load (7.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://stackoverflow.com/questions/742013/how-do-i-create-a-url-shortener"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:19
Url Create (3.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://stackoverflow.com/questions/742013/how-do-i-create-a-url-shortener"], ["shorturl", "www.nav.com/o&DG"], ["domain", "stackoverflow"], ["mdsum", 6917], ["created_at", "2019-01-24 09:09:11.735323"], ["updated_at", "2019-01-24 09:09:11.735323"]]
↳ app/controllers/urls_controller.rb:19
 (0.6ms)  COMMIT
↳ app/controllers/urls_controller.rb:19

Redirected to localhost:3000/urls/143 Completed 302 Found in 24ms (ActiveRecord: 11.9ms)

Started GET “/urls/143” for 127.0.0.1 at 2019-01-24 14:39:11 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"143"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 143], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 34ms (Views: 30.8ms | ActiveRecord: 0.4ms)

Urlreport Load (1.1ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.3ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (2.0ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 16], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (0.8ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 14:40:58 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.2ms)

Completed 200 OK in 48ms (Views: 30.4ms | ActiveRecord: 4.5ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 14:41:19 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"yR5tdYbfyYMc3l86XKL8pn/winZ5JsgtqC3W9HZCV1T5WZuGtKewt7ahUpSDPPsFmnavJ4ci2Ct977grUzs3Mg==", "url"=>{"longurl"=>"https://blog.codinghorror.com/url-shortening-hashes-in-practice/", "domain"=>"blog.codinghorror.com"}, "commit"=>"Search"}
Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://blog.codinghorror.com/url-shortening-hashes-in-practice/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (1.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:19
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://blog.codinghorror.com/url-shortening-hashes-in-practice/"], ["shorturl", "www.%OUC/62xG"], ["domain", "blog.codinghorror.com"], ["mdsum", 6238], ["created_at", "2019-01-24 09:11:19.594509"], ["updated_at", "2019-01-24 09:11:19.594509"]]
↳ app/controllers/urls_controller.rb:19
 (39.9ms)  COMMIT
↳ app/controllers/urls_controller.rb:19

Redirected to localhost:3000/urls/144 Completed 302 Found in 55ms (ActiveRecord: 42.6ms)

Urlreport Load (0.6ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5

Started GET “/urls/144” for 127.0.0.1 at 2019-01-24 14:41:19 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"144"}
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.6ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 17], ["id", 2]]
↳ app/workers/convert_worker.rb:12
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 144], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
 (0.7ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 30ms (Views: 25.5ms | ActiveRecord: 0.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 14:44:03 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.8ms)

Completed 200 OK in 64ms (Views: 49.7ms | ActiveRecord: 3.9ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 14:44:21 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"jjrV1rsLu/DyHMmPb9Z+yInmN+ir+2olReXdniJJMs++fSMliXPCxFhjxCGwSHlrbGASuVX/eiOQJ7NBBzBSqQ==", "url"=>{"longurl"=>"https://blog.codinghorror.com/url-shortening-hashes-in-practice/", "domain"=>"blog.codinghorror.com"}, "commit"=>"Search"}
Url Load (3.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://blog.codinghorror.com/url-shortening-hashes-in-practice/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12

Redirected to localhost:3000/urls/144 Completed 302 Found in 8ms (ActiveRecord: 3.8ms)

Started GET “/urls/144” for 127.0.0.1 at 2019-01-24 14:44:21 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"144"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 144], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.2ms)

Completed 200 OK in 41ms (Views: 37.4ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 14:44:28 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (9.4ms)

Completed 200 OK in 52ms (Views: 47.9ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 14:44:36 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"0NuB4TEOJ52HrLboOi10JdQeo9ZIJcJ5zPx0AIRZeJ/gnHcSA3ZeqS3Tu0bls3OGMZiGh7Yh0n8ZPhrfoSAY+Q==", "url"=>{"longurl"=>"https://blog.codinghorror.com/url-shortening-hashedds-in-practice/", "domain"=>"blog.codinghorror.com"}, "commit"=>"Search"}
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://blog.codinghorror.com/url-shortening-hashedds-in-practice/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:19
Url Create (1.2ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://blog.codinghorror.com/url-shortening-hashedds-in-practice/"], ["shorturl", "www.vEVC/8kyG"], ["domain", "blog.codinghorror.com"], ["mdsum", 6438], ["created_at", "2019-01-24 09:14:36.847463"], ["updated_at", "2019-01-24 09:14:36.847463"]]
↳ app/controllers/urls_controller.rb:19
 (2.8ms)  COMMIT
↳ app/controllers/urls_controller.rb:19

Redirected to localhost:3000/urls/145 Completed 302 Found in 31ms (ActiveRecord: 5.2ms)

Started GET “/urls/145” for 127.0.0.1 at 2019-01-24 14:44:36 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"145"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 145], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (2.1ms)

Completed 200 OK in 32ms (Views: 27.9ms | ActiveRecord: 0.7ms)

Urlreport Load (0.4ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (1.6ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 18], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (0.5ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 14:44:48 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.3ms)

Completed 200 OK in 38ms (Views: 36.4ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-24 14:44:49 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (1.9ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (14.6ms)

Completed 200 OK in 47ms (Views: 38.1ms | ActiveRecord: 5.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 14:44:50 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.4ms)

Completed 200 OK in 52ms (Views: 49.2ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 14:44:58 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"SmZdpfwnJgagjkgx6Gl17892/6DLuF6z+jVA6sDY5PJ6IatWzl9fMgrxRZ8393JMKvDa8TW8TrUv9y415aGElA==", "url"=>{"longurl"=>"https://blog.codinghorror.com/url-shortening-hashes-in-phbhbrbbractice/", "domain"=>"blog.codinghorror.com"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://blog.codinghorror.com/url-shortening-hashes-in-phbhbrbbractice/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.4ms)  BEGIN
↳ app/controllers/urls_controller.rb:19
Url Create (4.8ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://blog.codinghorror.com/url-shortening-hashes-in-phbhbrbbractice/"], ["shorturl", "www.vEVC/V7DG"], ["domain", "blog.codinghorror.com"], ["mdsum", 6952], ["created_at", "2019-01-24 09:14:58.963239"], ["updated_at", "2019-01-24 09:14:58.963239"]]
↳ app/controllers/urls_controller.rb:19
Urlreport Load (0.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.7ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 19], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (41.3ms)  COMMIT
↳ app/controllers/urls_controller.rb:19

Redirected to localhost:3000/urls/146 Completed 302 Found in 55ms (ActiveRecord: 47.0ms)

Started GET “/urls/146” for 127.0.0.1 at 2019-01-24 14:44:59 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"146"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 146], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)
 (74.2ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Completed 200 OK in 27ms (Views: 24.7ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 14:45:04 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.3ms)

Completed 200 OK in 55ms (Views: 49.8ms | ActiveRecord: 0.0ms)

 (0.3ms)  SELECT pg_try_advisory_lock(4940285333737373340)
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
ActiveRecord::InternalMetadata Load (29.4ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.2ms)  BEGIN
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.2ms)  COMMIT
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.3ms)  SELECT pg_advisory_unlock(4940285333737373340)
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.3ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.3ms)  SELECT pg_try_advisory_lock(4940285333737373340)
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23

Migrating to CreateUrls (20190124092003)

 (0.2ms)  BEGIN
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (242.0ms)  CREATE TABLE "urls" ("id" bigserial primary key, "longurl" character varying, "shorturl" character varying, "domain" character varying, "mdsum" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
↳ db/migrate/20190124092003_create_urls.rb:3
ActiveRecord::SchemaMigration Create (0.5ms)  INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"  [["version", "20190124092003"]]
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (1.3ms)  COMMIT
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
ActiveRecord::InternalMetadata Load (0.4ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.2ms)  BEGIN
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.1ms)  COMMIT
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.2ms)  SELECT pg_advisory_unlock(4940285333737373340)
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.3ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23

Started POST “/url/short?=” for 127.0.0.1 at 2019-01-24 14:52:41 +0530

 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UrlsController#short as /

Parameters: {"longurl"=>"www.facebook.com/sellers", "domain"=>"facebook.com", "url"=>{"longurl"=>"www.facebook.com/sellers", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (1.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com/sellers"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:58
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:65
Url Create (0.7ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.facebook.com/sellers"], ["shorturl", "www.vPLB/0eXC"], ["domain", "facebook.com"], ["mdsum", 2403], ["created_at", "2019-01-24 09:22:41.680120"], ["updated_at", "2019-01-24 09:22:41.680120"]]
↳ app/controllers/urls_controller.rb:65
 (2.3ms)  COMMIT
↳ app/controllers/urls_controller.rb:65

Completed 200 OK in 50ms (Views: 1.6ms | ActiveRecord: 22.4ms)

Urlreport Load (1.3ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.4ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.6ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 20], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (0.5ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started GET “/url/long?shorturl=www.nav.com/ytuR” for 127.0.0.1 at 2019-01-24 14:52:53 +0530 Processing by UrlsController#long as /

Parameters: {"shorturl"=>"www.nav.com/ytuR"}
Url Load (1.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.nav.com/ytuR"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:78

Completed 200 OK in 16ms (Views: 0.3ms | ActiveRecord: 1.8ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-24 14:53:04 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (2.1ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (19.3ms)

Completed 200 OK in 314ms (Views: 301.4ms | ActiveRecord: 6.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 14:53:10 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (13.9ms)

Completed 200 OK in 72ms (Views: 69.9ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 14:53:16 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"lO077jWsCRyM6V4A3a2zTXB054IvOD3uwWA/2xxGLOukqs0dB9RwKCaWU64CM7TulfLC09E8LegUolEEOT9MjQ==", "url"=>{"longurl"=>"https://blog.codinghorror.com/url-shortening-hashes-in-practice/", "domain"=>"blog.codinghorror.com"}, "commit"=>"Search"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://blog.codinghorror.com/url-shortening-hashes-in-practice/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:19
Url Create (0.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://blog.codinghorror.com/url-shortening-hashes-in-practice/"], ["shorturl", "www.vEVC/62xG"], ["domain", "blog.codinghorror.com"], ["mdsum", 6238], ["created_at", "2019-01-24 09:23:16.638536"], ["updated_at", "2019-01-24 09:23:16.638536"]]
↳ app/controllers/urls_controller.rb:19
 (0.6ms)  COMMIT
↳ app/controllers/urls_controller.rb:19

Redirected to localhost:3000/urls/2 Completed 302 Found in 12ms (ActiveRecord: 1.9ms)

Urlreport Load (1.3ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.4ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (2.1ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 21], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (0.6ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started GET “/urls/2” for 127.0.0.1 at 2019-01-24 14:53:16 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"2"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 32ms (Views: 28.0ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 14:53:18 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.1ms)

Completed 200 OK in 53ms (Views: 45.6ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 14:53:26 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"SO8OBvK5Nm2swFk0+xj6qzCHtk5NB6am6pI4UDcnNfR4qPj1wMFPWQa/VJokhv0I1QGTH7MDtqA/UFaPEl5Vkg==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook.com"}, "commit"=>"Search"}
Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (7.9ms)  BEGIN
↳ app/controllers/urls_controller.rb:19
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.facebook.com"], ["shorturl", "www.vPLB/K0%B"], ["domain", "facebook.com"], ["mdsum", 1594], ["created_at", "2019-01-24 09:23:26.675544"], ["updated_at", "2019-01-24 09:23:26.675544"]]
↳ app/controllers/urls_controller.rb:19
Urlreport Load (0.6ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.4ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 22], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (40.1ms)  COMMIT
 (32.8ms)  COMMIT
↳ app/controllers/urls_controller.rb:19
↳ app/workers/convert_worker.rb:12

Redirected to localhost:3000/urls/3 Completed 302 Found in 58ms (ActiveRecord: 49.6ms)

Started GET “/urls/3” for 127.0.0.1 at 2019-01-24 14:53:26 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"3"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 33ms (Views: 30.0ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 14:53:28 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 54ms (Views: 50.8ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 14:53:33 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"lt+gTOD4fc8uD0Xaj4JcMhdOWhwSaWcHax7llbOOPo+mmFa/0oAE+4RwSHRQHFuR8sh/TextdwG+3ItKlvde6Q==", "url"=>{"longurl"=>"www.housing.com/seller", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.housing.com/seller"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.7ms)  BEGIN
↳ app/controllers/urls_controller.rb:19
Url Create (4.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.housing.com/seller"], ["shorturl", "www.mJLB/kXVC"], ["domain", "housing.com"], ["mdsum", 2227], ["created_at", "2019-01-24 09:23:33.034369"], ["updated_at", "2019-01-24 09:23:33.034369"]]
↳ app/controllers/urls_controller.rb:19
Urlreport Load (0.4ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.5ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 23], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (41.0ms)  COMMIT
 (35.9ms)  COMMIT
↳ app/controllers/urls_controller.rb:19
↳ app/workers/convert_worker.rb:12

Redirected to localhost:3000/urls/4 Completed 302 Found in 54ms (ActiveRecord: 46.8ms)

Started GET “/urls/4” for 127.0.0.1 at 2019-01-24 14:53:33 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 31ms (Views: 28.6ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 14:53:34 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.7ms)

Completed 200 OK in 57ms (Views: 53.4ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 14:53:38 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"y+cziX6kZyINCC+fMg1EdIFcKmet757O9+iK8CxISn37oMV6TNweFqd3IjHtk0PXZNoPNlPrjsgiKuQvCTEqGw==", "url"=>{"longurl"=>"https://redis.io/topics/rediscli", "domain"=>"redis.io"}, "commit"=>"Search"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://redis.io/topics/rediscli"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (3.0ms)  BEGIN
↳ app/controllers/urls_controller.rb:19
Url Create (2.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://redis.io/topics/rediscli"], ["shorturl", "www.RbH/J$&D"], ["domain", "redis.io"], ["mdsum", 3111], ["created_at", "2019-01-24 09:23:38.669208"], ["updated_at", "2019-01-24 09:23:38.669208"]]
↳ app/controllers/urls_controller.rb:19
Urlreport Load (0.8ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.3ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.6ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 24], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (40.7ms)  COMMIT
 (34.5ms)  COMMIT
↳ app/workers/convert_worker.rb:12
↳ app/controllers/urls_controller.rb:19

Redirected to localhost:3000/urls/5 Completed 302 Found in 57ms (ActiveRecord: 46.8ms)

Started GET “/urls/5” for 127.0.0.1 at 2019-01-24 14:53:38 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"5"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 36ms (Views: 33.5ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 14:53:39 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.2ms)

Completed 200 OK in 60ms (Views: 55.3ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 14:53:48 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"BNQVphKC2hc80waLI7aALzKf4X4/yCTGO3U7irBSDMA0k+NVIPqjI5asCyX8KIeM1xnEL8HMNMDut1VVlStspg==", "url"=>{"longurl"=>"www.gmail.com", "domain"=>"gmail.com"}, "commit"=>"Search"}
Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.gmail.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.3ms)  BEGIN
↳ app/controllers/urls_controller.rb:19
Url Create (0.7ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.gmail.com"], ["shorturl", "www.DkI/8*MB"], ["domain", "gmail.com"], ["mdsum", 1290], ["created_at", "2019-01-24 09:23:48.292579"], ["updated_at", "2019-01-24 09:23:48.292579"]]
↳ app/controllers/urls_controller.rb:19
Urlreport Load (1.0ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.3ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.8ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 25], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (40.6ms)  COMMIT
 (33.5ms)  COMMIT
↳ app/workers/convert_worker.rb:12
↳ app/controllers/urls_controller.rb:19

Redirected to localhost:3000/urls/6 Completed 302 Found in 53ms (ActiveRecord: 42.6ms)

Started GET “/urls/6” for 127.0.0.1 at 2019-01-24 14:53:48 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"6"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 58ms (Views: 54.5ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 14:53:52 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.6ms)

Completed 200 OK in 40ms (Views: 36.7ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 14:54:04 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"809HDl5HZwnKlguDgFUM2EwHAGLixkhYJ6Pywmnfm8HDCLH9bD8ePWDpBi1fywt7qYElMxzCWF7yYZwdTKb7pw==", "url"=>{"longurl"=>"www.housing.com/user/seller?naveen", "domain"=>"housing.com"}, "commit"=>"Search"}

Redirected to localhost:3000/user/login Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-24 14:54:04 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.8ms)

Completed 200 OK in 46ms (Views: 27.3ms | ActiveRecord: 5.7ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-24 14:54:06 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"K2Zb7blBYxbC8MAc/SmNAEXr1AuDSkggT1ClAvmRKYPkEh9tOJW5nduo3LCapeO5mEaW8W9ahd/x2d+H1nGirw==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (2.9ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 7ms (ActiveRecord: 2.9ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 14:54:06 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.5ms)

Completed 200 OK in 27ms (Views: 25.1ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 14:54:11 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"kaAvcaDPBeU9qHORgJg7W9+zq9xK7ZPLJUaixxqOVW5e1GvxIRvfbiTwbz3nFFXiAh7pJqb9XjSbz9hCNW7eQg==", "url"=>{"longurl"=>"www.housing.com/seller", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (1.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.housing.com/seller"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12

Redirected to localhost:3000/urls/4 Completed 302 Found in 5ms (ActiveRecord: 1.8ms)

Started GET “/urls/4” for 127.0.0.1 at 2019-01-24 14:54:11 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.6ms)

Completed 200 OK in 28ms (Views: 26.1ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 14:54:16 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.4ms)

Completed 200 OK in 47ms (Views: 43.1ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 14:54:29 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"hwyuNE7b7RZm9n47CXpcPuAVRKZt/gbcrQ24n3f1cM+3S1jHfKOUIsyJc5XW5FudBZNh95P6Ftp4z9ZAUowQqQ==", "url"=>{"longurl"=>"www.housing.com/user/seller?naveen", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (1.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.housing.com/user/seller?naveen"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (1.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:19
Url Create (0.9ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "www.housing.com/user/seller?naveen"], ["shorturl", "www.mJLB/qM6D"], ["domain", "housing.com"], ["mdsum", 3421], ["created_at", "2019-01-24 09:24:29.907393"], ["updated_at", "2019-01-24 09:24:29.907393"]]
↳ app/controllers/urls_controller.rb:19
Urlreport Load (1.2ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.4ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 26], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (40.9ms)  COMMIT
↳ app/controllers/urls_controller.rb:19
 (35.7ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Redirected to localhost:3000/urls/7 Completed 302 Found in 53ms (ActiveRecord: 44.2ms)

Started GET “/urls/7” for 127.0.0.1 at 2019-01-24 14:54:29 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"7"}
Url Load (0.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 30ms (Views: 28.5ms | ActiveRecord: 0.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 14:54:50 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (8.8ms)

Completed 200 OK in 51ms (Views: 48.2ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-24 14:54:52 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (5.7ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (7.9ms)

Completed 200 OK in 46ms (Views: 38.2ms | ActiveRecord: 5.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 14:55:24 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.7ms)

Completed 200 OK in 84ms (Views: 80.9ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 14:55:30 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"T0WdP6D4KeZkKlGIAxt7NyyI6r6o0KQSV//wikY+Hud/AmvMkoBQ0s5VXCbchXyUyQ7P71bUtBSCPZ5VY0d+gQ==", "url"=>{"longurl"=>"https://stackoverflow.com/questions/742013/how-do-i-create-a-url-shortener", "domain"=>"stackoverflow"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://stackoverflow.com/questions/742013/how-do-i-create-a-url-shortener"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (1.4ms)  BEGIN
↳ app/controllers/urls_controller.rb:19
Url Create (1.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://stackoverflow.com/questions/742013/how-do-i-create-a-url-shortener"], ["shorturl", "www.OlOB/o&DG"], ["domain", "stackoverflow"], ["mdsum", 6917], ["created_at", "2019-01-24 09:25:31.004781"], ["updated_at", "2019-01-24 09:25:31.004781"]]
↳ app/controllers/urls_controller.rb:19
Urlreport Load (0.6ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.3ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.6ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 27], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (41.6ms)  COMMIT
 (35.7ms)  COMMIT
↳ app/controllers/urls_controller.rb:19
↳ app/workers/convert_worker.rb:12

Redirected to localhost:3000/urls/8 Completed 302 Found in 53ms (ActiveRecord: 45.0ms)

Started GET “/urls/8” for 127.0.0.1 at 2019-01-24 14:55:31 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"8"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.6ms)

Completed 200 OK in 32ms (Views: 29.4ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 14:55:33 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.0ms)

Completed 200 OK in 66ms (Views: 62.0ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 14:55:55 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"xS01V6nDYYH9jMf2HeVuV5bWldQUxVAtFggjf7iYkEX1asOkm7sYtVfzyljCe2n0c1CwherBQCvDyk2gneHwIw==", "url"=>{"longurl"=>"https://medium.com/deemaze-software/ruby-on-rails-testing-and-code-quality-part-4-1dcc3c4fb351", "domain"=>"medium.com"}, "commit"=>"Search"}
Url Load (1.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://medium.com/deemaze-software/ruby-on-rails-testing-and-code-quality-part-4-1dcc3c4fb351"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:19
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "mdsum", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["longurl", "https://medium.com/deemaze-software/ruby-on-rails-testing-and-code-quality-part-4-1dcc3c4fb351"], ["shorturl", "www.SwKB/W%UI"], ["domain", "medium.com"], ["mdsum", 8735], ["created_at", "2019-01-24 09:25:55.790515"], ["updated_at", "2019-01-24 09:25:55.790515"]]
↳ app/controllers/urls_controller.rb:19
Urlreport Load (0.7ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 28], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (41.3ms)  COMMIT
↳ app/controllers/urls_controller.rb:19

Redirected to localhost:3000/urls/9 Completed 302 Found in 52ms (ActiveRecord: 43.3ms)

Started GET “/urls/9” for 127.0.0.1 at 2019-01-24 14:55:55 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"9"}
Url Load (0.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.6ms)
 (74.0ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Completed 200 OK in 31ms (Views: 28.3ms | ActiveRecord: 0.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 14:55:58 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.9ms)

Completed 200 OK in 48ms (Views: 44.3ms | ActiveRecord: 0.0ms)

 (0.4ms)  SELECT pg_try_advisory_lock(4940285333737373340)
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.9ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23

Migrating to CreateUrls (20190124094043)

 (0.2ms)  BEGIN
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (43.7ms)  CREATE TABLE "urls" ("id" bigserial primary key, "longurl" character varying, "shorturl" character varying, "domain" character varying, "suffix" character varying)
↳ db/migrate/20190124094043_create_urls.rb:3
ActiveRecord::SchemaMigration Create (0.5ms)  INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"  [["version", "20190124094043"]]
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (1.0ms)  COMMIT
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
ActiveRecord::InternalMetadata Load (0.5ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.2ms)  BEGIN
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.2ms)  COMMIT
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.3ms)  SELECT pg_advisory_unlock(4940285333737373340)
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.3ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23

Started GET “/” for 127.0.0.1 at 2019-01-24 15:21:30 +0530

 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (2.1ms)

Completed 200 OK in 380ms (Views: 372.3ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-24 15:21:42 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (4.0ms)

Completed 200 OK in 60ms (Views: 26.4ms | ActiveRecord: 16.4ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-24 15:21:45 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"2Js4MkB3hKoqfHD66ZC3NoQr7NiTu1rz3gmsN04zVCJEz20+3fb/DSbyZSk2Aofi5ycJAXx1j1AjLxkeosuaIA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.8ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 7ms (ActiveRecord: 1.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 15:21:45 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 45ms (Views: 29.3ms | ActiveRecord: 4.4ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 15:22:06 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"mLr6xct0MAI/qb2UqZoHmIfQtFFqvkb6eYliyAoiX0dXzr5FSqDqiSbxoTjOFmkhWn32q4auiwXHABhNJcLUaw==", "url"=>{"longurl"=>"https://www.w3schools.com/sql/sql_like.asp", "domain"=>"w3schools.com"}, "commit"=>"Search"}
Url Load (7.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.w3schools.com/sql/sql_like.asp"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12

Completed 500 Internal Server Error in 17ms (ActiveRecord: 7.5ms)

NameError (undefined local variable or method `value2' for UrlsHelper:Module Did you mean? mdvalue):

app/helpers/urls_helper.rb:12:in `suffix' app/controllers/urls_controller.rb:17:in `create' Started POST “/urls” for 127.0.0.1 at 2019-01-24 15:22:40 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"mLr6xct0MAI/qb2UqZoHmIfQtFFqvkb6eYliyAoiX0dXzr5FSqDqiSbxoTjOFmkhWn32q4auiwXHABhNJcLUaw==", "url"=>{"longurl"=>"https://www.w3schools.com/sql/sql_like.asp", "domain"=>"w3schools.com"}, "commit"=>"Search"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.w3schools.com/sql/sql_like.asp"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:19
Url Create (2.8ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.w3schools.com/sql/sql_like.asp"], ["shorturl", "www.yZMB/eKcE"], ["domain", "w3schools.com"], ["suffix", "eKcE"]]
↳ app/controllers/urls_controller.rb:19
Urlreport Load (1.0ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.4ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 29], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (267.9ms)  COMMIT
 (347.5ms)  COMMIT
↳ app/workers/convert_worker.rb:12
↳ app/controllers/urls_controller.rb:19

Redirected to localhost:3000/urls/1 Completed 302 Found in 377ms (ActiveRecord: 355.9ms)

Started GET “/urls/1” for 127.0.0.1 at 2019-01-24 15:22:40 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"1"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 37ms (Views: 33.6ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 15:23:29 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.2ms)

Completed 200 OK in 43ms (Views: 40.1ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 15:23:53 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"sX4gxNfVjOJ+3TKiRBmIzrkyiBLq7nQDe70aTW5KA/aBOdY35a311tSiPwybh49tXLStQxTqZAWuf3SSSzNjkA==", "url"=>{"longurl"=>"https://ruby-doc.org/core-2.1.1/Regexp.html", "domain"=>"ruby-doc.org"}, "commit"=>"Search"}
Url Load (1.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://ruby-doc.org/core-2.1.1/Regexp.html"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:19
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://ruby-doc.org/core-2.1.1/Regexp.html"], ["shorturl", "www.jNLB/alaD"], ["domain", "ruby-doc.org"], ["suffix", "alaD"]]
↳ app/controllers/urls_controller.rb:19
 (3.6ms)  COMMIT
↳ app/controllers/urls_controller.rb:19

Redirected to localhost:3000/urls/2 Completed 302 Found in 15ms (ActiveRecord: 6.2ms)

Urlreport Load (2.9ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (1.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 30], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (6.4ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started GET “/urls/2” for 127.0.0.1 at 2019-01-24 15:23:53 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"2"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 29ms (Views: 25.7ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 15:23:55 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.7ms)

Completed 200 OK in 48ms (Views: 45.1ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 15:30:08 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"pjmdoCqjvmM3Mg1m6Y2bvjkTaj1Ch3a8Gsx9qia6EaKWfmtTGNvHV51NAMg2E5wd3JVPbLyDZrrPDhN1A8NxxA==", "url"=>{"longurl"=>"https://medium.com/deemaze-software/ruby-on-rails-testing-and-code-quality-part-4-1dcc3c4fb351", "domain"=>"medium.com"}, "commit"=>"Search"}
Url Load (1.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://medium.com/deemaze-software/ruby-on-rails-testing-and-code-quality-part-4-1dcc3c4fb351"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:19
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://medium.com/deemaze-software/ruby-on-rails-testing-and-code-quality-part-4-1dcc3c4fb351"], ["shorturl", "www.SwKB/W%UI"], ["domain", "medium.com"], ["suffix", "W%UI"]]
↳ app/controllers/urls_controller.rb:19
 (0.6ms)  COMMIT
↳ app/controllers/urls_controller.rb:19

Redirected to localhost:3000/urls/3 Completed 302 Found in 27ms (ActiveRecord: 10.1ms)

Started GET “/urls/3” for 127.0.0.1 at 2019-01-24 15:30:08 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"3"}
Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 34ms (Views: 29.4ms | ActiveRecord: 1.0ms)

Urlreport Load (1.6ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.4ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (1.0ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 31], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (0.6ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 15:30:16 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.4ms)

Completed 200 OK in 53ms (Views: 51.2ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-24 15:30:18 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"t0Sdy1k/DiuJIgerNd0OOTeho21SnAbJE9qCIMP7pOEsZEAeNxFkXboOBOFfIgyqSHSQ7Lw5tpm9yH53DvmC2A==", "url"=>{"shorturl"=>"www.SwKB/W%UI"}, "commit"=>"Search"}
Url Load (1.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.SwKB/W%UI"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:46

Redirected to localhost:3000/urls/3 Completed 302 Found in 11ms (ActiveRecord: 1.2ms)

Started GET “/urls/3” for 127.0.0.1 at 2019-01-24 15:30:18 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"3"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 27ms (Views: 24.4ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 15:30:22 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.3ms)

Completed 200 OK in 36ms (Views: 33.4ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-24 15:30:24 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"7iC5GY8j6AzbrbuEiTpPRcpxZWdpJtU0OLGE7uo7fAN1AGTM4Q2CeuiBuM7jxU3WtaRW5oeDZWSWo3i5JzlaOg==", "url"=>{"shorturl"=>"W%UI"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "W%UI"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:42

Redirected to localhost:3000/urls/3 Completed 302 Found in 5ms (ActiveRecord: 0.6ms)

Started GET “/urls/3” for 127.0.0.1 at 2019-01-24 15:30:24 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"3"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 33ms (Views: 29.9ms | ActiveRecord: 0.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 15:30:27 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.0ms)

Completed 200 OK in 44ms (Views: 40.0ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-24 15:30:45 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"B8QRWJDv4pezd2gjSaVgxBUNmm7wgHphcgSL0+2DcMKc5MyN/sGI4YBba2kjWmJXatip7x4lyjHcFneEIIFW+w==", "url"=>{"shorturl"=>"W%UI"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/3 Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/urls/3” for 127.0.0.1 at 2019-01-24 15:30:45 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"3"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.8ms)

Completed 200 OK in 45ms (Views: 41.7ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 15:30:49 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.1ms)

Completed 200 OK in 41ms (Views: 39.3ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 15:33:18 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"vnv1nfDlCLpVFLbGNGxGOMdg1FPfvbwV24X3Zzr065eOPANuwp1xjv9ru2jr8kGbIubxAiG5rBMOR5m4H42L8Q==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook.com"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.1ms)  BEGIN
↳ app/controllers/urls_controller.rb:19
Url Create (0.3ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "www.facebook.com"], ["shorturl", "www.vPLB/K0%B"], ["domain", "facebook.com"], ["suffix", "K0%B"]]
↳ app/controllers/urls_controller.rb:19
Urlreport Load (1.0ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.4ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 32], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (43.6ms)  COMMIT
 (36.7ms)  COMMIT
↳ app/workers/convert_worker.rb:12
↳ app/controllers/urls_controller.rb:19

Redirected to localhost:3000/urls/4 Completed 302 Found in 51ms (ActiveRecord: 44.6ms)

Started GET “/urls/4” for 127.0.0.1 at 2019-01-24 15:33:18 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 33ms (Views: 29.5ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 15:36:13 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.3ms)

Completed 200 OK in 73ms (Views: 70.2ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 15:36:24 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"06+uFE2+UnoizqZXDTB2uD+knBKoV+UjSGANfrYLkwPj6Fjnf8YrToixq/nSrnEb2iK5Q1ZT9SWdomOhk3LzZQ==", "url"=>{"longurl"=>"https://blog.codinghorror.com/url-shortening-hashes-in-practice/", "domain"=>"blog.codinghorror.com"}, "commit"=>"Search"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://blog.codinghorror.com/url-shortening-hashes-in-practice/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:19
Url Create (0.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://blog.codinghorror.com/url-shortening-hashes-in-practice/"], ["shorturl", "www.vEVC/62xG"], ["domain", "blog.codinghorror.com"], ["suffix", "62xG"]]
↳ app/controllers/urls_controller.rb:19
Urlreport Load (0.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.9ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 33], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (40.0ms)  COMMIT
 (35.2ms)  COMMIT
↳ app/controllers/urls_controller.rb:19
↳ app/workers/convert_worker.rb:12

Redirected to localhost:3000/urls/5 Completed 302 Found in 50ms (ActiveRecord: 41.6ms)

Started GET “/urls/5” for 127.0.0.1 at 2019-01-24 15:36:24 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"5"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 28ms (Views: 25.0ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 15:39:42 +0530 Processing by UrlsController#new as HTML Redirected to localhost:3000/user/login Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-24 15:39:42 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.0ms)

Completed 200 OK in 43ms (Views: 25.9ms | ActiveRecord: 4.9ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-24 15:40:52 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"AFvnvyFP54+6LUdLW/yP2vubClEbXH6GqFTUjf2JqC2cD7KzvM6cKLajUpiEbr8OmJfviPSSqyVVcmGkEXFmLw==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (2.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 6ms (ActiveRecord: 2.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 15:40:52 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.0ms)

Completed 200 OK in 29ms (Views: 27.8ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 15:41:17 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"xgb1VfJKdHKMjrec23V/h0ciLqTQoSrIk0Fv4HjgZm0JcrHVc56u+ZXWqzC8+RE+mo9sXjyx5zctyBVlVwDtQQ==", "url"=>{"longurl"=>"https://ruby-doc.org/core-2.1.1/Regexp.html", "domain"=>"ruby-doc.org"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://ruby-doc.org/core-2.1.1/Regexp.html"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12

Redirected to localhost:3000/urls/2 Completed 302 Found in 4ms (ActiveRecord: 0.5ms)

Started GET “/urls/2” for 127.0.0.1 at 2019-01-24 15:41:17 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"2"}
Url Load (0.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 28ms (Views: 25.3ms | ActiveRecord: 0.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 15:41:21 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (8.2ms)

Completed 200 OK in 52ms (Views: 47.6ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-24 15:41:24 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"AooVdONNxO0dmbRXoQXjn6/TS0eJ56psEEUFF/OJXMiZqsihjWOumy61tx3L+uEM0AZ4xmdCGjy+V/lAPot68Q==", "url"=>{"shorturl"=>"alaD"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "alaD"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:42

Redirected to localhost:3000/urls/2 Completed 302 Found in 5ms (ActiveRecord: 0.6ms)

Started GET “/urls/2” for 127.0.0.1 at 2019-01-24 15:41:24 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"2"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 30ms (Views: 26.6ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 15:42:50 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (9.4ms)

Completed 200 OK in 67ms (Views: 64.4ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-24 15:42:52 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.6ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (12.7ms)

Completed 200 OK in 38ms (Views: 31.3ms | ActiveRecord: 5.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 15:42:54 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.3ms)

Completed 200 OK in 62ms (Views: 57.5ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 15:43:10 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"3Zv/BoM3Xxfpg20voH+m1DhlBwfg3GwnBM+NbNNK1IDt3An1sU8mI0P8YIF/4aF33eMiVh7YfCHRDeOz9jO05g==", "url"=>{"longurl"=>"https://stackoverflow.com/questions/742013/how-do-i-create-a-url-shortener", "domain"=>"stackoverflow.com"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://stackoverflow.com/questions/742013/how-do-i-create-a-url-shortener"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:19
Url Create (0.3ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://stackoverflow.com/questions/742013/how-do-i-create-a-url-shortener"], ["shorturl", "www.PWRB/o&DG"], ["domain", "stackoverflow.com"], ["suffix", "o&DG"]]
↳ app/controllers/urls_controller.rb:19
Urlreport Load (1.0ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.1ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (1.0ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 34], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (39.9ms)  COMMIT
 (4.6ms)  COMMIT
↳ app/controllers/urls_controller.rb:19
↳ app/workers/convert_worker.rb:12

Redirected to localhost:3000/urls/6 Completed 302 Found in 48ms (ActiveRecord: 40.8ms)

Started GET “/urls/6” for 127.0.0.1 at 2019-01-24 15:43:10 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"6"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 63ms (Views: 59.4ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 15:43:12 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.6ms)

Completed 200 OK in 54ms (Views: 48.5ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-24 15:55:01 +0530

 (1.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.4ms)

Completed 200 OK in 373ms (Views: 363.7ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-24 15:55:03 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (5.4ms)

Completed 200 OK in 44ms (Views: 26.0ms | ActiveRecord: 5.6ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-24 15:55:04 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"hgu4xnv2+jRfQVrrny/EPsYr6XhzXMcDQ+DYHJ2t6UIaX+3K5neBk1PPTzhAvfTqpScMoZySEqC+xm01cVUnQA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.1ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 6ms (ActiveRecord: 1.1ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 15:55:04 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.5ms)

Completed 200 OK in 54ms (Views: 37.3ms | ActiveRecord: 5.2ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 15:55:18 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"pS/WpC/H0C1tzrqKRT1Qx7wF2BPz1mC8VvVGGALnq6NqW5IkrhMKpnSWpiYisT5+Yaia6R/GrUPofDydLQcgjw==", "url"=>{"longurl"=>"www.google.com", "domain"=>"google.com"}, "commit"=>"Search"}

Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)

NoMethodError (undefined method `keys?' for #<ActionController::Parameters:0x00007fc981380c28> Did you mean? keys

key?):

app/controllers/urls_controller.rb:11:in `create' Started POST “/urls” for 127.0.0.1 at 2019-01-24 15:56:09 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"pS/WpC/H0C1tzrqKRT1Qx7wF2BPz1mC8VvVGGALnq6NqW5IkrhMKpnSWpiYisT5+Yaia6R/GrUPofDydLQcgjw==", "url"=>{"longurl"=>"www.google.com", "domain"=>"google.com"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.google.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:15
 (0.6ms)  BEGIN
↳ app/controllers/urls_controller.rb:22
Url Create (0.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "www.google.com"], ["shorturl", "www.OwKB/SIOB"], ["domain", "google.com"], ["suffix", "SIOB"]]
↳ app/controllers/urls_controller.rb:22
 (0.5ms)  COMMIT
↳ app/controllers/urls_controller.rb:22

Redirected to localhost:3000/urls/7 Completed 302 Found in 26ms (ActiveRecord: 6.3ms)

Started GET “/urls/7” for 127.0.0.1 at 2019-01-24 15:56:09 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"7"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:35
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 42ms (Views: 39.3ms | ActiveRecord: 0.3ms)

Urlreport Load (1.6ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.3ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.9ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 35], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (0.6ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 15:56:23 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (7.5ms)

Completed 200 OK in 63ms (Views: 60.9ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-24 16:13:09 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.6ms)

Completed 200 OK in 82ms (Views: 79.9ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-24 16:13:11 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.6ms)

Completed 200 OK in 76ms (Views: 22.1ms | ActiveRecord: 36.8ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-24 16:13:12 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"+BdMz4rfPcUEmSkwg6bXRTKtob+8JY/S4KKGH5834gxkQxnDF15GYggXPONcNOeRUaFEZlPrWnEdhDM2c88sDg==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (3.2ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 8ms (ActiveRecord: 3.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 16:13:12 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.4ms)

Completed 200 OK in 78ms (Views: 51.0ms | ActiveRecord: 9.4ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:13:26 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"r0cvsinCxx3bFacUHHWWfPfH0JlShKTuPOSuPdCCWVZgM2syqBYdlsJNu7h7+fjFKmqSY76UaRGCbdS4/2LSeg==", "url"=>{"longurl"=>"http://blog.getpostman.com/2017/07/28/api-testing-tips-from-a-postman-professional/", "domain"=>"blog.getpostman.com"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://blog.getpostman.com/2017/07/28/api-testing-tips-from-a-postman-professional/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12

Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.6ms)

NameError (undefined local variable or method `params' for #<Class:0x00007fc98125a628>):

app/models/url.rb:10:in `CreateLongUrl' app/controllers/urls_controller.rb:16:in `create' Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:14:06 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"r0cvsinCxx3bFacUHHWWfPfH0JlShKTuPOSuPdCCWVZgM2syqBYdlsJNu7h7+fjFKmqSY76UaRGCbdS4/2LSeg==", "url"=>{"longurl"=>"http://blog.getpostman.com/2017/07/28/api-testing-tips-from-a-postman-professional/", "domain"=>"blog.getpostman.com"}, "commit"=>"Search"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://blog.getpostman.com/2017/07/28/api-testing-tips-from-a-postman-professional/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12

Completed 500 Internal Server Error in 32ms (ActiveRecord: 5.3ms)

NameError (undefined local variable or method `params' for #<Class:0x00007fc9804ea308>):

app/models/url.rb:11:in `CreateLongUrl' app/controllers/urls_controller.rb:16:in `create' Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:16:39 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"r0cvsinCxx3bFacUHHWWfPfH0JlShKTuPOSuPdCCWVZgM2syqBYdlsJNu7h7+fjFKmqSY76UaRGCbdS4/2LSeg==", "url"=>{"longurl"=>"http://blog.getpostman.com/2017/07/28/api-testing-tips-from-a-postman-professional/", "domain"=>"blog.getpostman.com"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://blog.getpostman.com/2017/07/28/api-testing-tips-from-a-postman-professional/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/models/url.rb:15
Url Create (0.7ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "http://blog.getpostman.com/2017/07/28/api-testing-tips-from-a-postman-professional/"], ["shorturl", "www.xkTB/h3JH"], ["domain", "blog.getpostman.com"], ["suffix", "h3JH"]]
↳ app/models/url.rb:15
 (40.7ms)  COMMIT
↳ app/models/url.rb:15

Redirected to localhost:3000/urls/8 Completed 302 Found in 65ms (ActiveRecord: 46.1ms)

Started GET “/urls/8” for 127.0.0.1 at 2019-01-24 16:16:39 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"8"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:26
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.7ms)
Urlreport Load (1.3ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 36], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (0.4ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Completed 200 OK in 32ms (Views: 28.6ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 16:18:24 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.7ms)

Completed 200 OK in 57ms (Views: 38.2ms | ActiveRecord: 4.3ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:18:38 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZxhxJ0kCysVjIcq89omWdrcfOz0RsTME1oQy/1aa8P1XX4fUe3qz8clexxIpF5HVUpkebO+1IwIDRlwgc+OQmw==", "url"=>{"longurl"=>"www.gfgf jfjfj .com", "domain"=>"feh fhjwb .com"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.gfgf jfjfj .com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.3ms)  BEGIN
↳ app/models/url.rb:13
 (0.2ms)  ROLLBACK
↳ app/models/url.rb:13

Redirected to localhost:3000/urls Completed 302 Found in 12ms (ActiveRecord: 1.1ms)

Started GET “/urls” for 127.0.0.1 at 2019-01-24 16:18:38 +0530

AbstractController::ActionNotFound (The action 'index' could not be found for UrlsController):

actionpack (5.2.2) lib/abstract_controller/base.rb:129:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:18:54 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"GOzxG2BGxCPp12t2hgl26L77iN3c5iQvxZBzfDKtvxrXmLWb4ZIeqPCPd9rhhRhRY1bKJzD26dB7GQn5HU00Ng==", "url"=>{"longurl"=>"www.gfgf jfjfj .com", "domain"=>"fehfhjwb.com"}, "commit"=>"Search"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.gfgf jfjfj .com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.3ms)  BEGIN
↳ app/models/url.rb:13
 (0.3ms)  ROLLBACK
↳ app/models/url.rb:13

Redirected to localhost:3000/urls Completed 302 Found in 9ms (ActiveRecord: 1.3ms)

Started GET “/urls” for 127.0.0.1 at 2019-01-24 16:18:54 +0530

AbstractController::ActionNotFound (The action 'index' could not be found for UrlsController):

actionpack (5.2.2) lib/abstract_controller/base.rb:129:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/user/logout” for 127.0.0.1 at 2019-01-24 16:19:14 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.9ms)

Completed 200 OK in 55ms (Views: 34.0ms | ActiveRecord: 3.8ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-24 16:19:15 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"YrJcwyYc2A9g5Cx49odh0CD92Z3xI1KpC6KGuO7Mgcf+5gnPu52jqGxqOaspFVEEQ/E8RB7thwr2hDORAjRPxQ==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.1ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 8ms (ActiveRecord: 1.1ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 16:19:15 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (6.5ms)

Completed 200 OK in 103ms (Views: 100.5ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:19:25 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"noAA7dVR6eAuIn7oNrM5Uccgk7dh3CqVytZ+AUPyfldR9ERtVIUzazd6YkRRP1foGo3RTY3M52p0XwSEbBL1ew==", "url"=>{"longurl"=>"www.hr .com", "domain"=>"bbfbf"}, "commit"=>"Search"}
Url Load (1.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.hr .com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.9ms)  BEGIN
↳ app/models/url.rb:13
 (0.5ms)  ROLLBACK
↳ app/models/url.rb:13

Redirected to localhost:3000/urls Completed 302 Found in 11ms (ActiveRecord: 2.9ms)

Started GET “/urls” for 127.0.0.1 at 2019-01-24 16:19:25 +0530

AbstractController::ActionNotFound (The action 'index' could not be found for UrlsController):

actionpack (5.2.2) lib/abstract_controller/base.rb:129:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:20:04 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"noAA7dVR6eAuIn7oNrM5Uccgk7dh3CqVytZ+AUPyfldR9ERtVIUzazd6YkRRP1foGo3RTY3M52p0XwSEbBL1ew==", "url"=>{"longurl"=>"www.hr.com", "domain"=>"bbfbf"}, "commit"=>"Search"}
Url Load (1.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.hr.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/models/url.rb:13
Url Create (0.3ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "www.hr.com"], ["shorturl", "www.exE/x4J"], ["domain", "bbfbf"], ["suffix", "x4J"]]
↳ app/models/url.rb:13
 (0.9ms)  COMMIT
↳ app/models/url.rb:13

Redirected to localhost:3000/urls/9 Completed 302 Found in 30ms (ActiveRecord: 2.8ms)

Started GET “/urls/9” for 127.0.0.1 at 2019-01-24 16:20:04 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"9"}
Url Load (1.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:26
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.2ms)

Completed 200 OK in 51ms (Views: 42.3ms | ActiveRecord: 1.7ms)

Urlreport Load (34.7ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.6ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.8ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 37], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (0.4ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 16:20:08 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.2ms)

Completed 200 OK in 63ms (Views: 58.8ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:20:14 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"DZklbyx3kM+igorKQPVSRnWUPox2pS7GrS/H9OLNlr893tOcHg/p+wj9h2Sfa1XlkBIb3YihPsB47akrx7T22Q==", "url"=>{"longurl"=>"https://redis.io/topics/rediscli", "domain"=>"redis.io"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://redis.io/topics/rediscli"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.1ms)  BEGIN
↳ app/models/url.rb:13
Url Create (0.9ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://redis.io/topics/rediscli"], ["shorturl", "www.RbH/J$&D"], ["domain", "redis.io"], ["suffix", "J$&D"]]
↳ app/models/url.rb:13
Urlreport Load (1.2ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.3ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.4ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 38], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (42.1ms)  COMMIT
↳ app/models/url.rb:13

Redirected to localhost:3000/urls/10 Completed 302 Found in 55ms (ActiveRecord: 43.6ms)

 (36.0ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started GET “/urls/10” for 127.0.0.1 at 2019-01-24 16:20:14 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"10"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:26
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 33ms (Views: 28.7ms | ActiveRecord: 0.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 16:20:15 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.9ms)

Completed 200 OK in 58ms (Views: 56.2ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 16:21:45 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.0ms)

Completed 200 OK in 37ms (Views: 24.2ms | ActiveRecord: 3.9ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:21:54 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZzglW9YYOEwz8Jts/iKhKA3IAPu8aa6nH/UT71SrK12oTGHbV8zixyqoh8CZrs+R0GVCAVB5Y1ihfGlqe0ugcQ==", "url"=>{"longurl"=>"www.gf .com", "domain"=>"wbj fj"}, "commit"=>"Search"}
Url Load (1.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.gf .com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/models/url.rb:13
 (0.2ms)  ROLLBACK
↳ app/models/url.rb:13

Completed 500 Internal Server Error in 22ms (ActiveRecord: 1.9ms)

NoMethodError (undefined method `render' for #<Class:0x00007fc97cd531b0> Did you mean? render_bind):

app/models/url.rb:16:in `CreateLongUrl' app/controllers/urls_controller.rb:16:in `create' Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:23:03 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZzglW9YYOEwz8Jts/iKhKA3IAPu8aa6nH/UT71SrK12oTGHbV8zixyqoh8CZrs+R0GVCAVB5Y1ihfGlqe0ugcQ==", "url"=>{"longurl"=>"www.gf .com", "domain"=>"wbj fj"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.gf .com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/models/url.rb:13
 (0.3ms)  ROLLBACK
↳ app/models/url.rb:13
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (1.5ms)

Completed 500 Internal Server Error in 26ms (ActiveRecord: 6.2ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

26: </style>
27: <h2>WELCOME TO URL SHORTNER</h2>
28:  <div class=Longshort>
29:   <%= form_for @url do |f| %>
30:     <p> Long Url: <%= f.text_field :longurl%> </br></p>
31:     <p>Domain : <%= f.text_field :domain%> <br /></p>
32:     <p>Find : <%=  f.submit 'Search' %><br/>

app/views/urls/new.html.erb:29:in `_app_views_urls_new_html_erb___4044017055831173420_70251716335680' app/controllers/urls_controller.rb:20:in `create' Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:27:42 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZzglW9YYOEwz8Jts/iKhKA3IAPu8aa6nH/UT71SrK12oTGHbV8zixyqoh8CZrs+R0GVCAVB5Y1ihfGlqe0ugcQ==", "url"=>{"longurl"=>"www.gf .com", "domain"=>"wbj fj"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.gf .com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.4ms)  BEGIN
↳ app/models/url.rb:13
 (0.2ms)  ROLLBACK
↳ app/models/url.rb:13
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (1.6ms)

Completed 500 Internal Server Error in 24ms (ActiveRecord: 5.3ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

26: </style>
27: <h2>WELCOME TO URL SHORTNER</h2>
28:  <div class=Longshort>
29:   <%= form_for @url do |f| %>
30:     <p> Long Url: <%= f.text_field :longurl%> </br></p>
31:     <p>Domain : <%= f.text_field :domain%> <br /></p>
32:     <p>Find : <%=  f.submit 'Search' %><br/>

app/views/urls/new.html.erb:29:in `_app_views_urls_new_html_erb___4044017055831173420_70251709354320' app/controllers/urls_controller.rb:20:in `create' Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:28:06 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZzglW9YYOEwz8Jts/iKhKA3IAPu8aa6nH/UT71SrK12oTGHbV8zixyqoh8CZrs+R0GVCAVB5Y1ihfGlqe0ugcQ==", "url"=>{"longurl"=>"www.gf .com", "domain"=>"wbj fj"}, "commit"=>"Search"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.gf .com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/models/url.rb:13
 (0.2ms)  ROLLBACK
↳ app/models/url.rb:13
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (1.6ms)

Completed 500 Internal Server Error in 20ms (ActiveRecord: 4.7ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

26: </style>
27: <h2>WELCOME TO URL SHORTNER</h2>
28:  <div class=Longshort>
29:   <%= form_for @url do |f| %>
30:     <p> Long Url: <%= f.text_field :longurl%> </br></p>
31:     <p>Domain : <%= f.text_field :domain%> <br /></p>
32:     <p>Find : <%=  f.submit 'Search' %><br/>

app/views/urls/new.html.erb:29:in `_app_views_urls_new_html_erb___4044017055831173420_70251717268540' app/controllers/urls_controller.rb:21:in `create' Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:29:11 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZzglW9YYOEwz8Jts/iKhKA3IAPu8aa6nH/UT71SrK12oTGHbV8zixyqoh8CZrs+R0GVCAVB5Y1ihfGlqe0ugcQ==", "url"=>{"longurl"=>"www.gf .com", "domain"=>"wbj fj"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.gf .com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/models/url.rb:13
 (0.2ms)  ROLLBACK
↳ app/models/url.rb:13

Completed 500 Internal Server Error in 37ms (ActiveRecord: 5.0ms)

NameError (undefined local variable or method `url_new_path' for #<Class:0x00007fc97ce0fa40>):

app/models/url.rb:16:in `CreateLongUrl' app/controllers/urls_controller.rb:17:in `create' Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 16:29:30 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.8ms)

Completed 200 OK in 45ms (Views: 29.3ms | ActiveRecord: 3.4ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:29:36 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"3S48wRlekKRjStMjg6hcVcf+NsAY9nZDh/ewGUCHQRoSWnhBmIpKL3oSz4/kJDLsGlN0OvTmu7w5fsqcb2fKNg==", "url"=>{"longurl"=>"ww.fhfh .com", "domain"=>"bebbfb"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "ww.fhfh .com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.3ms)  BEGIN
↳ app/models/url.rb:13
 (1.1ms)  ROLLBACK
↳ app/models/url.rb:13

Completed 500 Internal Server Error in 33ms (ActiveRecord: 1.9ms)

NameError (undefined local variable or method `new_url_path' for #<Class:0x00007fc97cbb47c8>):

app/models/url.rb:16:in `CreateLongUrl' app/controllers/urls_controller.rb:17:in `create' Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:31:22 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"3S48wRlekKRjStMjg6hcVcf+NsAY9nZDh/ewGUCHQRoSWnhBmIpKL3oSz4/kJDLsGlN0OvTmu7w5fsqcb2fKNg==", "url"=>{"longurl"=>"ww.fhfh .com", "domain"=>"bebbfb"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "ww.fhfh .com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:17
 (0.2ms)  ROLLBACK
↳ app/controllers/urls_controller.rb:17
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 78ms (Views: 57.7ms | ActiveRecord: 4.7ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:35:52 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"3S48wRlekKRjStMjg6hcVcf+NsAY9nZDh/ewGUCHQRoSWnhBmIpKL3oSz4/kJDLsGlN0OvTmu7w5fsqcb2fKNg==", "url"=>{"longurl"=>"ww.fhfh .com", "domain"=>"bebbfb"}, "commit"=>"Search"}

Redirected to localhost:3000/user/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-24 16:35:52 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.2ms)

Completed 200 OK in 46ms (Views: 27.6ms | ActiveRecord: 6.5ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-24 16:35:54 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"5MZR8jLyRalDFQWPLoi7/UrrgFnx7RxktONha6tzFS8rshVysyafIlpNGSNJBNVEl0bCox390ZsKahvuhJOeAw==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 3ms (ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 16:35:54 +0530 Processing by UrlsController#new as HTML Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/models/url.rb:20: syntax error, unexpected end-of-input, expecting end):

app/models/url.rb:20: syntax error, unexpected end-of-input, expecting end app/controllers/urls_controller.rb:4:in `new' Started POST “/users/login” for 127.0.0.1 at 2019-01-24 16:36:20 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"5MZR8jLyRalDFQWPLoi7/UrrgFnx7RxktONha6tzFS8rshVysyafIlpNGSNJBNVEl0bCox390ZsKahvuhJOeAw==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 16ms (ActiveRecord: 3.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 16:36:20 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 41ms (Views: 29.2ms | ActiveRecord: 3.6ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:36:27 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"OwXkaWLI3jlUxClZwRogJwhZiXdJGtwyEa2MNVHaT3v0caDp4xwEsk2cNfWmlk6e1fTLjaUKEc2vJPawfjrEVw==", "url"=>{"longurl"=>"www.gvge .com`", "domain"=>"gd . ew "}, "commit"=>"Search"}
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.gvge .com`"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (1.0ms)  BEGIN
↳ app/models/url.rb:12
 (0.3ms)  ROLLBACK
↳ app/models/url.rb:12
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.8ms)

Completed 200 OK in 72ms (Views: 26.4ms | ActiveRecord: 2.2ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:37:17 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"OwXkaWLI3jlUxClZwRogJwhZiXdJGtwyEa2MNVHaT3v0caDp4xwEsk2cNfWmlk6e1fTLjaUKEc2vJPawfjrEVw==", "url"=>{"longurl"=>"www.gvge .com`", "domain"=>"gd . ew "}, "commit"=>"Search"}
Url Load (1.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.gvge .com`"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.5ms)  BEGIN
↳ app/models/url.rb:12
 (0.2ms)  ROLLBACK
↳ app/models/url.rb:12
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 41ms (Views: 31.8ms | ActiveRecord: 2.1ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:37:35 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"ibfRTOMmg1nGrXKaD7ECk1YYYr1uJlk9P0zMaThWs3lGw5XMYvJZ0t/1bjZoPWwqi7UgR4I2lMKBxbbsF7Y4VQ==", "invalid url"=>{"longurl"=>"www.hotstar.com", "domain"=>"hotstar.com"}, "commit"=>"Search"}

Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)

NoMethodError (undefined method `[]' for nil:NilClass):

app/controllers/urls_controller.rb:12:in `create' Started GET “/urls” for 127.0.0.1 at 2019-01-24 16:38:12 +0530

AbstractController::ActionNotFound (The action 'index' could not be found for UrlsController):

actionpack (5.2.2) lib/abstract_controller/base.rb:129:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:38:15 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"OwXkaWLI3jlUxClZwRogJwhZiXdJGtwyEa2MNVHaT3v0caDp4xwEsk2cNfWmlk6e1fTLjaUKEc2vJPawfjrEVw==", "url"=>{"longurl"=>"www.gvge .com`", "domain"=>"gd . ew "}, "commit"=>"Search"}
Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.gvge .com`"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (1.2ms)  BEGIN
↳ app/models/url.rb:12
 (0.2ms)  ROLLBACK
↳ app/models/url.rb:12
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 49ms (Views: 37.9ms | ActiveRecord: 2.4ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:38:20 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"InPdCYDBFzZA/xwKPXcwByKTZPO+SE4rmQOJ+kSP7dbtB5mJARXNvVmnAKZa+16+/z4mCVJYg9QnivN/a29m+g==", "invalid url"=>{"longurl"=>"www.hotstar.com", "domain"=>"hotstar.com"}, "commit"=>"Search"}

Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)

NoMethodError (undefined method `[]' for nil:NilClass):

app/controllers/urls_controller.rb:12:in `create' Started GET “/urls” for 127.0.0.1 at 2019-01-24 16:39:40 +0530

AbstractController::ActionNotFound (The action 'index' could not be found for UrlsController):

actionpack (5.2.2) lib/abstract_controller/base.rb:129:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:39:45 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"OwXkaWLI3jlUxClZwRogJwhZiXdJGtwyEa2MNVHaT3v0caDp4xwEsk2cNfWmlk6e1fTLjaUKEc2vJPawfjrEVw==", "url"=>{"longurl"=>"www.gvge .com`", "domain"=>"gd . ew "}, "commit"=>"Search"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.gvge .com`"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.8ms)  BEGIN
↳ app/models/url.rb:12
 (0.9ms)  ROLLBACK
↳ app/models/url.rb:12

Redirected to localhost:3000/urls?msg=invalid+url Completed 302 Found in 34ms (ActiveRecord: 12.3ms)

Started GET “/urls?msg=invalid+url” for 127.0.0.1 at 2019-01-24 16:39:45 +0530

AbstractController::ActionNotFound (The action 'index' could not be found for UrlsController):

actionpack (5.2.2) lib/abstract_controller/base.rb:129:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:40:00 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"OwXkaWLI3jlUxClZwRogJwhZiXdJGtwyEa2MNVHaT3v0caDp4xwEsk2cNfWmlk6e1fTLjaUKEc2vJPawfjrEVw==", "url"=>{"longurl"=>"www.gvge.com", "domain"=>"gdw "}, "commit"=>"Search"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.gvge.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.6ms)  BEGIN
↳ app/models/url.rb:12
Url Create (0.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "www.gvge.com"], ["shorturl", "www.qjD/FoLB"], ["domain", "gdw "], ["suffix", "FoLB"]]
↳ app/models/url.rb:12
 (2.4ms)  COMMIT
↳ app/models/url.rb:12

Redirected to localhost:3000/urls/11 Completed 302 Found in 16ms (ActiveRecord: 4.4ms)

Started GET “/urls/11” for 127.0.0.1 at 2019-01-24 16:40:00 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"11"}
Url Load (2.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:31
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 50ms (Views: 43.2ms | ActiveRecord: 2.6ms)

Urlreport Load (1.9ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.7ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 39], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (1.7ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 16:40:03 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.5ms)

Completed 200 OK in 36ms (Views: 32.6ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:40:50 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"ATkpb5ggaDn+IUlZsBK3EyHdxzxcRvaNUD+HbvF4rvgxft+cqlgRDVReRPdvjLCwxFvibaJC5ouF/emx1AHOng==", "url"=>{"longurl"=>"www.gfgf .com", "domain"=>" efg "}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.gfgf .com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.3ms)  BEGIN
↳ app/models/url.rb:12
 (0.2ms)  ROLLBACK
↳ app/models/url.rb:12

Redirected to localhost:3000/urls?msg=invalid+url Completed 302 Found in 20ms (ActiveRecord: 4.1ms)

Started GET “/urls?msg=invalid+url” for 127.0.0.1 at 2019-01-24 16:40:50 +0530

AbstractController::ActionNotFound (The action 'index' could not be found for UrlsController):

actionpack (5.2.2) lib/abstract_controller/base.rb:129:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:41:08 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"WLSHIueEnGbUSTsQ3zCXSedBT1/Rw/SS0UwUt+FHwgyXwMOiZlBG7c0RJ7y4vPnwOuwNpT3TOW1vxW4yzqdJIA==", "url"=>{"longurl"=>"www.gfgf .com", "domain"=>" efg "}, "commit"=>"Search"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.gfgf .com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/models/url.rb:12
 (0.2ms)  ROLLBACK
↳ app/models/url.rb:12

Redirected to localhost:3000/urls?msg=invalid+url Completed 302 Found in 23ms (ActiveRecord: 6.5ms)

Started GET “/urls?msg=invalid+url” for 127.0.0.1 at 2019-01-24 16:41:08 +0530

AbstractController::ActionNotFound (The action 'index' could not be found for UrlsController):

actionpack (5.2.2) lib/abstract_controller/base.rb:129:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:43:02 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"WLSHIueEnGbUSTsQ3zCXSedBT1/Rw/SS0UwUt+FHwgyXwMOiZlBG7c0RJ7y4vPnwOuwNpT3TOW1vxW4yzqdJIA==", "url"=>{"longurl"=>"www.gfgf .com", "domain"=>" efg "}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.gfgf .com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/models/url.rb:12
 (0.2ms)  ROLLBACK
↳ app/models/url.rb:12

Completed 500 Internal Server Error in 19ms (ActiveRecord: 5.9ms)

NoMethodError (undefined method `key?' for nil:NilClass):

app/controllers/urls_controller.rb:18:in `create' Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:44:29 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"WLSHIueEnGbUSTsQ3zCXSedBT1/Rw/SS0UwUt+FHwgyXwMOiZlBG7c0RJ7y4vPnwOuwNpT3TOW1vxW4yzqdJIA==", "url"=>{"longurl"=>"www.gfgf .com", "domain"=>" efg "}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.gfgf .com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/models/url.rb:12
 (0.2ms)  ROLLBACK
↳ app/models/url.rb:12
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (1.6ms)

Completed 500 Internal Server Error in 24ms (ActiveRecord: 4.7ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

26: </style>
27: <h2>WELCOME TO URL SHORTNER</h2>
28:  <div class=Longshort>
29:   <%= form_for @url do |f| %>
30:     <p> Long Url: <%= f.text_field :longurl%> </br></p>
31:     <p>Domain : <%= f.text_field :domain%> <br /></p>
32:     <p>Find : <%=  f.submit 'Search' %><br/>

app/views/urls/new.html.erb:29:in `_app_views_urls_new_html_erb___4044017055831173420_70251707123200' app/controllers/urls_controller.rb:20:in `create' Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:44:39 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"WLSHIueEnGbUSTsQ3zCXSedBT1/Rw/SS0UwUt+FHwgyXwMOiZlBG7c0RJ7y4vPnwOuwNpT3TOW1vxW4yzqdJIA==", "url"=>{"longurl"=>"www.gfgf.com", "domain"=>" efg "}, "commit"=>"Search"}
Url Load (1.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.gfgf.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (1.5ms)  BEGIN
↳ app/models/url.rb:12
Url Create (0.9ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "www.gfgf.com"], ["shorturl", "www.GlD/rmLB"], ["domain", " efg "], ["suffix", "rmLB"]]
↳ app/models/url.rb:12
 (42.7ms)  COMMIT
↳ app/models/url.rb:12
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.0ms)

Completed 500 Internal Server Error in 62ms (ActiveRecord: 46.5ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

26: </style>
27: <h2>WELCOME TO URL SHORTNER</h2>
28:  <div class=Longshort>
29:   <%= form_for @url do |f| %>
30:     <p> Long Url: <%= f.text_field :longurl%> </br></p>
31:     <p>Domain : <%= f.text_field :domain%> <br /></p>
32:     <p>Find : <%=  f.submit 'Search' %><br/>

app/views/urls/new.html.erb:29:in `_app_views_urls_new_html_erb___4044017055831173420_70251679693780' app/controllers/urls_controller.rb:20:in `create'

Urlreport Load (0.4ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.3ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 40], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (40.4ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:45:52 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"WLSHIueEnGbUSTsQ3zCXSedBT1/Rw/SS0UwUt+FHwgyXwMOiZlBG7c0RJ7y4vPnwOuwNpT3TOW1vxW4yzqdJIA==", "url"=>{"longurl"=>"www.gfgf.com", "domain"=>" efg "}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.gfgf.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12

Redirected to localhost:3000/urls/12 Completed 302 Found in 18ms (ActiveRecord: 6.8ms)

Started GET “/urls/12” for 127.0.0.1 at 2019-01-24 16:45:52 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"12"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 39ms (Views: 36.3ms | ActiveRecord: 0.3ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:46:00 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"WLSHIueEnGbUSTsQ3zCXSedBT1/Rw/SS0UwUt+FHwgyXwMOiZlBG7c0RJ7y4vPnwOuwNpT3TOW1vxW4yzqdJIA==", "url"=>{"longurl"=>"www.gfgf .com", "domain"=>" efg "}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.gfgf .com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.3ms)  BEGIN
↳ app/models/url.rb:12
 (0.2ms)  ROLLBACK
↳ app/models/url.rb:12

Redirected to localhost:3000/urls Completed 302 Found in 6ms (ActiveRecord: 0.9ms)

Started GET “/urls” for 127.0.0.1 at 2019-01-24 16:46:00 +0530

AbstractController::ActionNotFound (The action 'index' could not be found for UrlsController):

actionpack (5.2.2) lib/abstract_controller/base.rb:129:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:47:10 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"WLSHIueEnGbUSTsQ3zCXSedBT1/Rw/SS0UwUt+FHwgyXwMOiZlBG7c0RJ7y4vPnwOuwNpT3TOW1vxW4yzqdJIA==", "url"=>{"longurl"=>"www.gfgf .com", "domain"=>" efg "}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.gfgf .com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/models/url.rb:12
 (0.2ms)  ROLLBACK
↳ app/models/url.rb:12

Redirected to localhost:3000/urls Completed 302 Found in 23ms (ActiveRecord: 4.6ms)

Started GET “/urls” for 127.0.0.1 at 2019-01-24 16:47:10 +0530

AbstractController::ActionNotFound (The action 'index' could not be found for UrlsController):

actionpack (5.2.2) lib/abstract_controller/base.rb:129:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/urls/11” for 127.0.0.1 at 2019-01-24 16:47:29 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"11"}
Url Load (2.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:31
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (2.3ms)

Completed 200 OK in 37ms (Views: 28.5ms | ActiveRecord: 2.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 16:47:30 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (9.8ms)

Completed 200 OK in 84ms (Views: 79.0ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:47:42 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"0aTi8kI1SWcxeXoPrVOCuSKuJ0tB7+FQzl2reWwiM3Th4xQBcE0wU5sGd6FyzYUaxygCGr/r8VYbn8WmSVtTEg==", "url"=>{"longurl"=>"www.makaan.com/rental/nodia", "domain"=>"makaan.com"}, "commit"=>"Search"}
Url Load (1.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.makaan.com/rental/nodia"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/models/url.rb:12
Url Create (0.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "www.makaan.com/rental/nodia"], ["shorturl", "www.uuJ/IAZC"], ["domain", "makaan.com"], ["suffix", "IAZC"]]
↳ app/models/url.rb:12
 (1.4ms)  COMMIT
↳ app/models/url.rb:12

Redirected to localhost:3000/urls/13 Completed 302 Found in 28ms (ActiveRecord: 3.9ms)

Started GET “/urls/13” for 127.0.0.1 at 2019-01-24 16:47:42 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"13"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 13], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:31
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.8ms)

Completed 200 OK in 41ms (Views: 35.3ms | ActiveRecord: 0.8ms)

Urlreport Load (1.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (11.3ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (52.6ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 41], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (1.1ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 16:47:45 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 58ms (Views: 56.2ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:47:52 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"/tcuwWCMAata7h72N4Wtd59bC9NuveXBHfBqW3MmTXrOkNgyUvR4n/CRE1joG6rUet0ugpC59cfIMgSEVl8tHA==", "url"=>{"longurl"=>"www.gfgf .com", "domain"=>"fffff"}, "commit"=>"Search"}
Url Load (3.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.gfgf .com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/models/url.rb:12
 (0.3ms)  ROLLBACK
↳ app/models/url.rb:12

Redirected to localhost:3000/urls Completed 302 Found in 10ms (ActiveRecord: 4.3ms)

Started GET “/urls” for 127.0.0.1 at 2019-01-24 16:47:52 +0530

AbstractController::ActionNotFound (The action 'index' could not be found for UrlsController):

actionpack (5.2.2) lib/abstract_controller/base.rb:129:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/user/logout” for 127.0.0.1 at 2019-01-24 16:50:19 +0530

 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (8.2ms)

Completed 200 OK in 302ms (Views: 278.0ms | ActiveRecord: 4.7ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-24 16:50:21 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"n/UbqznWWBzMT31WOcs4Y4da7ciEyHme/iU2e8WR+EQDoU6npFcju8DBaIXmWQi35FYIEWsGrD0DA4NSKWk2Rg==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.1ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 6ms (ActiveRecord: 1.1ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 16:50:21 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 48ms (Views: 28.2ms | ActiveRecord: 4.8ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:50:45 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"sr1VISEvldiljJhn2ybmW6R+pv8DHZw87Cw61b0+Vht9yRGhoPtPU7zUhMu8qojiedPkBe8NUcNSpUBQkt7dNw==", "url"=>{"longurl"=>"https://scalegrid.io/blog/redis-iterating-over-keys/", "domain"=>"scalegrid.io"}, "commit"=>"Search"}
Url Load (1.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://scalegrid.io/blog/redis-iterating-over-keys/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (1.5ms)  BEGIN
↳ app/models/url.rb:12
Url Create (1.0ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://scalegrid.io/blog/redis-iterating-over-keys/"], ["shorturl", "www.IQMB/qalF"], ["domain", "scalegrid.io"], ["suffix", "qalF"]]
↳ app/models/url.rb:12
 (0.6ms)  COMMIT
↳ app/models/url.rb:12

Redirected to localhost:3000/urls/14 Completed 302 Found in 35ms (ActiveRecord: 4.8ms)

Started GET “/urls/14” for 127.0.0.1 at 2019-01-24 16:50:45 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"14"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 14], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 42ms (Views: 36.4ms | ActiveRecord: 0.5ms)

Urlreport Load (1.4ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.3ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (1.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 42], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (0.9ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 16:50:48 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.1ms)

Completed 200 OK in 52ms (Views: 48.6ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:50:56 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"puyprJ9S2XenZrw/HlY/1wXPlYZWlJXkvaG+HPt/MqGWq19frSqgQw0ZsZHByDh04Emw16iQheJoY9DD3gZSxw==", "url"=>{"longurl"=>"www.gfgf .com", "domain"=>"ffffdd"}, "commit"=>"Search"}
Url Load (1.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.gfgf .com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.6ms)  BEGIN
↳ app/models/url.rb:12
 (0.2ms)  ROLLBACK
↳ app/models/url.rb:12

Redirected to localhost:3000invalid msg Completed 302 Found in 11ms (ActiveRecord: 1.9ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:51:25 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"3ovQy21EnCNdivncZGZxpyCq5lFhP74FVkaZ9SSors8R/5RL7JBGqETS5XAD6h8e/Qekq40vc/roz+NwC0gl4w==", "url"=>{"longurl"=>"www.gfgf .com", "domain"=>"ffffdd"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.gfgf .com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/models/url.rb:12
 (0.3ms)  ROLLBACK
↳ app/models/url.rb:12

Redirected to localhost:3000invalid msg Completed 302 Found in 22ms (ActiveRecord: 7.5ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:51:46 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"3ovQy21EnCNdivncZGZxpyCq5lFhP74FVkaZ9SSors8R/5RL7JBGqETS5XAD6h8e/Qekq40vc/roz+NwC0gl4w==", "url"=>{"longurl"=>"www.gfgf .com", "domain"=>"ffffdd"}, "commit"=>"Search"}
Url Load (1.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.gfgf .com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.3ms)  BEGIN
↳ app/models/url.rb:12
 (0.2ms)  ROLLBACK
↳ app/models/url.rb:12

Redirected to localhost:3000invalid msg Completed 302 Found in 32ms (ActiveRecord: 10.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:55:24 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"3ovQy21EnCNdivncZGZxpyCq5lFhP74FVkaZ9SSors8R/5RL7JBGqETS5XAD6h8e/Qekq40vc/roz+NwC0gl4w==", "url"=>{"longurl"=>"www.gfgf com", "domain"=>"ffffdd"}, "commit"=>"Search"}
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.gfgf com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/models/url.rb:12
 (0.2ms)  ROLLBACK
↳ app/models/url.rb:12

Redirected to localhost:3000invalid msg Completed 302 Found in 9ms (ActiveRecord: 1.4ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:55:56 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"3ovQy21EnCNdivncZGZxpyCq5lFhP74FVkaZ9SSors8R/5RL7JBGqETS5XAD6h8e/Qekq40vc/roz+NwC0gl4w==", "url"=>{"longurl"=>"www.gfgf com", "domain"=>"ffffdd"}, "commit"=>"Search"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.gfgf com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/models/url.rb:12
 (0.2ms)  ROLLBACK
↳ app/models/url.rb:12
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.6ms)

Completed 500 Internal Server Error in 23ms (ActiveRecord: 5.4ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

26: </style>
27: <h2>WELCOME TO URL SHORTNER</h2>
28:  <div class=Longshort>
29:   <%= form_for @url do |f| %>
30:     <p> Long Url: <%= f.text_field :longurl%> </br></p>
31:     <p>Domain : <%= f.text_field :domain%> <br /></p>
32:     <p>Find : <%=  f.submit 'Search' %><br/>

app/views/urls/new.html.erb:29:in `_app_views_urls_new_html_erb___1924203991941664874_70095668935260' app/controllers/urls_controller.rb:21:in `create' Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:56:07 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"3ovQy21EnCNdivncZGZxpyCq5lFhP74FVkaZ9SSors8R/5RL7JBGqETS5XAD6h8e/Qekq40vc/roz+NwC0gl4w==", "url"=>{"longurl"=>"www.gfgf.com", "domain"=>"ffffdd"}, "commit"=>"Search"}
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.gfgf.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12

Redirected to localhost:3000/urls/12 Completed 302 Found in 7ms (ActiveRecord: 0.9ms)

Started GET “/urls/12” for 127.0.0.1 at 2019-01-24 16:56:07 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"12"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:31
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 33ms (Views: 28.9ms | ActiveRecord: 0.5ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:56:41 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"3ovQy21EnCNdivncZGZxpyCq5lFhP74FVkaZ9SSors8R/5RL7JBGqETS5XAD6h8e/Qekq40vc/roz+NwC0gl4w==", "url"=>{"longurl"=>"www.gfgef.com", "domain"=>"ffffdd"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.gfgef.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/models/url.rb:12
Url Create (0.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "www.gfgef.com"], ["shorturl", "www.kIG/YwMB"], ["domain", "ffffdd"], ["suffix", "YwMB"]]
↳ app/models/url.rb:12
 (40.2ms)  COMMIT
↳ app/models/url.rb:12

Redirected to localhost:3000/urls/15 Completed 302 Found in 62ms (ActiveRecord: 45.1ms)

Started GET “/urls/15” for 127.0.0.1 at 2019-01-24 16:56:41 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"15"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)
Urlreport Load (1.1ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.6ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 43], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (0.4ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Completed 200 OK in 32ms (Views: 26.9ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 16:56:43 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (8.8ms)

Completed 200 OK in 73ms (Views: 69.3ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:56:48 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"BySFlfvd+n5VWmJCVO/eNLuOimUTIVLqDpSDwjyZVXo3Y3NmyaWDSv8lb+yLcdmXXgivNO0lQuzbVu0dGeA1HA==", "url"=>{"longurl"=>"www.f f jf .com", "domain"=>" w vv we"}, "commit"=>"Search"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.f f jf .com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.3ms)  BEGIN
↳ app/models/url.rb:12
 (0.3ms)  ROLLBACK
↳ app/models/url.rb:12
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.6ms)

Completed 200 OK in 53ms (Views: 42.6ms | ActiveRecord: 1.4ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:56:50 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"dYjIsZwCqn1sq3wz4ruMxww2G0TCkkpeJgmfOHVTrly6/IwxHdZw9nXzYJ+FN+J+0ZtZvi6Ch6GYgOW9WrMlcA==", "url"=>{"longurl"=>"", "domain"=>""}, "commit"=>"Search"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", ""], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/models/url.rb:12
 (0.2ms)  ROLLBACK
↳ app/models/url.rb:12
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.5ms)

Completed 200 OK in 45ms (Views: 37.5ms | ActiveRecord: 1.1ms)

Started GET “/urls” for 127.0.0.1 at 2019-01-24 16:57:05 +0530

AbstractController::ActionNotFound (The action 'index' could not be found for UrlsController):

actionpack (5.2.2) lib/abstract_controller/base.rb:129:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/urls” for 127.0.0.1 at 2019-01-24 16:57:06 +0530

AbstractController::ActionNotFound (The action 'index' could not be found for UrlsController):

actionpack (5.2.2) lib/abstract_controller/base.rb:129:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:57:09 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"2sCC0v8rvmXe//5cAzDWt/Xzknm1NVbTcTE0kVKkkAwVtMZSfv9k7sen4vBkvLgOKF7Qg1klmyzPuE4UfUQbIA==", "url"=>{"longurl"=>"www.f f jf .com", "domain"=>" w vv we"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.f f jf .com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12
 (0.2ms)  BEGIN
↳ app/models/url.rb:12
 (0.3ms)  ROLLBACK
↳ app/models/url.rb:12
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 51ms (Views: 27.5ms | ActiveRecord: 6.8ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 16:57:19 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"DUv2WxbQfmm1qrli2yxEVDz7mVED+ci6NFOYhN7EqQjCP7LblwSk4qzypc68oCrt4Vbbq+/pBUWK2uIB8SQiJA==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook.com"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:12

Redirected to localhost:3000/urls/4 Completed 302 Found in 4ms (ActiveRecord: 0.5ms)

Started GET “/urls/4” for 127.0.0.1 at 2019-01-24 16:57:19 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:32
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 34ms (Views: 30.2ms | ActiveRecord: 0.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 16:57:20 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.3ms)

Completed 200 OK in 43ms (Views: 39.1ms | ActiveRecord: 0.0ms)

Started POST “/url/short?=” for 127.0.0.1 at 2019-01-24 17:02:06 +0530 Processing by UrlsController#short as /

Parameters: {"longurl"=>"www.facebook.com/sellers", "domain"=>"facebook.com", "url"=>{"longurl"=>"www.facebook.com/sellers", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com/sellers"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:61

Completed 200 OK in 13ms (Views: 0.3ms | ActiveRecord: 5.9ms)

Started POST “/url/short?=” for 127.0.0.1 at 2019-01-24 17:02:41 +0530 Processing by UrlsController#short as /

Parameters: {"longurl"=>"www.facebook.com/sellers", "domain"=>"facebook.com", "url"=>{"longurl"=>"www.facebook.com/sellers", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com/sellers"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:61

Unpermitted parameter: :url Completed 200 OK in 15ms (Views: 0.3ms | ActiveRecord: 6.4ms)

Started POST “/url/short?=” for 127.0.0.1 at 2019-01-24 17:02:43 +0530 Processing by UrlsController#short as /

Parameters: {"longurl"=>"www.facebook.com/sellers", "domain"=>"facebook.com", "url"=>{"longurl"=>"www.facebook.com/sellers", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com/sellers"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:61

Unpermitted parameter: :url Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.6ms)

Started POST “/url/short?=” for 127.0.0.1 at 2019-01-24 17:04:33 +0530

 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UrlsController#short as /

Parameters: {"longurl"=>"www.facebook.com/sellers", "domain"=>"facebook.com", "url"=>{"longurl"=>"www.facebook.com/sellers", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com/sellers"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:61

Unpermitted parameter: :url Completed 200 OK in 29ms (Views: 0.4ms | ActiveRecord: 6.8ms)

Started POST “/url/short?=” for 127.0.0.1 at 2019-01-24 17:05:29 +0530 Processing by UrlsController#short as /

Parameters: {"longurl"=>"www.facebook.com/sellers", "domain"=>"facebook.com", "url"=>{"longurl"=>"www.facebook.com/sellers", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com/sellers"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:61

Unpermitted parameter: :url Completed 200 OK in 11ms (Views: 0.2ms | ActiveRecord: 5.6ms)

Started POST “/url/short?=” for 127.0.0.1 at 2019-01-24 17:07:25 +0530 Processing by UrlsController#short as /

Parameters: {"longurl"=>"www.facebook.com", "domain"=>"facebook.com", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:61

Completed 200 OK in 14ms (Views: 0.2ms | ActiveRecord: 7.0ms)

Started POST “/url/short?=” for 127.0.0.1 at 2019-01-24 17:11:05 +0530 Processing by UrlsController#short as /

Parameters: {"longurl"=>"www.facebook.com/sellers", "domain"=>"facebook.com", "url"=>{"longurl"=>"www.facebook.com/sellers", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com/sellers"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:61
 (0.2ms)  BEGIN
↳ app/controllers/urls_controller.rb:68
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "www.facebook.com/sellers"], ["shorturl", "www.vPLB/0eXC"], ["domain", "facebook.com"], ["suffix", "0eXC"]]
↳ app/controllers/urls_controller.rb:68
 (0.6ms)  COMMIT
↳ app/controllers/urls_controller.rb:68

Completed 200 OK in 32ms (Views: 0.6ms | ActiveRecord: 8.6ms)

Urlreport Load (1.1ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.6ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 44], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (0.4ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started POST “/url/short?=” for 127.0.0.1 at 2019-01-24 17:12:07 +0530 Processing by UrlsController#short as /

Parameters: {"longurl"=>"www.facebook.com/sellers", "domain"=>"facebook.com", "url"=>{"longurl"=>"www.facebook.com/sellers", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com/sellers"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:61

Completed 200 OK in 13ms (Views: 0.2ms | ActiveRecord: 5.3ms)

Started POST “/url/short?=” for 127.0.0.1 at 2019-01-24 17:12:16 +0530 Processing by UrlsController#short as /

Parameters: {"longurl"=>"www.facebook.com/sellers=naveen", "domain"=>"facebook.com", "url"=>{"longurl"=>"www.facebook.com/sellers=naveen", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com/sellers=naveen"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:61

Completed 500 Internal Server Error in 26ms (ActiveRecord: 0.7ms)

NoMethodError (undefined method `CreateLongurl' for #<Class:0x00007fe67f5b45d8> Did you mean? CreateLongUrl):

app/controllers/urls_controller.rb:65:in `short' Started POST “/url/short?=” for 127.0.0.1 at 2019-01-24 17:12:44 +0530 Processing by UrlsController#short as /

Parameters: {"longurl"=>"www.facebook.com/sellers=naveen", "domain"=>"facebook.com", "url"=>{"longurl"=>"www.facebook.com/sellers=naveen", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com/sellers=naveen"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:61
 (0.2ms)  BEGIN
↳ app/models/url.rb:12
Url Create (0.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "www.facebook.com/sellers=naveen"], ["shorturl", "www.vPLB/zi&D"], ["domain", "facebook.com"], ["suffix", "zi&D"]]
↳ app/models/url.rb:12
 (8.1ms)  COMMIT
↳ app/models/url.rb:12

Completed 200 OK in 27ms (Views: 0.5ms | ActiveRecord: 12.8ms)

Urlreport Load (0.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (1.2ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 45], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (0.6ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started POST “/url/short?=” for 127.0.0.1 at 2019-01-24 17:13:23 +0530 Processing by UrlsController#short as /

Parameters: {"longurl"=>"www.facebook.com/sellers=naveen", "domain"=>"facebook.com", "url"=>{"longurl"=>"www.facebook.com/sellers=naveen", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com/sellers=naveen"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:61

Completed 200 OK in 13ms (Views: 0.2ms | ActiveRecord: 4.0ms)

Started POST “/url/short?=” for 127.0.0.1 at 2019-01-24 17:13:26 +0530 Processing by UrlsController#short as /

Parameters: {"longurl"=>"www.facebook.com/sellers=naveen", "domain"=>"facebook.com", "url"=>{"longurl"=>"www.facebook.com/sellers=naveen", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (1.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com/sellers=naveen"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:61

Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 1.3ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-24 17:18:10 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (4.2ms)

Completed 200 OK in 312ms (Views: 298.1ms | ActiveRecord: 3.9ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-24 17:18:12 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"8F6cmvWrQtqE0czgBXTR3upHHctk1DjpGE5U3ltthyxsCsmWaCo5fYhf2TPa5uEKiUv4Eosa7UrlaOH3t5VJLg==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (2.2ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 6ms (ActiveRecord: 2.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 17:18:12 +0530

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:99: syntax error, unexpected end-of-input, expecting end):

app/controllers/urls_controller.rb:99: syntax error, unexpected end-of-input, expecting end Started POST “/users/login” for 127.0.0.1 at 2019-01-24 17:19:10 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"jqIAt1AFoSH2l1XsDVFzP6MOxd/FOVFdxyMBHUd+BohB1kQ30dF7qu/PSUBq3R2GfqOHJSkpnKJ5qnuYaJ6NpA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 21ms (ActiveRecord: 5.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 17:19:11 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.4ms)

Completed 200 OK in 47ms (Views: 34.6ms | ActiveRecord: 3.2ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 17:19:26 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"NQLKhP6KWg2jaaHtG2G1QUzjlZQXZIhkJh3T23PJAl76do4Ef16AhroxvUF87dv4kU7Xbvt0RZuYlKleXCmJcg==", "url"=>{"longurl"=>"https://apidock.com/rails/ActionController/MimeResponds/InstanceMethods/respond_to", "domain"=>"apidock.com"}, "commit"=>"Search"}
Url Load (1.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://apidock.com/rails/ActionController/MimeResponds/InstanceMethods/respond_to"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:14
 (0.2ms)  BEGIN
↳ app/models/url.rb:12
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://apidock.com/rails/ActionController/MimeResponds/InstanceMethods/respond_to"], ["shorturl", "www.EFKB/BS%I"], ["domain", "apidock.com"], ["suffix", "BS%I"]]
↳ app/models/url.rb:12
Urlreport Load (1.1ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.6ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 46], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (404.4ms)  COMMIT
 (334.7ms)  COMMIT
↳ app/workers/convert_worker.rb:12
↳ app/models/url.rb:12

Redirected to localhost:3000/urls/18 Completed 302 Found in 417ms (ActiveRecord: 406.4ms)

Started GET “/urls/18” for 127.0.0.1 at 2019-01-24 17:19:27 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"18"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:49
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.6ms)

Completed 200 OK in 48ms (Views: 43.3ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 17:19:29 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.3ms)

Completed 200 OK in 45ms (Views: 41.8ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 17:19:43 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"rbqmRn+sPdl0l/u1jdEmzjCyZUIFuzaaradL4or8h/ad/VC1TdRE7d7o9htSTyFt1TRAE/u/Jpx4ZSU9r4XnkA==", "url"=>{"longurl"=>"https://apidock.com/rails/ActionController/MimeResponds/InstanceMethods/respond_to", "domain"=>"apidock.com"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://apidock.com/rails/ActionController/MimeResponds/InstanceMethods/respond_to"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:14

Redirected to localhost:3000/urls/18 Completed 302 Found in 3ms (ActiveRecord: 0.4ms)

Started GET “/urls/18” for 127.0.0.1 at 2019-01-24 17:19:43 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"18"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:49
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.6ms)

Completed 200 OK in 27ms (Views: 24.5ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 17:19:46 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.7ms)

Completed 200 OK in 50ms (Views: 45.7ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-24 17:19:49 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"0uJ1det2qJHlE67eiYmrfwmtoWCBCmAhOeoLYTb3SjdJwqighVjC59Y/rZTjdqnsdniS4W+v0HGX+Pc2+/VsDg==", "url"=>{"shorturl"=>"BS%I"}, "commit"=>"Search"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "BS%I"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:59

Redirected to localhost:3000/urls/18 Completed 302 Found in 8ms (ActiveRecord: 0.8ms)

Started GET “/urls/18” for 127.0.0.1 at 2019-01-24 17:19:49 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"18"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:49
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 33ms (Views: 29.0ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 17:19:52 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.3ms)

Completed 200 OK in 34ms (Views: 31.2ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-24 17:19:54 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"gwWlxkVUTi/xgbChkCySmK44hb1DMk2xLe4I28ldgk8YJXgTK3okWcKts+v605AL0e22PK2X/eGD/PSMBF+kdg==", "url"=>{"shorturl"=>"www.EFKB/BS%I"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.EFKB/BS%I"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:63

Redirected to localhost:3000/urls/18 Completed 302 Found in 4ms (ActiveRecord: 0.5ms)

Started GET “/urls/18” for 127.0.0.1 at 2019-01-24 17:19:54 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"18"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:49
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 32ms (Views: 28.1ms | ActiveRecord: 0.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 17:19:56 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.3ms)

Completed 200 OK in 54ms (Views: 49.4ms | ActiveRecord: 0.0ms)

Started POST “/urls/new” for 127.0.0.1 at 2019-01-24 17:21:20 +0530

ActionController::RoutingError (No route matches [POST] “/urls/new”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/urls” for 127.0.0.1 at 2019-01-24 17:22:09 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"www.youtube.com/channels", "domain"=>"www.youtube.com", "url"=>{"longurl"=>"www.youtube.com/channels", "domain"=>"www.youtube.com"}}

Can't verify CSRF token authenticity. Redirected to localhost:3000/user/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-24 17:22:09 +0530 Processing by UsersController#login as /

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.7ms)

Completed 200 OK in 58ms (Views: 49.7ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 17:22:26 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"www.youtube.com/channels", "domain"=>"www.youtube.com", "url"=>{"longurl"=>"www.youtube.com/channels", "domain"=>"www.youtube.com"}}

Can't verify CSRF token authenticity. Redirected to localhost:3000/user/login Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-24 17:22:26 +0530 Processing by UsersController#login as /

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.6ms)

Completed 200 OK in 39ms (Views: 30.9ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 17:23:02 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"www.youtube.com/channels", "domain"=>"www.youtube.com", "url"=>{"longurl"=>"www.youtube.com/channels", "domain"=>"www.youtube.com"}}

Can't verify CSRF token authenticity.

Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.youtube.com/channels"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (0.2ms)  BEGIN
↳ app/models/url.rb:12
Url Create (0.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "www.youtube.com/channels"], ["shorturl", "www.pyPB/yiXC"], ["domain", "www.youtube.com"], ["suffix", "yiXC"]]
↳ app/models/url.rb:12
 (1.1ms)  COMMIT
↳ app/models/url.rb:12

Completed 200 OK in 23ms (Views: 0.4ms | ActiveRecord: 6.9ms)

Urlreport Load (0.8ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 47], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (0.5ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 17:23:26 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.3ms)

Completed 200 OK in 39ms (Views: 35.9ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 17:23:42 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"9q/DLPf4gY7BYobqosgM/894gWtPFULZ+5+vMwn4ch4524esdixbBdg6mkbFRGJGEtXDkaMFjyZFFtW2Jhj5Mg==", "url"=>{"longurl"=>"https://stackoverflow.com/questions/7051062/whats-the-best-way-to-include-a-like-clause-in-a-rails-query/7051086dddd", "domain"=>"stackoverflow"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://stackoverflow.com/questions/7051062/whats-the-best-way-to-include-a-like-clause-in-a-rails-query/7051086dddd"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:27
 (0.2ms)  BEGIN
↳ app/models/url.rb:12
Url Create (0.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://stackoverflow.com/questions/7051062/whats-the-best-way-to-include-a-like-clause-in-a-rails-query/7051086dddd"], ["shorturl", "www.OlOB/5xbKB"], ["domain", "stackoverflow"], ["suffix", "5xbKB"]]
↳ app/models/url.rb:12
Urlreport Load (2.4ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.3ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 48], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (42.6ms)  COMMIT
↳ app/models/url.rb:12

Redirected to localhost:3000/urls/20 Completed 302 Found in 52ms (ActiveRecord: 43.8ms)

Started GET “/urls/20” for 127.0.0.1 at 2019-01-24 17:23:42 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"20"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:50
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)
 (74.5ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Completed 200 OK in 43ms (Views: 39.6ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 17:23:45 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (8.0ms)

Completed 200 OK in 72ms (Views: 68.0ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-24 17:26:18 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"6oqwoXuGzL/BBF+WMqO4VTqcjpFp2iUWPqQyEmwnQPXazUZSSf61i2t7UjjtPb/23xqrwJfeNRDrZlzNSV4gkw==", "url"=>{"longurl"=>"www.housing.com/seller", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.housing.com/seller"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:27
 (0.7ms)  BEGIN
↳ app/models/url.rb:12
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "www.housing.com/seller"], ["shorturl", "www.mJLB/kXVC"], ["domain", "housing.com"], ["suffix", "kXVC"]]
↳ app/models/url.rb:12
 (0.4ms)  COMMIT
↳ app/models/url.rb:12

Redirected to localhost:3000/urls/21 Completed 302 Found in 26ms (ActiveRecord: 7.3ms)

Started GET “/urls/21” for 127.0.0.1 at 2019-01-24 17:26:18 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"21"}
Url Load (2.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 21], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:50
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)
Urlreport Load (0.4ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-24"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12

Completed 200 OK in 48ms (Views: 40.0ms | ActiveRecord: 2.5ms)

Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 49], ["id", 2]]
↳ app/workers/convert_worker.rb:12
 (0.4ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 17:26:22 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.0ms)

Completed 200 OK in 74ms (Views: 72.3ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-24 17:26:24 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"vdD3LKMg9qwFBf4P8bm79JEhsQDRqNCilvIa4XDXMgUm8Cr5zQ6c2jYp/UWbRrln7vSCgT8NYPI44Oa2vdUUPA==", "url"=>{"shorturl"=>"www.mJLB/kXVC"}, "commit"=>"Search"}
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.mJLB/kXVC"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:79

Redirected to localhost:3000/urls/21 Completed 302 Found in 5ms (ActiveRecord: 0.9ms)

Started GET “/urls/21” for 127.0.0.1 at 2019-01-24 17:26:24 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"21"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 21], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:50
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 33ms (Views: 29.9ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 17:26:28 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.4ms)

Completed 200 OK in 69ms (Views: 63.1ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-24 17:26:30 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"w/rhX7Zw5ENBf5K7WAPOy/TNsgLuA9KBCXBPRiCXektY2jyK2F6ONXJTkfEy/MxYixiBgwCmYtGnYrMR7ZVccg==", "url"=>{"shorturl"=>"kXVC"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "kXVC"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:75

Redirected to localhost:3000/urls/21 Completed 302 Found in 12ms (ActiveRecord: 0.4ms)

Started GET “/urls/21” for 127.0.0.1 at 2019-01-24 17:26:30 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"21"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 21], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:50
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (2.3ms)

Completed 200 OK in 64ms (Views: 58.3ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 17:26:31 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (8.8ms)

Completed 200 OK in 97ms (Views: 93.6ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-24 17:27:45 +0530

ActionController::RoutingError (No route matches [POST] “/url/shorturl”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-24 17:28:34 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"WNKDHPzkieZGW+R1KeEOBk/dcmxpu5S8QPvuPL1h3JaXpsecfTBTbV8D+NlObWC/knAwloWrWUP+cpS5koFXug==", "url"=>{"shorturl"=>"www.EFKB/BS%I"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/18 Completed 302 Found in 9ms (ActiveRecord: 3.5ms)

Started GET “/urls/18” for 127.0.0.1 at 2019-01-24 17:28:34 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"18"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:50
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.6ms)

Completed 200 OK in 30ms (Views: 20.6ms | ActiveRecord: 0.3ms)

Started GET “/url/long?shorturl=www.EFKB/BS%25I” for 127.0.0.1 at 2019-01-24 17:28:53 +0530 Processing by UrlsController#long as /

Parameters: {"shorturl"=>"www.EFKB/BS%I"}

No template found for UrlsController#long, rendering head :no_content Completed 204 No Content in 52ms (ActiveRecord: 0.0ms)

Started GET “/url/long?shorturl=www.EFKB/BS%25I” for 127.0.0.1 at 2019-01-24 17:29:59 +0530 Processing by UrlsController#long as /

Parameters: {"shorturl"=>"www.EFKB/BS%I"}

Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-24 17:30:03 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 96ms (Views: 26.2ms | ActiveRecord: 40.9ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-24 17:57:38 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.2ms)

Completed 200 OK in 111ms (Views: 56.8ms | ActiveRecord: 10.4ms)

Started GET “/url/long?shorturl=www.vPLB/K0%25B” for 127.0.0.1 at 2019-01-24 17:58:47 +0530

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:98: syntax error, unexpected end, expecting end-of-input):

app/controllers/urls_controller.rb:98: syntax error, unexpected end, expecting end-of-input Started GET “/url/long?shorturl=www.vPLB/K0%25B” for 127.0.0.1 at 2019-01-24 17:59:23 +0530

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:98: syntax error, unexpected end, expecting end-of-input):

app/controllers/urls_controller.rb:98: syntax error, unexpected end, expecting end-of-input Started GET “/url/long?shorturl=www.vPLB/K0%25B” for 127.0.0.1 at 2019-01-24 18:00:24 +0530 Processing by UrlsController#long as /

Parameters: {"shorturl"=>"www.vPLB/K0%B"}
Url Load (2.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.vPLB/K0%B"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:83

Completed 200 OK in 32ms (Views: 0.2ms | ActiveRecord: 9.1ms)

Started GET “/” for 127.0.0.1 at 2019-01-25 10:02:45 +0530

 (5.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (3.2ms)

Completed 200 OK in 473ms (Views: 464.2ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-25 10:02:48 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (37.4ms)

Completed 200 OK in 103ms (Views: 58.1ms | ActiveRecord: 10.7ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-25 10:02:49 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"o0AeAGOj9bG10WyRthiqb/NNJnt0xoO/4qaq04oTGOo/FEsM/iKOFrlfeUJpipq7kEHDopsIVhwfgB/6ZuvW6A==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.1ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 39ms (ActiveRecord: 1.1ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 10:02:49 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 63ms (Views: 29.8ms | ActiveRecord: 4.1ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 10:03:02 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"tJBliZbbZxo7SVU7nwaQIuR6D4tA0INM1AIte5yje9B75CEJFw+9kSIRSZf4iv6bOddNcazATrNqi1f+s0Pw/A==", "url"=>{"longurl"=>"https://github.com/elastic/elasticsearch-ruby", "domain"=>"github.com"}, "commit"=>"Search"}
Url Load (1.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://github.com/elastic/elasticsearch-ruby"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:27
 (0.2ms)  BEGIN
↳ app/models/url.rb:12
Url Create (24.8ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://github.com/elastic/elasticsearch-ruby"], ["shorturl", "www.UwKB/CigE"], ["domain", "github.com"], ["suffix", "CigE"]]
↳ app/models/url.rb:12
Urlreport Load (1.0ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:10
Urlreport Create (19.0ms)  INSERT INTO "urlreports" ("count", "date") VALUES ($1, $2) RETURNING "id"  [["count", 1], ["date", "2019-01-25"]]
↳ app/workers/convert_worker.rb:10
 (722.3ms)  COMMIT
↳ app/models/url.rb:12
 (511.8ms)  COMMIT
↳ app/workers/convert_worker.rb:10

Redirected to localhost:3000/urls/22 Completed 302 Found in 784ms (ActiveRecord: 749.2ms)

Started GET “/urls/22” for 127.0.0.1 at 2019-01-25 10:03:02 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"22"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 22], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:50
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 256ms (Views: 24.1ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 10:03:09 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 54ms (Views: 49.2ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-25 10:03:11 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"MWG3vucGYfl28cevRMdvYfp4DNEphsGFG7iPcevxUvKqQWpriSgLj0XdxOUuOG3yha0/UMcjcdW1qnMmJvN0yw==", "url"=>{"shorturl"=>"www.UwKB/CigE"}, "commit"=>"Search"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.UwKB/CigE"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:64

Redirected to localhost:3000/urls/22 Completed 302 Found in 11ms (ActiveRecord: 0.8ms)

Started GET “/urls/22” for 127.0.0.1 at 2019-01-25 10:03:12 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"22"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 22], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:50
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 37ms (Views: 34.6ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 10:03:18 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.3ms)

Completed 200 OK in 50ms (Views: 45.4ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-25 10:03:21 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"FTGLhUROQ3rsO7J2uLKqnSKA2ltVaVHfqhl13odJqMaOEVZQKmApDN8XsTzSTagOXVXp2rvM4Y8EC4mJSkuO/w==", "url"=>{"shorturl"=>"CigE"}, "commit"=>"Search"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "CigE"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:60

Redirected to localhost:3000/urls/22 Completed 302 Found in 6ms (ActiveRecord: 0.7ms)

Started GET “/urls/22” for 127.0.0.1 at 2019-01-25 10:03:21 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"22"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 22], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:50
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 32ms (Views: 28.5ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 10:03:22 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 46ms (Views: 39.9ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 10:03:46 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"RiPUHZ1XVNBqjInHVFdAnmAggd+f1/cuFO3wnOk8vG12ZCLury8t5MDzhGmLyUc9haakjmHT5yjBL55DzEXcCw==", "url"=>{"longurl"=>"https://www.elastic.co/guide/en/elasticsearch/reference/current/getting-started-install.html", "domain"=>"elastic.co"}, "commit"=>"Search"}
Url Load (2.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.elastic.co/guide/en/elasticsearch/reference/current/getting-started-install.html"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:27
 (0.4ms)  BEGIN
↳ app/models/url.rb:12
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.elastic.co/guide/en/elasticsearch/reference/current/getting-started-install.html"], ["shorturl", "www.JvJ/VjXJ"], ["domain", "elastic.co"], ["suffix", "VjXJ"]]
↳ app/models/url.rb:12
Urlreport Load (0.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 2], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (40.7ms)  COMMIT
 (19.7ms)  COMMIT
↳ app/workers/convert_worker.rb:12
↳ app/models/url.rb:12

Redirected to localhost:3000/urls/23 Completed 302 Found in 54ms (ActiveRecord: 44.2ms)

Started GET “/urls/23” for 127.0.0.1 at 2019-01-25 10:03:46 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"23"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 23], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:50
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.2ms)

Completed 200 OK in 32ms (Views: 30.0ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 10:03:49 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.8ms)

Completed 200 OK in 72ms (Views: 67.2ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 10:04:01 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"FXJZlgN6a4PsUYpv5uRyCML9vfl9l12OJLaleONksmYlNa9lMQISt0Yuh8E5enWrJ3uYqIOTTYjxdMunxh3SAA==", "url"=>{"longurl"=>"https://www.elastic.co/guide/en/elasticsearch/guide/current/inverted-index.html", "domain"=>"elastic.co"}, "commit"=>"Search"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.elastic.co/guide/en/elasticsearch/guide/current/inverted-index.html"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:27
 (0.4ms)  BEGIN
↳ app/models/url.rb:12
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.elastic.co/guide/en/elasticsearch/guide/current/inverted-index.html"], ["shorturl", "www.JvJ/J$LH"], ["domain", "elastic.co"], ["suffix", "J$LH"]]
↳ app/models/url.rb:12
Urlreport Load (1.1ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.3ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.4ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 3], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (39.8ms)  COMMIT
↳ app/models/url.rb:12
 (34.7ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Redirected to localhost:3000/urls/24 Completed 302 Found in 51ms (ActiveRecord: 41.5ms)

Started GET “/urls/24” for 127.0.0.1 at 2019-01-25 10:04:01 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"24"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 24], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:50
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.6ms)

Completed 200 OK in 25ms (Views: 22.6ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 10:04:04 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.2ms)

Completed 200 OK in 47ms (Views: 42.7ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 10:04:18 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"rMHy94uBvw0doxGLQy0vLxUv46xIUUEQS3NfKxvZjymchgQEufnGObfcHCWcsyiM8KnG/bZVURaesTH0PqDvTw==", "url"=>{"longurl"=>"https://guides.rubyonrails.org/active_record_migrations.html", "domain"=>"guides.rubyonrails.org"}, "commit"=>"Search"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://guides.rubyonrails.org/active_record_migrations.html"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:27
 (0.3ms)  BEGIN
↳ app/models/url.rb:12
Url Create (1.0ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://guides.rubyonrails.org/active_record_migrations.html"], ["shorturl", "www.jTWC/vMvG"], ["domain", "guides.rubyonrails.org"], ["suffix", "vMvG"]]
↳ app/models/url.rb:12
Urlreport Load (0.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.5ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.6ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 4], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (41.1ms)  COMMIT
↳ app/models/url.rb:12
 (35.5ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Redirected to localhost:3000/urls/25 Completed 302 Found in 51ms (ActiveRecord: 43.2ms)

Started GET “/urls/25” for 127.0.0.1 at 2019-01-25 10:04:18 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"25"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 25], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:50
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 27ms (Views: 24.0ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 10:04:22 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 62ms (Views: 57.2ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 10:04:41 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"NWxEUt+ImKR7fwxWamn+i5jRHMQT/leRbz1fslNlofAFK7Kh7fDhkNEAAfi19/kofVc5le36R5e6/zFtdhzBlg==", "url"=>{"longurl"=>"https://www.greedge.com/", "domain"=>"greedge.com"}, "commit"=>"Search"}
Url Load (1.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.greedge.com/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:27
 (0.3ms)  BEGIN
↳ app/models/url.rb:12
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.greedge.com/"], ["shorturl", "www.wEKB/J0VC"], ["domain", "greedge.com"], ["suffix", "J0VC"]]
↳ app/models/url.rb:12
Urlreport Load (0.6ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.3ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.6ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 5], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (39.8ms)  COMMIT
 (34.4ms)  COMMIT
↳ app/models/url.rb:12
↳ app/workers/convert_worker.rb:12

Redirected to localhost:3000/urls/26 Completed 302 Found in 53ms (ActiveRecord: 42.3ms)

Started GET “/urls/26” for 127.0.0.1 at 2019-01-25 10:04:41 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"26"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 26], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:50
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 32ms (Views: 30.1ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 10:04:43 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.1ms)

Completed 200 OK in 50ms (Views: 46.0ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 10:04:56 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"xBNsqY8bJemQSvvJLP8UK8ld8U0vhNXZGsUNCq0aL1T0VJpavWNc3To19mfzYROILNvUHNGAxd/PB2PViGNPMg==", "url"=>{"longurl"=>"https://www.greedge.com/ielts/greedge-for-IELTS-preparation", "domain"=>"greedge.com"}, "commit"=>"Search"}
Url Load (1.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.greedge.com/ielts/greedge-for-IELTS-preparation"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:27
 (0.2ms)  BEGIN
↳ app/models/url.rb:12
Url Create (0.9ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.greedge.com/ielts/greedge-for-IELTS-preparation"], ["shorturl", "www.wEKB/v4rF"], ["domain", "greedge.com"], ["suffix", "v4rF"]]
↳ app/models/url.rb:12
Urlreport Load (0.6ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.5ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.6ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 6], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (40.1ms)  COMMIT
 (35.0ms)  COMMIT
↳ app/workers/convert_worker.rb:12
↳ app/models/url.rb:12

Redirected to localhost:3000/urls/27 Completed 302 Found in 52ms (ActiveRecord: 42.5ms)

Started GET “/urls/27” for 127.0.0.1 at 2019-01-25 10:04:56 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"27"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 27], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:50
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.6ms)

Completed 200 OK in 25ms (Views: 23.0ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 10:05:00 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.1ms)

Completed 200 OK in 45ms (Views: 41.4ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 10:05:23 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"rbx1zQHw0ZwMnKn5KJdC6Ax4RLM406D4iY8wBKS2nHSd+4M+M4ioqKbjpFf3CUVL6f5h4sbXsP5cTV7bgc/8Eg==", "url"=>{"longurl"=>"https://www.greedge.com/wall-of-fame", "domain"=>"www.greedge.com"}, "commit"=>"Search"}
Url Load (1.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.greedge.com/wall-of-fame"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:27
 (0.3ms)  BEGIN
↳ app/models/url.rb:12
Url Create (0.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.greedge.com/wall-of-fame"], ["shorturl", "www.jtOB/&J5D"], ["domain", "www.greedge.com"], ["suffix", "&J5D"]]
↳ app/models/url.rb:12
Urlreport Load (0.4ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.7ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 7], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (40.7ms)  COMMIT
 (35.4ms)  COMMIT
↳ app/workers/convert_worker.rb:12
↳ app/models/url.rb:12

Redirected to localhost:3000/urls/28 Completed 302 Found in 52ms (ActiveRecord: 43.4ms)

Started GET “/urls/28” for 127.0.0.1 at 2019-01-25 10:05:23 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"28"}
Url Load (0.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 28], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:50
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.5ms)

Completed 200 OK in 35ms (Views: 32.3ms | ActiveRecord: 0.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 10:05:27 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.5ms)

Completed 200 OK in 48ms (Views: 44.2ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 10:05:38 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"DnSJ0qiwROgBF7BcEY904HNG1bMwULAu9lQzAoQUCXQ+M38hmsg93KtovfLOEXNDlsDw4s5UoCgjll3doW1pEg==", "url"=>{"longurl"=>"https://www.greedge.com/wall-of-fame", "domain"=>"greedge.com"}, "commit"=>"Search"}
Url Load (1.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.greedge.com/wall-of-fame"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:27

Redirected to localhost:3000/urls/28 Completed 302 Found in 5ms (ActiveRecord: 1.1ms)

Started GET “/urls/28” for 127.0.0.1 at 2019-01-25 10:05:38 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"28"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 28], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:50
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 53ms (Views: 50.5ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 10:05:46 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.3ms)

Completed 200 OK in 59ms (Views: 55.6ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 10:06:11 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"wQw0tdhJPd0F0eaOWHQDmqkRxVIEbte9JMD/9agEpkHxS8JG6jFE6a+u6yCH6gQ5TJfgA/pqx7vxApEqjX3GJw==", "url"=>{"longurl"=>"https://www.greedge.com/gre-preparation-tips", "domain"=>"greedge.com"}, "commit"=>"Search"}
Url Load (3.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.greedge.com/gre-preparation-tips"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:27
 (0.4ms)  BEGIN
↳ app/models/url.rb:12
Url Create (0.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.greedge.com/gre-preparation-tips"], ["shorturl", "www.wEKB/I5eE"], ["domain", "greedge.com"], ["suffix", "I5eE"]]
↳ app/models/url.rb:12
Urlreport Load (0.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.9ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 8], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (39.7ms)  COMMIT
↳ app/models/url.rb:12
 (33.9ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Redirected to localhost:3000/urls/29 Completed 302 Found in 52ms (ActiveRecord: 43.5ms)

Started GET “/urls/29” for 127.0.0.1 at 2019-01-25 10:06:12 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"29"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 29], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:50
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.6ms)

Completed 200 OK in 27ms (Views: 25.1ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 10:06:17 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (10.3ms)

Completed 200 OK in 55ms (Views: 50.8ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-25 10:06:19 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.5ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (8.8ms)

Completed 200 OK in 53ms (Views: 37.6ms | ActiveRecord: 3.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 10:06:36 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.5ms)

Completed 200 OK in 35ms (Views: 32.8ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 10:06:53 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"7Mly3cP+ynJdC7akPYt93N7qM9XchjHNSBg7HKfxBnncjoQu8YazRvd0uwriFXp/O2wWhCKCIcud2lXDgohmHw==", "url"=>{"longurl"=>"https://www.greedge.com/blog/category/gre-preparations/", "domain"=>"greedge.com"}, "commit"=>"Search"}
Url Load (1.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.greedge.com/blog/category/gre-preparations/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:27
 (0.2ms)  BEGIN
↳ app/models/url.rb:12
Url Create (42.0ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.greedge.com/blog/category/gre-preparations/"], ["shorturl", "www.wEKB/*GoF"], ["domain", "greedge.com"], ["suffix", "*GoF"]]
↳ app/models/url.rb:12
 (0.6ms)  COMMIT
↳ app/models/url.rb:12

Redirected to localhost:3000/urls/30 Completed 302 Found in 53ms (ActiveRecord: 44.4ms)

Urlreport Load (0.8ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.3ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.6ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 9], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (1.1ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started GET “/urls/30” for 127.0.0.1 at 2019-01-25 10:06:53 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"30"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 30], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:50
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 58ms (Views: 38.9ms | ActiveRecord: 0.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 10:06:55 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.3ms)

Completed 200 OK in 69ms (Views: 66.4ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 10:07:34 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"RLAyBRuWIraW31Hi5bt/33eBE/i9n4pOQNejEeDQJR5098T2Ke5bgjygXEw6JXh8kgc2qUObmkiVFc3OxalFeA==", "url"=>{"longurl"=>"https://www.interviewbit.com/", "domain"=>"interviewbit.com"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.interviewbit.com/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:27
 (0.1ms)  BEGIN
↳ app/models/url.rb:12
Url Create (0.3ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.interviewbit.com/"], ["shorturl", "www.JLQB/AS1C"], ["domain", "interviewbit.com"], ["suffix", "AS1C"]]
↳ app/models/url.rb:12
Urlreport Load (0.6ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.4ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.7ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 10], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (33.8ms)  COMMIT
↳ app/models/url.rb:12
 (27.0ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Redirected to localhost:3000/urls/31 Completed 302 Found in 40ms (ActiveRecord: 34.6ms)

Started GET “/urls/31” for 127.0.0.1 at 2019-01-25 10:07:34 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"31"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 31], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:50
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 28ms (Views: 25.2ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 10:07:37 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 46ms (Views: 42.5ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 10:08:34 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.interviewbit.com/", "domain"=>"interviewbit.com", "url"=>{"longurl"=>"https://www.interviewbit.com/", "domain"=>"interviewbit.com"}}

Can't verify CSRF token authenticity.

Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.interviewbit.com/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13

Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.8ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 10:08:45 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.interviewbit.com/", "domain"=>"www.interviewbit.com", "url"=>{"longurl"=>"https://www.interviewbit.com/", "domain"=>"www.interviewbit.com"}}

Can't verify CSRF token authenticity.

Url Load (1.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.interviewbit.com/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13

Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 1.4ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 10:08:59 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.interviewbit.com/", "domain"=>"interviewbit.com", "url"=>{"longurl"=>"https://www.interviewbit.com/", "domain"=>"interviewbit.com"}}

Can't verify CSRF token authenticity.

Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.interviewbit.com/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13

Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.8ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 10:09:30 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.interviewbit.com/testimonials/?ref=home-page", "domain"=>"interviewbit.com", "url"=>{"longurl"=>"https://www.interviewbit.com/testimonials/?ref=home-page", "domain"=>"interviewbit.com"}}

Can't verify CSRF token authenticity.

Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.interviewbit.com/testimonials/?ref=home-page"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:13
 (0.2ms)  BEGIN
↳ app/models/url.rb:12
Url Create (0.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.interviewbit.com/testimonials/?ref=home-page"], ["shorturl", "www.JLQB/bWqF"], ["domain", "interviewbit.com"], ["suffix", "bWqF"]]
↳ app/models/url.rb:12
Urlreport Load (18.6ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.4ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 11], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (42.3ms)  COMMIT
↳ app/models/url.rb:12
 (19.0ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Completed 200 OK in 50ms (Views: 0.2ms | ActiveRecord: 43.8ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-25 10:24:50 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.8ms)

Completed 200 OK in 27ms (Views: 26.4ms | ActiveRecord: 0.0ms)

Started GET “/url/long?shorturl=www.JLQB/bWqF” for 127.0.0.1 at 2019-01-25 10:26:19 +0530 Processing by UrlsController#long as /

Parameters: {"shorturl"=>"www.JLQB/bWqF"}

Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)

NoMethodError (undefined method `[]' for nil:NilClass):

app/controllers/urls_controller.rb:79:in `long' Started GET “/url/long?shorturl=www.JLQB/bWqF” for 127.0.0.1 at 2019-01-25 10:29:26 +0530 Processing by UrlsController#long as /

Parameters: {"shorturl"=>"www.JLQB/bWqF"}

Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)

NoMethodError (undefined method `[]' for nil:NilClass):

app/controllers/urls_controller.rb:79:in `long' Started GET “/url/long?shorturl=www.JLQB/bWqF” for 127.0.0.1 at 2019-01-25 10:30:30 +0530 Processing by UrlsController#long as /

Parameters: {"shorturl"=>"www.JLQB/bWqF"}
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.JLQB/bWqF"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:85

Completed 200 OK in 56ms (Views: 0.2ms | ActiveRecord: 9.9ms)

Started GET “/url/long?shorturl=www.JLQB/bWqF” for 127.0.0.1 at 2019-01-25 10:36:17 +0530 Processing by UrlsController#long as /

Parameters: {"shorturl"=>"www.JLQB/bWqF"}

Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)

NoMethodError (undefined method `[]' for nil:NilClass):

app/controllers/urls_controller.rb:82:in `block (2 levels) in long' app/controllers/urls_controller.rb:80:in `long' Started GET “/url/long?shorturl=www.JLQB/bWqF” for 127.0.0.1 at 2019-01-25 10:37:23 +0530

 (25.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UrlsController#long as /

Parameters: {"shorturl"=>"www.JLQB/bWqF"}

Completed 200 OK in 19ms (Views: 0.3ms | ActiveRecord: 0.0ms)

Started GET “/url/long?shorturl=www.JLQB/bWqT” for 127.0.0.1 at 2019-01-25 10:37:31 +0530 Processing by UrlsController#long as /

Parameters: {"shorturl"=>"www.JLQB/bWqT"}
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.JLQB/bWqT"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:88

Completed 200 OK in 32ms (Views: 0.2ms | ActiveRecord: 18.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-25 10:37:40 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"6UDOKqY0hAlmwlwARe1l0+Rch/CTZxjlMkLw2T1SxNl1FJsmO7X/rmpMSdOaf1UHh1BiKXypzUbPZEXw0aoK2w==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 64ms (ActiveRecord: 6.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 10:37:40 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (55.0ms)

Completed 200 OK in 559ms (Views: 551.8ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-25 10:37:50 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"/f7KRIPjMEW19Y2gZYXbpv8hWUKY3l0vVnVCy4m+fZAyio7EAjfqzqytkQwCCbUfIowbuHTOkNDo/DhOpl72vA==", "url"=>{"shorturl"=>"www.EFKB/BS%I"}, "commit"=>"Search"}

Redirected to localhost:3000/url/long Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/url/long” for 127.0.0.1 at 2019-01-25 10:37:50 +0530 Processing by UrlsController#long as HTML Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)

NoMethodError (undefined method `[]' for nil:NilClass):

app/controllers/urls_controller.rb:98:in `block (2 levels) in long' app/controllers/urls_controller.rb:80:in `long' Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-25 10:39:28 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"/f7KRIPjMEW19Y2gZYXbpv8hWUKY3l0vVnVCy4m+fZAyio7EAjfqzqytkQwCCbUfIowbuHTOkNDo/DhOpl72vA==", "url"=>{"shorturl"=>"www.EFKB/BS%I"}, "commit"=>"Search"}

Redirected to localhost:3000/url/long Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/url/long” for 127.0.0.1 at 2019-01-25 10:39:29 +0530 Processing by UrlsController#long as HTML Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)

NoMethodError (undefined method `[]' for nil:NilClass):

app/controllers/urls_controller.rb:99:in `block (2 levels) in long' app/controllers/urls_controller.rb:80:in `long' Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-25 10:41:49 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"/f7KRIPjMEW19Y2gZYXbpv8hWUKY3l0vVnVCy4m+fZAyio7EAjfqzqytkQwCCbUfIowbuHTOkNDo/DhOpl72vA==", "url"=>{"shorturl"=>"www.EFKB/BS%I"}, "commit"=>"Search"}

Redirected to localhost:3000/url/long Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/url/long” for 127.0.0.1 at 2019-01-25 10:41:50 +0530 Processing by UrlsController#long as HTML Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)

NoMethodError (undefined method `[]' for nil:NilClass):

app/controllers/urls_controller.rb:99:in `block (2 levels) in long' app/controllers/urls_controller.rb:80:in `long' Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-25 10:42:31 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"/f7KRIPjMEW19Y2gZYXbpv8hWUKY3l0vVnVCy4m+fZAyio7EAjfqzqytkQwCCbUfIowbuHTOkNDo/DhOpl72vA==", "url"=>{"shorturl"=>"www.EFKB/BS%I"}, "commit"=>"Search"}
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.EFKB/BS%I"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:105

Redirected to localhost:3000/urls/18 Completed 302 Found in 49ms (ActiveRecord: 5.5ms)

Started GET “/urls/18” for 127.0.0.1 at 2019-01-25 10:42:31 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"18"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:50
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 108ms (Views: 93.3ms | ActiveRecord: 0.6ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-25 10:43:00 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"/f7KRIPjMEW19Y2gZYXbpv8hWUKY3l0vVnVCy4m+fZAyio7EAjfqzqytkQwCCbUfIowbuHTOkNDo/DhOpl72vA==", "url"=>{"shorturl"=>"www.EFKB/BS%I"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/18 Completed 302 Found in 9ms (ActiveRecord: 4.7ms)

Started GET “/urls/18” for 127.0.0.1 at 2019-01-25 10:43:00 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"18"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:50
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 65ms (Views: 50.4ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 10:43:58 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.3ms)

Completed 200 OK in 80ms (Views: 43.2ms | ActiveRecord: 4.3ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 10:52:00 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.interviewbit.com/?ref=home-page", "domain"=>"interviewbit.com", "url"=>{"longurl"=>"https://www.interviewbit.com/?ref=home-page", "domain"=>"interviewbit.com"}}

Can't verify CSRF token authenticity. Completed 500 Internal Server Error in 13ms (ActiveRecord: 6.8ms)

NoMethodError (undefined method `FindLong' for #<Class:0x00007fe3fa889948> Did you mean? FingLong):

app/controllers/urls_controller.rb:13:in `block (2 levels) in create' app/controllers/urls_controller.rb:11:in `create' Started POST “/urls” for 127.0.0.1 at 2019-01-25 10:52:20 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.interviewbit.com/?ref=home-page", "domain"=>"interviewbit.com", "url"=>{"longurl"=>"https://www.interviewbit.com/?ref=home-page", "domain"=>"interviewbit.com"}}

Can't verify CSRF token authenticity.

Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.interviewbit.com/?ref=home-page"], ["LIMIT", 1]]
↳ app/models/url.rb:19
 (0.2ms)  BEGIN
↳ app/models/url.rb:12
Url Create (17.1ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.interviewbit.com/?ref=home-page"], ["shorturl", "www.JLQB/ETdE"], ["domain", "interviewbit.com"], ["suffix", "ETdE"]]
↳ app/models/url.rb:12
 (40.8ms)  COMMIT
↳ app/models/url.rb:12

Completed 200 OK in 89ms (Views: 0.2ms | ActiveRecord: 65.4ms)

Urlreport Load (1.1ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.4ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (1.3ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 12], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (0.6ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started GET “/url/long?shorturl=www.JLQB/bWqF” for 127.0.0.1 at 2019-01-25 10:58:08 +0530 Processing by UrlsController#long as /

Parameters: {"shorturl"=>"www.JLQB/bWqF"}

Completed 500 Internal Server Error in 195ms (ActiveRecord: 0.0ms)

NoMethodError (undefined method `FindShort' for #<UrlsController:0x00007fe3f5cea9b0>):

app/controllers/urls_controller.rb:70:in `block (2 levels) in long' app/controllers/urls_controller.rb:65:in `long' Started GET “/url/long?shorturl=www.JLQB/bWqF” for 127.0.0.1 at 2019-01-25 10:58:52 +0530 Processing by UrlsController#long as /

Parameters: {"shorturl"=>"www.JLQB/bWqF"}
Url Load (1.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.JLQB/bWqF"], ["LIMIT", 1]]
↳ app/models/url.rb:23

Completed 200 OK in 30ms (Views: 0.3ms | ActiveRecord: 12.1ms)

Started GET “/url/long?shorturl=www.JLQB/bWqF” for 127.0.0.1 at 2019-01-25 11:00:04 +0530 Processing by UrlsController#long as /

Parameters: {"shorturl"=>"www.JLQB/bWqF"}

Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 11:00:10 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.interviewbit.com/?ref=home-page", "domain"=>"interviewbit.com", "url"=>{"longurl"=>"https://www.interviewbit.com/?ref=home-page", "domain"=>"interviewbit.com"}}

Can't verify CSRF token authenticity.

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.interviewbit.com/?ref=home-page"], ["LIMIT", 1]]
↳ app/models/url.rb:19

Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.6ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 11:00:18 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.interviewbit.com/?ref=home-page", "domain"=>"interviewbit.com", "url"=>{"longurl"=>"https://www.interviewbit.com/?ref=home-page", "domain"=>"interviewbit.com"}}

Can't verify CSRF token authenticity.

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.interviewbit.com/?ref=home-page"], ["LIMIT", 1]]
↳ app/models/url.rb:19

Completed 200 OK in 25ms (Views: 0.2ms | ActiveRecord: 16.1ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-25 11:00:23 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.5ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (12.4ms)

Completed 200 OK in 59ms (Views: 49.8ms | ActiveRecord: 5.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 11:00:41 +0530 Processing by UrlsController#new as HTML Redirected to localhost:3000/user/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-25 11:00:41 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (24.4ms)

Completed 200 OK in 127ms (Views: 69.3ms | ActiveRecord: 5.4ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-25 12:13:16 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"YN7dOpk3rti397jqXuNoieFSm6G5Ryf3Yn2mh7D/cLH8iog2BLbVf7t5rTmBcVhdgl5+eFaJ8lSfWxOuXAe+sw==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.2ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 368ms (ActiveRecord: 282.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 12:13:17 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.0ms)

Completed 200 OK in 263ms (Views: 202.7ms | ActiveRecord: 4.3ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-25 12:13:20 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.6ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (8.9ms)

Completed 200 OK in 133ms (Views: 120.6ms | ActiveRecord: 3.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 12:13:22 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.8ms)

Completed 200 OK in 48ms (Views: 44.2ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-25 12:13:23 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.9ms)

Completed 200 OK in 57ms (Views: 55.7ms | ActiveRecord: 0.0ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-25 12:23:53 +0530

 (35.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (4.0ms)

Completed 500 Internal Server Error in 110ms (ActiveRecord: 0.0ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/search/search.html.erb:15: syntax error, unexpected ',' …r.append=( link_to urllongurl., controller: “url”, action: “… … ^ /Users/naveen/Documents/Internship/projectIntern/app/views/search/search.html.erb:15: syntax error, unexpected ',', expecting ')' …urllongurl., controller: ”url“, action: ”show“, id: url._id)… … ^ /Users/naveen/Documents/Internship/projectIntern/app/views/search/search.html.erb:15: syntax error, unexpected ',', expecting ')' …troller: ”url“, action: ”show“, id: url._id);@output_buffer.… … ^):

app/views/search/search.html.erb:15: syntax error, unexpected ',' app/views/search/search.html.erb:15: syntax error, unexpected ',', expecting ')' app/views/search/search.html.erb:15: syntax error, unexpected ',', expecting ')' Started GET “/url/search” for 127.0.0.1 at 2019-01-25 12:24:14 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (427.4ms)

Completed 500 Internal Server Error in 431ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined local variable or method `search_path' for #<#<Class:0x00007fee1e13b3e8>:0x00007fee210b15c8> Did you mean? search_field_tag):

1: <h1>Url Search</h1>
2: 
3: <%= form_for search_path, method: :get do |f| %>
4:  <p>
5:   <%= f.label "Search for" %>
6:   <%= text_field_tag :q, params[:q] %>

app/views/search/search.html.erb:3:in `_app_views_search_search_html_erb___78434033725990945_70330366660360' Started GET “/url/search” for 127.0.0.1 at 2019-01-25 12:24:48 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (96.3ms)

Completed 200 OK in 1143ms (Views: 1141.3ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=proptiger” for 127.0.0.1 at 2019-01-25 12:24:53 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"proptiger"}

Completed 500 Internal Server Error in 242ms (ActiveRecord: 2.2ms)

ArgumentError (urls does not exist to be imported into. Use create_index! or the :force option to create it.):

app/models/url.rb:5:in `<class:Url>' app/models/url.rb:2:in `<main>' app/controllers/search_controller.rb:6:in `search' Started GET “/url/search” for 127.0.0.1 at 2019-01-25 12:34:23 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (3.1ms)

Completed 200 OK in 124ms (Views: 121.7ms | ActiveRecord: 0.0ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-25 12:34:24 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.8ms)

Completed 200 OK in 49ms (Views: 47.0ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&shorturl=www.JLQB%2FETdE” for 127.0.0.1 at 2019-01-25 12:34:49 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "shorturl"=>"www.JLQB/ETdE"}

Completed 500 Internal Server Error in 81ms (ActiveRecord: 5.5ms)

ArgumentError (urls does not exist to be imported into. Use create_index! or the :force option to create it.):

app/models/url.rb:5:in `<class:Url>' app/models/url.rb:2:in `<main>' app/controllers/search_controller.rb:6:in `search'

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."domain" = $1 LIMIT $2  [["domain", "facebook.com"], ["LIMIT", 11]]
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1000]]

Started GET “/url/search?utf8=%E2%9C%93&shorturl=www.JLQB%2FETdE” for 127.0.0.1 at 2019-01-25 13:01:14 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "shorturl"=>"www.JLQB/ETdE"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (232.9ms)

Completed 500 Internal Server Error in 263ms (ActiveRecord: 6.6ms)

ActionView::Template::Error ([400] {“error”:{“root_cause”:[{“type”:“query_shard_exception”,“reason”:“Failed to parse query [www.JLQB/ETdE]”,“index_uuid”:“p4FkeszTQYOE1G5hAT_EJQ”,“index”:“urls”}],“type”:“search_phase_execution_exception”,“reason”:“all shards failed”,“phase”:“query”,“grouped”:true,“failed_shards”:[{“shard”:0,“index”:“urls”,“node”:“WlOCkHaLQRSE8NNyEFrimA”,“reason”:{“type”:“query_shard_exception”,“reason”:“Failed to parse query [www.JLQB/ETdE]”,“index_uuid”:“p4FkeszTQYOE1G5hAT_EJQ”,“index”:“urls”,“caused_by”:{“type”:“parse_exception”,“reason”:“Cannot parse 'www.JLQB/ETdE': Lexical error at line 1, column 14. Encountered: <EOF> after : "/ETdE"”,“caused_by”:{“type”:“token_mgr_error”,“reason”:“Lexical error at line 1, column 14. Encountered: <EOF> after : "/ETdE"”}}}}]},“status”:400}):

 9: <% end %>
10: 
11: <ul>
12:  <% @url.each do |url| %>
13:   <li>
14:    <h3>
15:     <%= link_to urllongurl, controller: "url", action: "show", id: url._id%>

app/views/search/search.html.erb:12:in `_app_views_search_search_html_erb___78434033725990945_70330335297480' Started GET “/url/search?utf8=%E2%9C%93&shorturl=www.JLQB%2FETdE” for 127.0.0.1 at 2019-01-25 13:01:22 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "shorturl"=>"www.JLQB/ETdE"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (39.9ms)

Completed 500 Internal Server Error in 46ms (ActiveRecord: 0.0ms)

ActionView::Template::Error ([400] {“error”:{“root_cause”:[{“type”:“query_shard_exception”,“reason”:“Failed to parse query [www.JLQB/ETdE]”,“index_uuid”:“p4FkeszTQYOE1G5hAT_EJQ”,“index”:“urls”}],“type”:“search_phase_execution_exception”,“reason”:“all shards failed”,“phase”:“query”,“grouped”:true,“failed_shards”:[{“shard”:0,“index”:“urls”,“node”:“WlOCkHaLQRSE8NNyEFrimA”,“reason”:{“type”:“query_shard_exception”,“reason”:“Failed to parse query [www.JLQB/ETdE]”,“index_uuid”:“p4FkeszTQYOE1G5hAT_EJQ”,“index”:“urls”,“caused_by”:{“type”:“parse_exception”,“reason”:“Cannot parse 'www.JLQB/ETdE': Lexical error at line 1, column 14. Encountered: <EOF> after : "/ETdE"”,“caused_by”:{“type”:“token_mgr_error”,“reason”:“Lexical error at line 1, column 14. Encountered: <EOF> after : "/ETdE"”}}}}]},“status”:400}):

 9: <% end %>
10: 
11: <ul>
12:  <% @url.each do |url| %>
13:   <li>
14:    <h3>
15:     <%= link_to urllongurl, controller: "url", action: "show", id: url._id%>

app/views/search/search.html.erb:12:in `_app_views_search_search_html_erb___78434033725990945_70330377211020' Started GET “/user/logout” for 127.0.0.1 at 2019-01-25 13:03:09 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (27.1ms)

Completed 200 OK in 177ms (Views: 120.0ms | ActiveRecord: 7.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-25 13:03:11 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"NKxcuG1pXlDmSxsm+g9dW+21rLXZVZyTxf7BE+pI4xL72Bg47L2E2/8TB4qdgzPiMBjuTzVFUWx7d7uWxahoPg==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.3ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 32ms (ActiveRecord: 1.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 13:03:11 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 67ms (Views: 29.8ms | ActiveRecord: 2.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-25 13:03:23 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"E17GLermdJuu0f6MM2TlZkE+P/TYWxXprCKryrheocXcKoKtazKuELeJ4iBU6IvfnJN9DjRL2BYSq9FPl74q6Q==", "url"=>{"shorturl"=>"www.EFKB/BS%I"}, "commit"=>"Search"}

Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)

NoMethodError (undefined method `[]' for nil:NilClass):

app/controllers/urls_controller.rb:81:in `block (2 levels) in long' app/controllers/urls_controller.rb:67:in `long' app/controllers/urls_controller.rb:60:in `Shorturl' Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-25 13:04:11 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"E17GLermdJuu0f6MM2TlZkE+P/TYWxXprCKryrheocXcKoKtazKuELeJ4iBU6IvfnJN9DjRL2BYSq9FPl74q6Q==", "url"=>{"shorturl"=>"www.EFKB/BS%I"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "www.EFKB/BS%I"], ["LIMIT", 1]]
↳ app/models/url.rb:28

Redirected to localhost:3000/urls/18 Completed 302 Found in 26ms (ActiveRecord: 6.8ms)

Started GET “/urls/18” for 127.0.0.1 at 2019-01-25 13:04:11 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"18"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:52
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 41ms (Views: 26.5ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 13:04:14 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.8ms)

Completed 200 OK in 47ms (Views: 43.4ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-25 13:04:59 +0530 Processing by UrlsController#Shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"53kSqQrSThqcPcfCNlLEAnNXcc9Anymsrq36mkoZelx8Wc98ZPwkbK8RxIhcrcaRDIJCTq46mfwAvwbNhxtcZQ==", "url"=>{"shorturl"=>"www.EFKB/BS%I"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/18 Completed 302 Found in 4ms (ActiveRecord: 0.0ms)

Started GET “/urls/18” for 127.0.0.1 at 2019-01-25 13:04:59 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"18"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:52
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 48ms (Views: 45.6ms | ActiveRecord: 0.4ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-25 13:10:59 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (1.6ms)

Completed 200 OK in 25ms (Views: 23.1ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&shorturl=” for 127.0.0.1 at 2019-01-25 13:11:00 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "shorturl"=>""}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (370.4ms)

Completed 200 OK in 441ms (Views: 439.1ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&shorturl=www.JLQB%2FETdE” for 127.0.0.1 at 2019-01-25 13:11:06 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "shorturl"=>"www.JLQB/ETdE"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (139.2ms)

Completed 500 Internal Server Error in 151ms (ActiveRecord: 0.0ms)

ActionView::Template::Error ([400] {“error”:{“root_cause”:[{“type”:“query_shard_exception”,“reason”:“Failed to parse query [www.JLQB/ETdE]”,“index_uuid”:“p4FkeszTQYOE1G5hAT_EJQ”,“index”:“urls”}],“type”:“search_phase_execution_exception”,“reason”:“all shards failed”,“phase”:“query”,“grouped”:true,“failed_shards”:[{“shard”:0,“index”:“urls”,“node”:“WlOCkHaLQRSE8NNyEFrimA”,“reason”:{“type”:“query_shard_exception”,“reason”:“Failed to parse query [www.JLQB/ETdE]”,“index_uuid”:“p4FkeszTQYOE1G5hAT_EJQ”,“index”:“urls”,“caused_by”:{“type”:“parse_exception”,“reason”:“Cannot parse 'www.JLQB/ETdE': Lexical error at line 1, column 14. Encountered: <EOF> after : "/ETdE"”,“caused_by”:{“type”:“token_mgr_error”,“reason”:“Lexical error at line 1, column 14. Encountered: <EOF> after : "/ETdE"”}}}}]},“status”:400}):

 9: <% end %>
10: 
11: <ul>
12:  <% @url.each do |url| %>
13:   <li>
14:    <h3>
15:     <%= link_to urllongurl, controller: "url", action: "show", id: url._id%>

app/views/search/search.html.erb:12:in `_app_views_search_search_html_erb___78434033725990945_70330376344340' Started GET “/url/search?utf8=%E2%9C%93&shorturl=www.JLQB%2FETdE” for 127.0.0.1 at 2019-01-25 13:13:01 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "shorturl"=>"www.JLQB/ETdE"}

Completed 500 Internal Server Error in 42ms (ActiveRecord: 4.8ms)

NoMethodError (undefined method `longurl' for #<Elasticsearch::Model::Response::Response:0x00007fee1ce29520>):

app/controllers/search_controller.rb:8:in `search' Started GET “/url/search?utf8=%E2%9C%93&shorturl=www.JLQB%2FETdE” for 127.0.0.1 at 2019-01-25 13:13:43 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "shorturl"=>"www.JLQB/ETdE"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (75.8ms)

Completed 500 Internal Server Error in 102ms (ActiveRecord: 2.0ms)

ActionView::Template::Error ([400] {“error”:{“root_cause”:[{“type”:“query_shard_exception”,“reason”:“Failed to parse query [www.JLQB/ETdE]”,“index_uuid”:“p4FkeszTQYOE1G5hAT_EJQ”,“index”:“urls”}],“type”:“search_phase_execution_exception”,“reason”:“all shards failed”,“phase”:“query”,“grouped”:true,“failed_shards”:[{“shard”:0,“index”:“urls”,“node”:“WlOCkHaLQRSE8NNyEFrimA”,“reason”:{“type”:“query_shard_exception”,“reason”:“Failed to parse query [www.JLQB/ETdE]”,“index_uuid”:“p4FkeszTQYOE1G5hAT_EJQ”,“index”:“urls”,“caused_by”:{“type”:“parse_exception”,“reason”:“Cannot parse 'www.JLQB/ETdE': Lexical error at line 1, column 14. Encountered: <EOF> after : "/ETdE"”,“caused_by”:{“type”:“token_mgr_error”,“reason”:“Lexical error at line 1, column 14. Encountered: <EOF> after : "/ETdE"”}}}}]},“status”:400}):

 9: <% end %>
10: 
11: <!-- <ul>
12:  <% @url.each do |url| %>
13:   <li>
14:    <h3>
15:     <%= link_to urllongurl, controller: "url", action: "show", id: url._id%>

app/views/search/search.html.erb:12:in `_app_views_search_search_html_erb___78434033725990945_70330369468120' Started GET “/url/search?utf8=%E2%9C%93&shorturl=www.JLQB%2FETdE” for 127.0.0.1 at 2019-01-25 13:14:08 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "shorturl"=>"www.JLQB/ETdE"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (86.9ms)

Completed 500 Internal Server Error in 139ms (ActiveRecord: 3.0ms)

ActionView::Template::Error ([400] {“error”:{“root_cause”:[{“type”:“query_shard_exception”,“reason”:“Failed to parse query [www.JLQB/ETdE]”,“index_uuid”:“p4FkeszTQYOE1G5hAT_EJQ”,“index”:“urls”}],“type”:“search_phase_execution_exception”,“reason”:“all shards failed”,“phase”:“query”,“grouped”:true,“failed_shards”:[{“shard”:0,“index”:“urls”,“node”:“WlOCkHaLQRSE8NNyEFrimA”,“reason”:{“type”:“query_shard_exception”,“reason”:“Failed to parse query [www.JLQB/ETdE]”,“index_uuid”:“p4FkeszTQYOE1G5hAT_EJQ”,“index”:“urls”,“caused_by”:{“type”:“parse_exception”,“reason”:“Cannot parse 'www.JLQB/ETdE': Lexical error at line 1, column 14. Encountered: <EOF> after : "/ETdE"”,“caused_by”:{“type”:“token_mgr_error”,“reason”:“Lexical error at line 1, column 14. Encountered: <EOF> after : "/ETdE"”}}}}]},“status”:400}):

 9: <% end %>
10: 
11: <!-- <ul>
12:  <% @url.each do |url| %>
13:   <li>
14:    <h3>
15:     <%= link_to urllongurl, controller: "url", action: "show", id: url._id%>

app/views/search/search.html.erb:12:in `_app_views_search_search_html_erb___78434033725990945_70330375192360' Started GET “/url/search?utf8=%E2%9C%93&shorturl=www.JLQB%2FETdE” for 127.0.0.1 at 2019-01-25 13:14:45 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "shorturl"=>"www.JLQB/ETdE"}

Completed 500 Internal Server Error in 18ms (ActiveRecord: 4.1ms)

NoMethodError (undefined method `longurl' for #<Elasticsearch::Model::Response::Response:0x00007fee1d319940>):

app/controllers/search_controller.rb:9:in `search' Started GET “/url/search?utf8=%E2%9C%93&shorturl=www.JLQB%2FETdE” for 127.0.0.1 at 2019-01-25 13:15:15 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "shorturl"=>"www.JLQB/ETdE"}

Completed 500 Internal Server Error in 94ms (ActiveRecord: 4.0ms)

Elasticsearch::Transport::Transport::Errors::BadRequest ([400] {“error”:{“root_cause”:[{“type”:“query_shard_exception”,“reason”:“Failed to parse query [www.JLQB/ETdE]”,“index_uuid”:“p4FkeszTQYOE1G5hAT_EJQ”,“index”:“urls”}],“type”:“search_phase_execution_exception”,“reason”:“all shards failed”,“phase”:“query”,“grouped”:true,“failed_shards”:[{“shard”:0,“index”:“urls”,“node”:“WlOCkHaLQRSE8NNyEFrimA”,“reason”:{“type”:“query_shard_exception”,“reason”:“Failed to parse query [www.JLQB/ETdE]”,“index_uuid”:“p4FkeszTQYOE1G5hAT_EJQ”,“index”:“urls”,“caused_by”:{“type”:“parse_exception”,“reason”:“Cannot parse 'www.JLQB/ETdE': Lexical error at line 1, column 14. Encountered: <EOF> after : "/ETdE"”,“caused_by”:{“type”:“token_mgr_error”,“reason”:“Lexical error at line 1, column 14. Encountered: <EOF> after : "/ETdE"”}}}}]},“status”:400}):

app/controllers/search_controller.rb:9:in `puts' app/controllers/search_controller.rb:9:in `puts' app/controllers/search_controller.rb:9:in `search' Started GET “/url/search?utf8=%E2%9C%93&shorturl=www.JLQB%2FETdE” for 127.0.0.1 at 2019-01-25 13:16:01 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "shorturl"=>"www.JLQB/ETdE"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (68.4ms)

Completed 500 Internal Server Error in 136ms (ActiveRecord: 2.9ms)

ActionView::Template::Error ([400] {“error”:{“root_cause”:[{“type”:“query_shard_exception”,“reason”:“Failed to parse query [www.JLQB/ETdE]”,“index_uuid”:“p4FkeszTQYOE1G5hAT_EJQ”,“index”:“urls”}],“type”:“search_phase_execution_exception”,“reason”:“all shards failed”,“phase”:“query”,“grouped”:true,“failed_shards”:[{“shard”:0,“index”:“urls”,“node”:“WlOCkHaLQRSE8NNyEFrimA”,“reason”:{“type”:“query_shard_exception”,“reason”:“Failed to parse query [www.JLQB/ETdE]”,“index_uuid”:“p4FkeszTQYOE1G5hAT_EJQ”,“index”:“urls”,“caused_by”:{“type”:“parse_exception”,“reason”:“Cannot parse 'www.JLQB/ETdE': Lexical error at line 1, column 14. Encountered: <EOF> after : "/ETdE"”,“caused_by”:{“type”:“token_mgr_error”,“reason”:“Lexical error at line 1, column 14. Encountered: <EOF> after : "/ETdE"”}}}}]},“status”:400}):

 9: <% end %>
10: 
11: <!-- <ul>
12:  <% @url.each do |url| %>
13:   <li>
14:    <h3>
15:     <%= link_to urllongurl, controller: "url", action: "show", id: url._id%>

app/views/search/search.html.erb:12:in `_app_views_search_search_html_erb___78434033725990945_70330368517560' Started GET “/url/search?utf8=%E2%9C%93&shorturl=www.JLQB%2FETdE” for 127.0.0.1 at 2019-01-25 13:16:17 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "shorturl"=>"www.JLQB/ETdE"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (1.5ms)

Completed 200 OK in 81ms (Views: 78.1ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&shorturl=www.JLQB%2FETdE” for 127.0.0.1 at 2019-01-25 13:16:19 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "shorturl"=>"www.JLQB/ETdE"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (1.9ms)

Completed 200 OK in 40ms (Views: 38.1ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&shorturl=www.JLQB%2FETdE” for 127.0.0.1 at 2019-01-25 13:18:23 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "shorturl"=>"www.JLQB/ETdE"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (179.4ms)

Completed 500 Internal Server Error in 185ms (ActiveRecord: 0.0ms)

ActionView::Template::Error ([400] {“error”:{“root_cause”:[{“type”:“query_shard_exception”,“reason”:“Failed to parse query [www.JLQB/ETdE]”,“index_uuid”:“p4FkeszTQYOE1G5hAT_EJQ”,“index”:“urls”}],“type”:“search_phase_execution_exception”,“reason”:“all shards failed”,“phase”:“query”,“grouped”:true,“failed_shards”:[{“shard”:0,“index”:“urls”,“node”:“WlOCkHaLQRSE8NNyEFrimA”,“reason”:{“type”:“query_shard_exception”,“reason”:“Failed to parse query [www.JLQB/ETdE]”,“index_uuid”:“p4FkeszTQYOE1G5hAT_EJQ”,“index”:“urls”,“caused_by”:{“type”:“parse_exception”,“reason”:“Cannot parse 'www.JLQB/ETdE': Lexical error at line 1, column 14. Encountered: <EOF> after : "/ETdE"”,“caused_by”:{“type”:“token_mgr_error”,“reason”:“Lexical error at line 1, column 14. Encountered: <EOF> after : "/ETdE"”}}}}]},“status”:400}):

 9: <% end %>
10: 
11:  <ul>
12:  <% @url.each do |f| %>
13:   <li>
14:    <h3>
15:     <p>Longurl : <%= f.longurl %></p>

app/views/search/search.html.erb:12:in `_app_views_search_search_html_erb___78434033725990945_70330378846020' Started GET “/url/search?utf8=%E2%9C%93&shorturl=www.EFKB%2FBS%25I” for 127.0.0.1 at 2019-01-25 13:19:18 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "shorturl"=>"www.EFKB/BS%I"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (62.8ms)

Completed 500 Internal Server Error in 67ms (ActiveRecord: 0.0ms)

ActionView::Template::Error ([400] {“error”:{“root_cause”:[{“type”:“query_shard_exception”,“reason”:“Failed to parse query [www.EFKB/BS%I]”,“index_uuid”:“p4FkeszTQYOE1G5hAT_EJQ”,“index”:“urls”}],“type”:“search_phase_execution_exception”,“reason”:“all shards failed”,“phase”:“query”,“grouped”:true,“failed_shards”:[{“shard”:0,“index”:“urls”,“node”:“WlOCkHaLQRSE8NNyEFrimA”,“reason”:{“type”:“query_shard_exception”,“reason”:“Failed to parse query [www.EFKB/BS%I]”,“index_uuid”:“p4FkeszTQYOE1G5hAT_EJQ”,“index”:“urls”,“caused_by”:{“type”:“parse_exception”,“reason”:“Cannot parse 'www.EFKB/BS%I': Lexical error at line 1, column 14. Encountered: <EOF> after : "/BS%I"”,“caused_by”:{“type”:“token_mgr_error”,“reason”:“Lexical error at line 1, column 14. Encountered: <EOF> after : "/BS%I"”}}}}]},“status”:400}):

 9: <% end %>
10: 
11:  <ul>
12:  <% @url.each do |f| %>
13:   <li>
14:    <h3>
15:     <p>Longurl : <%= f.longurl %></p>

app/views/search/search.html.erb:12:in `_app_views_search_search_html_erb___78434033725990945_70330369162700' Started GET “/url/search?utf8=%E2%9C%93&shorturl=www.EFKB%2FBS%25I” for 127.0.0.1 at 2019-01-25 13:20:52 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "shorturl"=>"www.EFKB/BS%I"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (52.7ms)

Completed 500 Internal Server Error in 100ms (ActiveRecord: 0.0ms)

ActionView::Template::Error ([400] {“error”:{“root_cause”:[{“type”:“query_shard_exception”,“reason”:“Failed to parse query [www.EFKB/BS%I]”,“index_uuid”:“p4FkeszTQYOE1G5hAT_EJQ”,“index”:“urls”}],“type”:“search_phase_execution_exception”,“reason”:“all shards failed”,“phase”:“query”,“grouped”:true,“failed_shards”:[{“shard”:0,“index”:“urls”,“node”:“WlOCkHaLQRSE8NNyEFrimA”,“reason”:{“type”:“query_shard_exception”,“reason”:“Failed to parse query [www.EFKB/BS%I]”,“index_uuid”:“p4FkeszTQYOE1G5hAT_EJQ”,“index”:“urls”,“caused_by”:{“type”:“parse_exception”,“reason”:“Cannot parse 'www.EFKB/BS%I': Lexical error at line 1, column 14. Encountered: <EOF> after : "/BS%I"”,“caused_by”:{“type”:“token_mgr_error”,“reason”:“Lexical error at line 1, column 14. Encountered: <EOF> after : "/BS%I"”}}}}]},“status”:400}):

 9: <% end %>
10: 
11:  <div>
12:          <% @url.each do |f| %>
13:             <p>Longurl : <%= f.longurl %></p>
14:          <% end %>
15: </div>

app/views/search/search.html.erb:12:in `_app_views_search_search_html_erb___78434033725990945_70330378631420' Started GET “/url/search?utf8=%E2%9C%93&shorturl=” for 127.0.0.1 at 2019-01-25 13:20:57 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "shorturl"=>""}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (15.0ms)

Completed 200 OK in 204ms (Views: 201.5ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&shorturl=” for 127.0.0.1 at 2019-01-25 13:20:58 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "shorturl"=>""}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (11.5ms)

Completed 200 OK in 44ms (Views: 41.7ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&shorturl=” for 127.0.0.1 at 2019-01-25 13:20:58 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "shorturl"=>""}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (9.5ms)

Completed 200 OK in 44ms (Views: 42.5ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&shorturl=www.EFKB%2FBS%25I&commit=Go” for 127.0.0.1 at 2019-01-25 13:21:02 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "shorturl"=>"www.EFKB/BS%I", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (81.0ms)

Completed 500 Internal Server Error in 84ms (ActiveRecord: 0.0ms)

ActionView::Template::Error ([400] {“error”:{“root_cause”:[{“type”:“query_shard_exception”,“reason”:“Failed to parse query [www.EFKB/BS%I]”,“index_uuid”:“p4FkeszTQYOE1G5hAT_EJQ”,“index”:“urls”}],“type”:“search_phase_execution_exception”,“reason”:“all shards failed”,“phase”:“query”,“grouped”:true,“failed_shards”:[{“shard”:0,“index”:“urls”,“node”:“WlOCkHaLQRSE8NNyEFrimA”,“reason”:{“type”:“query_shard_exception”,“reason”:“Failed to parse query [www.EFKB/BS%I]”,“index_uuid”:“p4FkeszTQYOE1G5hAT_EJQ”,“index”:“urls”,“caused_by”:{“type”:“parse_exception”,“reason”:“Cannot parse 'www.EFKB/BS%I': Lexical error at line 1, column 14. Encountered: <EOF> after : "/BS%I"”,“caused_by”:{“type”:“token_mgr_error”,“reason”:“Lexical error at line 1, column 14. Encountered: <EOF> after : "/BS%I"”}}}}]},“status”:400}):

 9: <% end %>
10: 
11:  <div>
12:          <% @url.each do |f| %>
13:             <p>Longurl : <%= f.longurl %></p>
14:          <% end %>
15: </div>

app/views/search/search.html.erb:12:in `_app_views_search_search_html_erb___78434033725990945_70330377799820' Started GET “/” for 127.0.0.1 at 2019-01-25 14:13:29 +0530

 (48.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (15.0ms)

Completed 200 OK in 710ms (Views: 700.1ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-25 14:13:33 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (37.1ms)

Completed 200 OK in 123ms (Views: 62.3ms | ActiveRecord: 11.8ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-25 14:13:34 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"DcsG6Ue4a7d7wjrF3P8BNNAiOrB8NqJXxDYEdGQS7gSRn1Pl2jkQEHdMLxYDbTHgsy7faZP4d/Q5ELFdiOogBg==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.2ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 38ms (ActiveRecord: 1.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 14:13:34 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 83ms (Views: 31.7ms | ActiveRecord: 4.2ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-25 14:13:36 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.5ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (10.3ms)

Completed 200 OK in 59ms (Views: 41.8ms | ActiveRecord: 4.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 14:13:38 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.9ms)

Completed 200 OK in 91ms (Views: 87.9ms | ActiveRecord: 0.0ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-25 14:13:45 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (191.0ms)

Completed 200 OK in 240ms (Views: 227.7ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&shorturl=www.EFKB%2FBS%25I&commit=Go” for 127.0.0.1 at 2019-01-25 14:13:52 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "shorturl"=>"www.EFKB/BS%I", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (1.5ms)

Completed 200 OK in 45ms (Views: 43.0ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&shorturl=www.EFKB%2FBS%25I&commit=Go” for 127.0.0.1 at 2019-01-25 14:15:01 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "shorturl"=>"www.EFKB/BS%I", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.6ms)

Completed 200 OK in 82ms (Views: 27.8ms | ActiveRecord: 2.5ms)

Started GET “/url/search?utf8=%E2%9C%93&shorturl=www.EFKB%2FBS%25I&commit=Go” for 127.0.0.1 at 2019-01-25 14:18:55 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "shorturl"=>"www.EFKB/BS%I", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (44.6ms)

Completed 200 OK in 94ms (Views: 92.7ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 14:19:36 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.interviewbit.com/?ref=home-page", "domain"=>"interviewbit.com", "url"=>{"longurl"=>"https://www.interviewbit.com/?ref=home-page", "domain"=>"interviewbit.com"}}

Can't verify CSRF token authenticity.

Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.interviewbit.com/?ref=home-page"], ["LIMIT", 1]]
↳ app/models/url.rb:23

Completed 200 OK in 13ms (Views: 0.3ms | ActiveRecord: 5.2ms)

Started GET “/url/search?utf8=%E2%9C%93&q=www.JLQB%2FETdE&commit=Go” for 127.0.0.1 at 2019-01-25 14:20:44 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"www.JLQB/ETdE", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (1.4ms)

Completed 200 OK in 155ms (Views: 127.2ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=www.JLQB%2FETdE&commit=Go” for 127.0.0.1 at 2019-01-25 14:21:16 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"www.JLQB/ETdE", "commit"=>"Go"}

Completed 500 Internal Server Error in 64ms (ActiveRecord: 8.4ms)

NoMethodError (undefined method `q' for #<Elasticsearch::Model::Response::Response:0x00007fee025aa0a8>):

app/controllers/search_controller.rb:8:in `search' Started GET “/url/search?utf8=%E2%9C%93&q=www.JLQB%2FETdE&commit=Go” for 127.0.0.1 at 2019-01-25 14:21:35 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"www.JLQB/ETdE", "commit"=>"Go"}

Completed 500 Internal Server Error in 43ms (ActiveRecord: 1.8ms)

NoMethodError (undefined method `longurl' for #<Elasticsearch::Model::Response::Response:0x00007fedff53d2d0>):

app/controllers/search_controller.rb:8:in `search' Started GET “/url/search?utf8=%E2%9C%93&q=www.JLQB%2FETdE&commit=Go” for 127.0.0.1 at 2019-01-25 14:22:45 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"www.JLQB/ETdE", "commit"=>"Go"}

Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)

NoMethodError (undefined method `longurl' for #<Elasticsearch::Model::Response::Response:0x00007fedfeeaa670>):

app/controllers/search_controller.rb:8:in `search'

Url Load (0.5ms)  SELECT  "urls".* FROM "urls" ORDER BY "urls"."id" DESC LIMIT $1  [["LIMIT", 1]]

Started GET “/” for 127.0.0.1 at 2019-01-25 14:40:34 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.1ms)

Completed 200 OK in 287ms (Views: 285.4ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-25 14:40:37 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.9ms)

Completed 200 OK in 98ms (Views: 25.5ms | ActiveRecord: 10.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-25 14:40:38 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"txTkXYaHeYyaqtZT3aOKeXYWdwOI/KNaYD8XOV7vXSkrQLFRGwYCK5Ykw4ACMbqtFRqS2mcydvmdGaIQsheTKw==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (4.9ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 12ms (ActiveRecord: 4.9ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 14:40:38 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.1ms)

Completed 200 OK in 115ms (Views: 53.1ms | ActiveRecord: 3.5ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 14:40:42 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"oUJlA1sKhD9jvA3yGkOyHn9XjLKbXXeCGATZkfjoDpVuNiGD2t5etHrkEV59z9ynovrOSHdNun2mjaMU1wiFuQ==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Search"}
Url Load (4.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/models/url.rb:23

Redirected to localhost:3000/urls/4 Completed 302 Found in 10ms (ActiveRecord: 4.3ms)

Started GET “/urls/4” for 127.0.0.1 at 2019-01-25 14:40:42 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:52
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 60ms (Views: 35.3ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 14:40:44 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.6ms)

Completed 200 OK in 68ms (Views: 65.3ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 14:40:53 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"kNXyU7PtHvUZcxUBK84KqVTM/SQuLkJ7Q0mXFMdIrDugkgSggZVnwbMMGK/0UA0KsUrYddAqUn2Wi/nL4jHMXQ==", "url"=>{"longurl"=>"https://www.elastic.co/guide/en/elasticsearch/reference/1.4/fielddata-formats.html", "domain"=>"elastic.co"}, "commit"=>"Search"}
Url Load (1.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.elastic.co/guide/en/elasticsearch/reference/1.4/fielddata-formats.html"], ["LIMIT", 1]]
↳ app/models/url.rb:23
 (1.7ms)  BEGIN
↳ app/models/url.rb:16
Url Create (65.3ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.elastic.co/guide/en/elasticsearch/reference/1.4/fielddata-formats.html"], ["shorturl", "http://JvJ/YqMH"], ["domain", "elastic.co"], ["suffix", "YqMH"]]
↳ app/models/url.rb:16
Urlreport Load (1.0ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.3ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 13], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (516.3ms)  COMMIT
↳ app/models/url.rb:16
 (352.1ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Redirected to localhost:3000/urls/34 Completed 302 Found in 971ms (ActiveRecord: 584.6ms)

Started GET “/urls/34” for 127.0.0.1 at 2019-01-25 14:40:54 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"34"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 34], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:52
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.3ms)

Completed 200 OK in 51ms (Views: 47.1ms | ActiveRecord: 0.6ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-25 14:44:57 +0530

 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by SearchController#search as HTML Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.0ms)

NoMethodError (undefined method `sub' for nil:NilClass):

app/controllers/search_controller.rb:3:in `search' Started GET “/url/search” for 127.0.0.1 at 2019-01-25 14:45:26 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (122.1ms)

Completed 200 OK in 594ms (Views: 583.2ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=www.JLQB%2FETdE&commit=Go” for 127.0.0.1 at 2019-01-25 14:45:30 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"www.JLQB/ETdE", "commit"=>"Go"}

Completed 500 Internal Server Error in 85ms (ActiveRecord: 3.6ms)

NoMethodError (undefined method `longurl' for #<Elasticsearch::Model::Response::Response:0x00007fdc129d1ac0>):

app/controllers/search_controller.rb:10:in `search' Started GET “/url/search?utf8=%E2%9C%93&q=www.JLQB%2FETdE&commit=Go” for 127.0.0.1 at 2019-01-25 14:46:26 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"www.JLQB/ETdE", "commit"=>"Go"}

Completed 500 Internal Server Error in 12ms (ActiveRecord: 2.2ms)

NoMethodError (undefined method `longurl' for #<Elasticsearch::Model::Response::Response:0x00007fdc11740eb0>):

app/controllers/search_controller.rb:9:in `search' Started GET “/url/search” for 127.0.0.1 at 2019-01-25 14:46:37 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (4.8ms)

Completed 200 OK in 79ms (Views: 76.2ms | ActiveRecord: 0.0ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-25 14:46:38 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.8ms)

Completed 200 OK in 120ms (Views: 118.0ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=www.JLQB%2FETdE&commit=Go” for 127.0.0.1 at 2019-01-25 14:46:44 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"www.JLQB/ETdE", "commit"=>"Go"}

Completed 500 Internal Server Error in 98ms (ActiveRecord: 3.4ms)

Elasticsearch::Transport::Transport::Errors::BadRequest ([400] {“error”:{“root_cause”:[{“type”:“query_shard_exception”,“reason”:“Failed to parse query [www.JLQB/ETdE]”,“index_uuid”:“p4FkeszTQYOE1G5hAT_EJQ”,“index”:“urls”}],“type”:“search_phase_execution_exception”,“reason”:“all shards failed”,“phase”:“query”,“grouped”:true,“failed_shards”:[{“shard”:0,“index”:“urls”,“node”:“WlOCkHaLQRSE8NNyEFrimA”,“reason”:{“type”:“query_shard_exception”,“reason”:“Failed to parse query [www.JLQB/ETdE]”,“index_uuid”:“p4FkeszTQYOE1G5hAT_EJQ”,“index”:“urls”,“caused_by”:{“type”:“parse_exception”,“reason”:“Cannot parse 'www.JLQB/ETdE': Lexical error at line 1, column 14. Encountered: <EOF> after : "/ETdE"”,“caused_by”:{“type”:“token_mgr_error”,“reason”:“Lexical error at line 1, column 14. Encountered: <EOF> after : "/ETdE"”}}}}]},“status”:400}):

app/controllers/search_controller.rb:9:in `first' app/controllers/search_controller.rb:9:in `search' Started GET “/url/search?utf8=%E2%9C%93&q=www.JLQB%2FETdE&commit=Go” for 127.0.0.1 at 2019-01-25 14:47:09 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"www.JLQB/ETdE", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (1.8ms)

Completed 200 OK in 118ms (Views: 44.6ms | ActiveRecord: 1.8ms)

Started GET “/url/search?utf8=%E2%9C%93&q=www.JLQB%2FETdE&commit=Go” for 127.0.0.1 at 2019-01-25 15:02:34 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"www.JLQB/ETdE", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (3.7ms)

Completed 200 OK in 348ms (Views: 242.7ms | ActiveRecord: 8.2ms)

Started GET “/url/search?utf8=%E2%9C%93&q=www.JLQB%2FETdE&commit=Go” for 127.0.0.1 at 2019-01-25 15:02:37 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"www.JLQB/ETdE", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (3.0ms)

Completed 200 OK in 91ms (Views: 59.7ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=www.JLQB%2F%2FETdE&commit=Go” for 127.0.0.1 at 2019-01-25 15:02:38 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"www.JLQB//ETdE", "commit"=>"Go"}

Completed 500 Internal Server Error in 100ms (ActiveRecord: 0.0ms)

Elasticsearch::Transport::Transport::Errors::BadRequest ([400] {“error”:{“root_cause”:[{“type”:“query_shard_exception”,“reason”:“Failed to parse query [www.JLQB///ETdE]”,“index_uuid”:“p4FkeszTQYOE1G5hAT_EJQ”,“index”:“urls”}],“type”:“search_phase_execution_exception”,“reason”:“all shards failed”,“phase”:“query”,“grouped”:true,“failed_shards”:[{“shard”:0,“index”:“urls”,“node”:“WlOCkHaLQRSE8NNyEFrimA”,“reason”:{“type”:“query_shard_exception”,“reason”:“Failed to parse query [www.JLQB///ETdE]”,“index_uuid”:“p4FkeszTQYOE1G5hAT_EJQ”,“index”:“urls”,“caused_by”:{“type”:“parse_exception”,“reason”:“Cannot parse 'www.JLQB///ETdE': Lexical error at line 1, column 16. Encountered: <EOF> after : "/ETdE"”,“caused_by”:{“type”:“token_mgr_error”,“reason”:“Lexical error at line 1, column 16. Encountered: <EOF> after : "/ETdE"”}}}}]},“status”:400}):

app/controllers/search_controller.rb:9:in `first' app/controllers/search_controller.rb:9:in `search' Started GET “/url/search?utf8=%E2%9C%93&q=www.JLQB%2F%2FETdE&commit=Go” for 127.0.0.1 at 2019-01-25 15:05:39 +0530

 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"www.JLQB//ETdE", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (106.7ms)

Completed 200 OK in 675ms (Views: 591.8ms | ActiveRecord: 6.1ms)

Started GET “/url/search?utf8=%E2%9C%93&q=www.JLQB%2F%2F%2F%2FETdE&commit=Go” for 127.0.0.1 at 2019-01-25 15:06:26 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"www.JLQB////ETdE", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (6.9ms)

Completed 200 OK in 120ms (Views: 65.0ms | ActiveRecord: 5.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=www.JLQB%2F%2FETdE&commit=Go” for 127.0.0.1 at 2019-01-25 15:06:31 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"www.JLQB//ETdE", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.0ms)

Completed 200 OK in 77ms (Views: 33.0ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=www.JLQB%2FETdE&commit=Go” for 127.0.0.1 at 2019-01-25 15:06:42 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"www.JLQB/ETdE", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (4.1ms)

Completed 200 OK in 100ms (Views: 52.4ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=www.JLQB%2FETdE&commit=Go” for 127.0.0.1 at 2019-01-25 15:07:29 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"www.JLQB/ETdE", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (3.3ms)

Completed 200 OK in 84ms (Views: 43.9ms | ActiveRecord: 2.1ms)

Started GET “/url/search?utf8=%E2%9C%93&q=www.JLQB%2FETdE&commit=Go” for 127.0.0.1 at 2019-01-25 15:07:31 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"www.JLQB/ETdE", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.8ms)

Completed 200 OK in 75ms (Views: 50.5ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=www.JLQB%2FETdE&commit=Go” for 127.0.0.1 at 2019-01-25 15:07:31 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"www.JLQB/ETdE", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.1ms)

Completed 200 OK in 80ms (Views: 44.9ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=www.JLQB%2FETdE&commit=Go” for 127.0.0.1 at 2019-01-25 15:07:31 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"www.JLQB/ETdE", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (1.8ms)

Completed 200 OK in 85ms (Views: 46.8ms | ActiveRecord: 0.0ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-25 15:07:38 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.8ms)

Completed 200 OK in 80ms (Views: 77.5ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=www.JLQB%2FETdE&commit=Go” for 127.0.0.1 at 2019-01-25 15:07:43 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"www.JLQB/ETdE", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (3.0ms)

Completed 200 OK in 86ms (Views: 40.3ms | ActiveRecord: 0.0ms)

Url Load (0.9ms)  SELECT  "urls".* FROM "urls" ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1000]]

Started GET “/url/search?utf8=%E2%9C%93&q=www.JLQB%2FETdE&commit=Go” for 127.0.0.1 at 2019-01-25 15:22:20 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"www.JLQB/ETdE", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (3.1ms)

Completed 200 OK in 66ms (Views: 33.1ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=www.JLQB%2FETdE&commit=Go” for 127.0.0.1 at 2019-01-25 15:22:22 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"www.JLQB/ETdE", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (1.6ms)

Completed 200 OK in 48ms (Views: 28.0ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=www.JLQB%2FETdE&commit=Go” for 127.0.0.1 at 2019-01-25 15:22:23 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"www.JLQB/ETdE", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (1.5ms)

Completed 200 OK in 55ms (Views: 32.3ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 15:22:27 +0530 Processing by UrlsController#new as HTML Redirected to localhost:3000/user/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-25 15:22:27 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (15.3ms)

Completed 200 OK in 88ms (Views: 38.6ms | ActiveRecord: 7.8ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-25 15:22:30 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"IslRC9/0VA2e/ZcIDHrsI8GrsOLZdXzKGz9mp9sT9+K+nQQHQnUvqpJzgtvT6Nz3oqdVOza7qWnmGdOON+s54A==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.2ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 38ms (ActiveRecord: 1.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 15:22:30 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.1ms)

Completed 200 OK in 57ms (Views: 35.7ms | ActiveRecord: 1.8ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 15:22:41 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"e5xJZYppg/yiHT+EQtZsqIugNBY5+A5KbcDehmAzMyq06A3lC71Zd7tFIyglWgIRVg127NXow7XTSaQDT9O4Bg==", "url"=>{"longurl"=>"https://www.elastic.co/guide/en/elasticsearch/reference/6.5/indices-update-settings.html", "domain"=>"elastic.co"}, "commit"=>"Search"}
Url Load (1.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.elastic.co/guide/en/elasticsearch/reference/6.5/indices-update-settings.html"], ["LIMIT", 1]]
↳ app/models/url.rb:23
 (0.2ms)  BEGIN
↳ app/models/url.rb:16
Url Create (2.1ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.elastic.co/guide/en/elasticsearch/reference/6.5/indices-update-settings.html"], ["shorturl", "http://JvJ/mmRI"], ["domain", "elastic.co"], ["suffix", "mmRI"]]
↳ app/models/url.rb:16
 (26.6ms)  COMMIT
↳ app/models/url.rb:16

Redirected to localhost:3000/urls/35 Completed 302 Found in 90ms (ActiveRecord: 33.2ms)

Started GET “/urls/35” for 127.0.0.1 at 2019-01-25 15:22:41 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"35"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 35], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:52
Urlreport Load (1.1ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
Rendering urls/show.html.erb within layouts/application
 (0.4ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Rendered urls/show.html.erb within layouts/application (1.4ms)
Urlreport Update (0.8ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 14], ["id", 3]]
↳ app/workers/convert_worker.rb:12

Completed 200 OK in 57ms (Views: 30.3ms | ActiveRecord: 0.4ms)

 (40.2ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started GET “/url/search?utf8=%E2%9C%93&q=http%3A%2F%2FJvJ%2FmmRI&commit=Go” for 127.0.0.1 at 2019-01-25 15:22:53 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"http://JvJ/mmRI", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.4ms)

Completed 200 OK in 56ms (Views: 30.9ms | ActiveRecord: 0.0ms)

 (0.3ms)  SELECT pg_try_advisory_lock(4940285333737373340)
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23

Migrating to CreateUrls (20190125100852)

 (0.3ms)  BEGIN
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (67.4ms)  CREATE TABLE "urls" ("id" bigserial primary key, "longurl" character varying, "shorturl" character varying, "domain" character varying, "suffix" character varying)
↳ db/migrate/20190125100852_create_urls.rb:3
ActiveRecord::SchemaMigration Create (13.3ms)  INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"  [["version", "20190125100852"]]
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (1.3ms)  COMMIT
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
ActiveRecord::InternalMetadata Load (0.4ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.2ms)  BEGIN
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.2ms)  COMMIT
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.3ms)  SELECT pg_advisory_unlock(4940285333737373340)
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23
 (0.3ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/rubies/ruby-2.6.0/bin/rake:23

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 15:39:20 +0530

 (0.9ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UrlsController#new as HTML Redirected to localhost:3000/user/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-25 15:39:20 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.0ms)

Completed 200 OK in 62ms (Views: 34.3ms | ActiveRecord: 11.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-25 15:39:21 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"TleNfnpok4cK3hWqrfUiyZrna5dZV9CIUGK77bWXIY/SA9hy5+noIAZQAHlyZxId+euOTraZBSutRA7EWW/vjQ==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (3.4ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 8ms (ActiveRecord: 3.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 15:39:21 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.6ms)

Completed 200 OK in 54ms (Views: 29.6ms | ActiveRecord: 5.9ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 15:39:26 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Oyv3W79tvsB+V9oFxr3GlPJH6E/fZXzmHc2C6r+tQ270X7PbPrlkS2cPxqmhMagtL+qqtTN1sRmjRPhvkE3IQg==", "url"=>{"longurl"=>"www.housing.com/seller", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.housing.com/seller"], ["LIMIT", 1]]
↳ app/models/url.rb:23
 (0.2ms)  BEGIN
↳ app/models/url.rb:16
Url Create (3.2ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "www.housing.com/seller"], ["shorturl", "http://mJLB/kXVC"], ["domain", "housing.com"], ["suffix", "kXVC"]]
↳ app/models/url.rb:16
 (40.7ms)  COMMIT
↳ app/models/url.rb:16

Redirected to localhost:3000/urls/1 Completed 302 Found in 79ms (ActiveRecord: 45.2ms)

Started GET “/urls/1” for 127.0.0.1 at 2019-01-25 15:39:26 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"1"}
Url Load (1.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:52
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)
Urlreport Load (1.4ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.7ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 15], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (0.5ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Completed 200 OK in 33ms (Views: 26.0ms | ActiveRecord: 1.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 15:39:30 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (6.0ms)

Completed 200 OK in 52ms (Views: 50.2ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 15:39:38 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"t0TuLLavwMS6zsOTYmg5CLAJ5FuC7oKwL4FsgwcJoXaHAxjfhNe58BCxzj299j6rVY/BCnzqkrb6QwJcInDBEA==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook.com"}, "commit"=>"Search"}
Url Load (4.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/models/url.rb:23
 (0.9ms)  BEGIN
↳ app/models/url.rb:16
Url Create (0.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "www.facebook.com"], ["shorturl", "http://vPLB/K0%B"], ["domain", "facebook.com"], ["suffix", "K0%B"]]
↳ app/models/url.rb:16
Urlreport Load (0.6ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.6ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 16], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (40.8ms)  COMMIT
 (35.5ms)  COMMIT
↳ app/workers/convert_worker.rb:12
↳ app/models/url.rb:16

Redirected to localhost:3000/urls/2 Completed 302 Found in 73ms (ActiveRecord: 46.7ms)

Started GET “/urls/2” for 127.0.0.1 at 2019-01-25 15:39:38 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"2"}
Url Load (1.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:52
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.4ms)

Completed 200 OK in 43ms (Views: 37.6ms | ActiveRecord: 1.9ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 15:39:40 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.3ms)

Completed 200 OK in 48ms (Views: 44.3ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 15:39:45 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"R+9deF/H8UKIduRADtYoLudQQzLx/UzpPNFx9ld17a13qKuLbb+IdiIJ6e7RSC+NAtZmYw/5XO/pEx8pcgyNyw==", "url"=>{"longurl"=>"https://redis.io/topics/rediscli", "domain"=>"redis.io"}, "commit"=>"Search"}
Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://redis.io/topics/rediscli"], ["LIMIT", 1]]
↳ app/models/url.rb:23
 (5.1ms)  BEGIN
↳ app/models/url.rb:16
Url Create (0.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://redis.io/topics/rediscli"], ["shorturl", "http://RbH/J$&D"], ["domain", "redis.io"], ["suffix", "J$&D"]]
↳ app/models/url.rb:16
Urlreport Load (0.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.4ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.4ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 17], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (39.7ms)  COMMIT
 (35.2ms)  COMMIT
↳ app/models/url.rb:16
↳ app/workers/convert_worker.rb:12

Redirected to localhost:3000/urls/3 Completed 302 Found in 80ms (ActiveRecord: 46.3ms)

Started GET “/urls/3” for 127.0.0.1 at 2019-01-25 15:39:45 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"3"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:52
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 29ms (Views: 25.2ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 15:39:47 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.3ms)

Completed 200 OK in 48ms (Views: 44.3ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 15:39:57 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"q1R6HmtUmn4hl3iUpGyxvfxOdpHkhrY4J4pf7i20ImubE4ztWSzjSovodTp78rYeGchTwBqCpj7ySDExCM1CDQ==", "url"=>{"longurl"=>"https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html", "domain"=>"elastic.co"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html"], ["LIMIT", 1]]
↳ app/models/url.rb:23
 (0.3ms)  BEGIN
↳ app/models/url.rb:16
Url Create (1.2ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html"], ["shorturl", "http://JvJ/M6KH"], ["domain", "elastic.co"], ["suffix", "M6KH"]]
↳ app/models/url.rb:16
Urlreport Load (1.1ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.3ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.8ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 18], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (40.0ms)  COMMIT
↳ app/models/url.rb:16
 (32.6ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Redirected to localhost:3000/urls/4 Completed 302 Found in 67ms (ActiveRecord: 41.9ms)

Started GET “/urls/4” for 127.0.0.1 at 2019-01-25 15:39:57 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"4"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:52
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 63ms (Views: 60.1ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 15:39:58 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.6ms)

Completed 200 OK in 54ms (Views: 51.3ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 15:40:05 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"V8aNn900gLKc+/f0ofG8J5TkY6oCDJSNXgA9YkChtcRngXts70z5hjaE+lp+b7uEcWJG+/wIhIuLwlO9ZdjVog==", "url"=>{"longurl"=>"https://www.elastic.co/guide/en/elasticsearch/reference/current/getting-started-query-document.html", "domain"=>"elastic.co"}, "commit"=>"Search"}
Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.elastic.co/guide/en/elasticsearch/reference/current/getting-started-query-document.html"], ["LIMIT", 1]]
↳ app/models/url.rb:23
 (0.2ms)  BEGIN
↳ app/models/url.rb:16
Url Create (0.3ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.elastic.co/guide/en/elasticsearch/reference/current/getting-started-query-document.html"], ["shorturl", "http://JvJ/Lo&J"], ["domain", "elastic.co"], ["suffix", "Lo&J"]]
↳ app/models/url.rb:16
Urlreport Load (0.8ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (1.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (1.0ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 19], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (39.8ms)  COMMIT
 (32.6ms)  COMMIT
↳ app/models/url.rb:16
↳ app/workers/convert_worker.rb:12

Redirected to localhost:3000/urls/5 Completed 302 Found in 65ms (ActiveRecord: 41.2ms)

Started GET “/urls/5” for 127.0.0.1 at 2019-01-25 15:40:05 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"5"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:52
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 30ms (Views: 27.1ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 15:40:13 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.5ms)

Completed 200 OK in 51ms (Views: 46.1ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 15:40:17 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"kroU7GY0NHm4/oB+guGWlVPPo64CkfKP5Yi6QqZpdwai/eIfVExNTRKBjdBdf5E2tkmG//yV4okwStSdgxAXYA==", "url"=>{"longurl"=>"https://www.elastic.co/guide/en/elasticsearch/reference/6.5/indices-update-settings.html", "domain"=>"elastic.co"}, "commit"=>"Search"}
Url Load (1.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.elastic.co/guide/en/elasticsearch/reference/6.5/indices-update-settings.html"], ["LIMIT", 1]]
↳ app/models/url.rb:23
 (0.5ms)  BEGIN
↳ app/models/url.rb:16
Url Create (1.0ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.elastic.co/guide/en/elasticsearch/reference/6.5/indices-update-settings.html"], ["shorturl", "http://JvJ/mmRI"], ["domain", "elastic.co"], ["suffix", "mmRI"]]
↳ app/models/url.rb:16
Urlreport Load (0.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 20], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (39.9ms)  COMMIT
↳ app/models/url.rb:16
 (18.0ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Redirected to localhost:3000/urls/6 Completed 302 Found in 71ms (ActiveRecord: 43.0ms)

Started GET “/urls/6” for 127.0.0.1 at 2019-01-25 15:40:17 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"6"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:52
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.3ms)

Completed 200 OK in 36ms (Views: 33.8ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 15:40:18 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.3ms)

Completed 200 OK in 51ms (Views: 47.1ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 15:40:27 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"cKrFRpa4pMuxWXCmRrV2T6jXTYADPv5dovRxSVP4PvhA7TO1pMDd/xsmfQiZK3HsTVFo0f067lt3Nh+WdoFeng==", "url"=>{"longurl"=>"http://localhost:3000/url/search?utf8=%E2%9C%93&shorturl=www.EFKB%2FBS%25I&commit=Go", "domain"=>"localhost:3000"}, "commit"=>"Search"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://localhost:3000/url/search?utf8=%E2%9C%93&shorturl=www.EFKB%2FBS%25I&commit=Go"], ["LIMIT", 1]]
↳ app/models/url.rb:23
 (0.3ms)  BEGIN
↳ app/models/url.rb:16
 (0.3ms)  ROLLBACK
↳ app/models/url.rb:16
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.6ms)

Completed 200 OK in 44ms (Views: 35.4ms | ActiveRecord: 1.3ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 15:40:40 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"1OnH90XgzE5/fZ87ZxdqBf2wIjtNqttqHnKaSNkb3IQbnYN3xDQWxWYlg5cAmwS8IB1gwaG6FpWg++DN9vtXqA==", "url"=>{"longurl"=>"https://medium.com/@thecolorfulcrayon/configuring-elasticsearch-on-rails-8bcbe973e9e7", "domain"=>"medium.com"}, "commit"=>"Search"}
Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://medium.com/@thecolorfulcrayon/configuring-elasticsearch-on-rails-8bcbe973e9e7"], ["LIMIT", 1]]
↳ app/models/url.rb:23
 (0.2ms)  BEGIN
↳ app/models/url.rb:16
Url Create (0.3ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://medium.com/@thecolorfulcrayon/configuring-elasticsearch-on-rails-8bcbe973e9e7"], ["shorturl", "http://SwKB/WV%I"], ["domain", "medium.com"], ["suffix", "WV%I"]]
↳ app/models/url.rb:16
Urlreport Load (0.6ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.8ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.9ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 21], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (39.6ms)  COMMIT
 (33.1ms)  COMMIT
↳ app/models/url.rb:16
↳ app/workers/convert_worker.rb:12

Redirected to localhost:3000/urls/7 Completed 302 Found in 65ms (ActiveRecord: 41.1ms)

Started GET “/urls/7” for 127.0.0.1 at 2019-01-25 15:40:40 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"7"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:52
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.3ms)

Completed 200 OK in 35ms (Views: 30.6ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 15:40:41 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 48ms (Views: 46.3ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 15:40:53 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"z5eyKDuI2qLnB91nUuNlgn9JgkPnU2apDv5heY2jkpT/0ETbCfCjlk140MmNfWIhms+nEhlXdq/bPA+mqNry8g==", "url"=>{"longurl"=>"https://stackoverflow.com/questions/3024546/change-one-cells-data-in-mysql", "domain"=>"stackoverflow.com"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://stackoverflow.com/questions/3024546/change-one-cells-data-in-mysql"], ["LIMIT", 1]]
↳ app/models/url.rb:23
 (0.4ms)  BEGIN
↳ app/models/url.rb:16
Url Create (1.7ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://stackoverflow.com/questions/3024546/change-one-cells-data-in-mysql"], ["shorturl", "http://PWRB/U1CG"], ["domain", "stackoverflow.com"], ["suffix", "U1CG"]]
↳ app/models/url.rb:16
Urlreport Load (0.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 22], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (40.7ms)  COMMIT
↳ app/models/url.rb:16
 (36.3ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Redirected to localhost:3000/urls/8 Completed 302 Found in 73ms (ActiveRecord: 43.4ms)

Started GET “/urls/8” for 127.0.0.1 at 2019-01-25 15:40:53 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"8"}
Url Load (0.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:52
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.6ms)

Completed 200 OK in 34ms (Views: 31.8ms | ActiveRecord: 0.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 15:40:54 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.8ms)

Completed 200 OK in 69ms (Views: 65.7ms | ActiveRecord: 0.0ms)

Url Load (0.5ms)  SELECT  "urls".* FROM "urls" ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1000]]

Started GET “/url/long?shorturl=www.JLQB/bWqF” for 127.0.0.1 at 2019-01-25 15:42:44 +0530 Processing by UrlsController#long as /

Parameters: {"shorturl"=>"www.JLQB/bWqF"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "www.JLQB/bWqF"], ["LIMIT", 1]]
↳ app/models/url.rb:32

Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.5ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 15:42:52 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.interviewbit.com/?ref=home-page", "domain"=>"interviewbit.com", "url"=>{"longurl"=>"https://www.interviewbit.com/?ref=home-page", "domain"=>"interviewbit.com"}}

Can't verify CSRF token authenticity.

Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.interviewbit.com/?ref=home-page"], ["LIMIT", 1]]
↳ app/models/url.rb:23
 (0.2ms)  BEGIN
↳ app/models/url.rb:16
Url Create (1.2ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.interviewbit.com/?ref=home-page"], ["shorturl", "http://JLQB/ETdE"], ["domain", "interviewbit.com"], ["suffix", "ETdE"]]
↳ app/models/url.rb:16
Urlreport Load (0.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (1.7ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 23], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (378.4ms)  COMMIT
 (371.4ms)  COMMIT
↳ app/models/url.rb:16
↳ app/workers/convert_worker.rb:12

Completed 200 OK in 404ms (Views: 0.2ms | ActiveRecord: 380.5ms)

Started GET “/url/long?shorturl=JLQB/ETd” for 127.0.0.1 at 2019-01-25 15:43:25 +0530 Processing by UrlsController#long as /

Parameters: {"shorturl"=>"http://JLQB/ETd"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "http://JLQB/ETd"], ["LIMIT", 1]]
↳ app/models/url.rb:27

Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.6ms)

Started GET “/url/long?shorturl=JLQB/ETdE” for 127.0.0.1 at 2019-01-25 15:43:37 +0530 Processing by UrlsController#long as /

Parameters: {"shorturl"=>"http://JLQB/ETdE"}
Url Load (1.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "http://JLQB/ETdE"], ["LIMIT", 1]]
↳ app/models/url.rb:27

Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 1.3ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 15:44:03 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"TEMVXKuPf1Uozc/TBMYpqWR26DFRLlzJarMryDKymgx8BOOvmfcGYYKywn3bWC4KgfDNYK8qTM+/cUUXF8v6ag==", "url"=>{"longurl"=>"https://www.google.com/search?q=subscripting+type+error&rlz=1C5CHFA_enIN831IN831&oq=subscripting+type+error&aqs=chrome..69i57.7527j0j7&sourceid=chrome&ie=UTF-8", "domain"=>"google.com"}, "commit"=>"Search"}
Url Load (1.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.google.com/search?q=subscripting+type+error&rlz=1C5CHFA_enIN831IN831&oq=subscripting+type+error&aqs=chrome..69i57.7527j0j7&sourceid=chrome&ie=UTF-8"], ["LIMIT", 1]]
↳ app/models/url.rb:23
 (0.2ms)  BEGIN
↳ app/models/url.rb:16
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.google.com/search?q=subscripting+type+error&rlz=1C5CHFA_enIN831IN831&oq=subscripting+type+error&aqs=chrome..69i57.7527j0j7&sourceid=chrome&ie=UTF-8"], ["shorturl", "http://OwKB/BbKOB"], ["domain", "google.com"], ["suffix", "BbKOB"]]
↳ app/models/url.rb:16
Urlreport Load (0.6ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.6ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 24], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (22.5ms)  COMMIT
↳ app/models/url.rb:16

Redirected to localhost:3000/urls/10 Completed 302 Found in 49ms (ActiveRecord: 24.3ms)

Started GET “/urls/10” for 127.0.0.1 at 2019-01-25 15:44:03 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"10"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:52
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)
 (56.0ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Completed 200 OK in 32ms (Views: 28.4ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 15:44:06 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 28ms (Views: 26.2ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 15:44:21 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (1.9ms)

Completed 200 OK in 27ms (Views: 25.9ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 15:46:34 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 35ms (Views: 32.5ms | ActiveRecord: 0.0ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-25 15:46:35 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (1.9ms)

Completed 200 OK in 32ms (Views: 26.0ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 15:51:25 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 32ms (Views: 29.7ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 15:51:39 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.5ms)

Completed 200 OK in 35ms (Views: 33.3ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 15:51:58 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (1.9ms)

Completed 200 OK in 32ms (Views: 29.9ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 15:52:08 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (1.9ms)

Completed 200 OK in 67ms (Views: 64.6ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 15:52:51 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 32ms (Views: 30.2ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 15:52:56 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"rpO8g/2QrlJwrMfNbmtqf99G0sgMQzqKYt1s9rO6iMdh5/gDfER02Wn022EJ5wTGAuuQMuBT93XcVBZznFoD6w==", "url"=>{"longurl"=>"efegwgqw", "domain"=>"wveqe"}, "commit"=>"Search"}
Url Load (3.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "efegwgqw"], ["LIMIT", 1]]
↳ app/models/url.rb:23
 (0.3ms)  BEGIN
↳ app/models/url.rb:16
 (0.2ms)  ROLLBACK
↳ app/models/url.rb:16
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 45ms (Views: 33.3ms | ActiveRecord: 3.6ms)

Started GET “/urls” for 127.0.0.1 at 2019-01-25 15:53:07 +0530

AbstractController::ActionNotFound (The action 'index' could not be found for UrlsController):

actionpack (5.2.2) lib/abstract_controller/base.rb:129:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 15:53:10 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 33ms (Views: 31.8ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 15:53:39 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (1.8ms)

Completed 200 OK in 32ms (Views: 30.5ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 15:53:52 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 33ms (Views: 31.0ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 15:53:53 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.3ms)

Completed 200 OK in 35ms (Views: 33.2ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 15:53:54 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.4ms)

Completed 200 OK in 40ms (Views: 38.4ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 15:54:11 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.6ms)

Completed 200 OK in 68ms (Views: 66.3ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 15:54:34 +0530 Processing by UrlsController#new as HTML Redirected to localhost:3000/user/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-25 15:54:34 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.1ms)

Completed 200 OK in 76ms (Views: 36.4ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-25 15:54:36 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"WNsIwkcI1OlFcP2TMLdXKNadDc/ohXnaS7F8q59oy+mXr0xCxtwOYlwo4T9XOzmRCzBPNQSVtCX1OAYusIhAxQ==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (2.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 7ms (ActiveRecord: 2.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 15:54:36 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.0ms)

Completed 200 OK in 28ms (Views: 26.3ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 15:54:49 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (1.8ms)

Completed 200 OK in 32ms (Views: 30.0ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 15:54:59 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.9ms)

Completed 200 OK in 42ms (Views: 39.1ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 15:55:32 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.3ms)

Completed 200 OK in 45ms (Views: 42.5ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 15:59:49 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.5ms)

Completed 200 OK in 39ms (Views: 37.0ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 16:00:14 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.9ms)

Completed 200 OK in 42ms (Views: 39.2ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 16:01:02 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.0ms)

Completed 200 OK in 58ms (Views: 56.1ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-25 16:01:05 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (5.2ms)

Completed 200 OK in 64ms (Views: 60.8ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-25 16:01:14 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"yMYxHUjfXZonRGg2QE+wCgehVd/E4/2VCNrdnusbCXdUkmQR1V4mPSvKfeWf3YDeZK2wBistKDb1/Gi3B+PHdQ==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.8ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 5ms (ActiveRecord: 0.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 16:01:14 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.4ms)

Completed 200 OK in 82ms (Views: 80.0ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 16:01:15 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 35ms (Views: 33.3ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 16:01:22 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.2ms)

Completed 200 OK in 35ms (Views: 33.6ms | ActiveRecord: 0.0ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-25 16:01:25 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (1.8ms)

Completed 200 OK in 78ms (Views: 27.2ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=www.JLQB%2FETdE&commit=Go” for 127.0.0.1 at 2019-01-25 16:01:30 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"www.JLQB/ETdE", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (32.9ms)

Completed 200 OK in 67ms (Views: 64.4ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=www.JLQB%2FETdE&commit=Go” for 127.0.0.1 at 2019-01-25 16:05:00 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"www.JLQB/ETdE", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (13.0ms)

Completed 200 OK in 45ms (Views: 42.5ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=www.JLQB%2FETdE&commit=Go” for 127.0.0.1 at 2019-01-25 16:05:01 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"www.JLQB/ETdE", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (13.7ms)

Completed 200 OK in 49ms (Views: 47.1ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 16:05:07 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.0ms)

Completed 200 OK in 48ms (Views: 46.0ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 16:05:41 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.5ms)

Completed 200 OK in 35ms (Views: 33.2ms | ActiveRecord: 0.0ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-25 16:05:43 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.6ms)

Completed 200 OK in 47ms (Views: 42.9ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 16:05:45 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.5ms)

Completed 200 OK in 82ms (Views: 78.8ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 16:12:51 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.8ms)

Completed 200 OK in 84ms (Views: 32.4ms | ActiveRecord: 14.4ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-25 16:12:53 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (4.6ms)

Completed 200 OK in 31ms (Views: 28.7ms | ActiveRecord: 0.0ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-25 16:14:58 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (1.6ms)

Completed 200 OK in 33ms (Views: 30.5ms | ActiveRecord: 0.0ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-25 16:15:01 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (1.7ms)

Completed 200 OK in 32ms (Views: 31.0ms | ActiveRecord: 0.0ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-25 16:15:01 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (1.5ms)

Completed 200 OK in 37ms (Views: 35.9ms | ActiveRecord: 0.0ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-25 16:15:38 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (1.5ms)

Completed 200 OK in 31ms (Views: 29.4ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=dvn.+d&commit=Go” for 127.0.0.1 at 2019-01-25 16:15:41 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>" dvn . d", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (42.9ms)

Completed 200 OK in 70ms (Views: 68.9ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=dvn.+d&commit=Go” for 127.0.0.1 at 2019-01-25 16:16:33 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>" dvn . d", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (12.7ms)

Completed 200 OK in 50ms (Views: 48.0ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=dvn.+d&commit=Go” for 127.0.0.1 at 2019-01-25 16:16:35 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>" dvn . d", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (17.5ms)

Completed 200 OK in 85ms (Views: 83.1ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=dvn.+d&commit=Go” for 127.0.0.1 at 2019-01-25 16:16:35 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>" dvn . d", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (19.2ms)

Completed 200 OK in 61ms (Views: 59.3ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=bhbbihb&commit=Go” for 127.0.0.1 at 2019-01-25 16:16:42 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"bhbbihb", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (16.1ms)

Completed 200 OK in 59ms (Views: 57.6ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=bhb&commit=Go” for 127.0.0.1 at 2019-01-25 16:16:46 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"bhb", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (14.5ms)

Completed 200 OK in 45ms (Views: 43.3ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=bh&commit=Go” for 127.0.0.1 at 2019-01-25 16:16:48 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"bh", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (12.5ms)

Completed 200 OK in 44ms (Views: 42.5ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=br&commit=Go” for 127.0.0.1 at 2019-01-25 16:16:51 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"br", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (14.4ms)

Completed 200 OK in 49ms (Views: 47.5ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=br+&commit=Go” for 127.0.0.1 at 2019-01-25 16:16:52 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"br ", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (18.5ms)

Completed 200 OK in 52ms (Views: 51.0ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=http%3A%2F%2F&commit=Go” for 127.0.0.1 at 2019-01-25 16:16:58 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"http://", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (14.9ms)

Completed 200 OK in 41ms (Views: 40.1ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=http%3A%2F%2F&commit=Go” for 127.0.0.1 at 2019-01-25 16:17:00 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"http://", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (18.6ms)

Completed 200 OK in 55ms (Views: 53.2ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=http%3A&commit=Go” for 127.0.0.1 at 2019-01-25 16:17:02 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"http:", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (166.1ms)

Completed 500 Internal Server Error in 169ms (ActiveRecord: 0.0ms)

ActionView::Template::Error ([400] {“error”:{“root_cause”:[{“type”:“query_shard_exception”,“reason”:“Failed to parse query []”,“index_uuid”:“pmphL3PsQAGxjKvuEGNaqg”,“index”:“urls”}],“type”:“search_phase_execution_exception”,“reason”:“all shards failed”,“phase”:“query”,“grouped”:true,“failed_shards”:[{“shard”:0,“index”:“urls”,“node”:“WlOCkHaLQRSE8NNyEFrimA”,“reason”:{“type”:“query_shard_exception”,“reason”:“Failed to parse query []”,“index_uuid”:“pmphL3PsQAGxjKvuEGNaqg”,“index”:“urls”,“caused_by”:{“type”:“parse_exception”,“reason”:“Cannot parse 'http:': Encountered "<EOF>" at line 1, column 5.nWas expecting one of:n <BAREOPER> …n "(" …n "*" …n <QUOTED> …n <TERM> …n <PREFIXTERM> …n <WILDTERM> …n <REGEXPTERM> …n "[" …n "{" …n <NUMBER> …n ”,“caused_by”:{“type”:“parse_exception”,“reason”:“Encountered "<EOF>" at line 1, column 5.nWas expecting one of:n <BAREOPER> …n "(" …n "*" …n <QUOTED> …n <TERM> …n <PREFIXTERM> …n <WILDTERM> …n <REGEXPTERM> …n "[" …n "{" …n <NUMBER> …n ”}}}}]},“status”:400}):

 8:                 </p>
 9:         <% end %>
10:         <div>
11:                 <% @url.each do |url| %>
12: 
13:                     <p>Longurl : <%= url.longurl %> &nbsp &nbsp Shorturl : <%= url.shorturl %></p>
14:                 <% end %>

app/views/search/search.html.erb:11:in `_app_views_search_search_html_erb___4210623477961051116_70321747101180' Started GET “/url/search?utf8=%E2%9C%93&q=http%3A%2F%2FJvJ%2FmmRI&commit=Go” for 127.0.0.1 at 2019-01-25 16:17:10 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"http://JvJ/mmRI", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (17.7ms)

Completed 200 OK in 56ms (Views: 54.0ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=mmRI&commit=Go” for 127.0.0.1 at 2019-01-25 16:19:07 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"mmRI", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (18.5ms)

Completed 200 OK in 63ms (Views: 59.8ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=mmRI&commit=Go” for 127.0.0.1 at 2019-01-25 16:19:17 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"mmRI", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (17.6ms)

Completed 200 OK in 61ms (Views: 58.5ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=mm&commit=Go” for 127.0.0.1 at 2019-01-25 16:19:22 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"mm", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (11.1ms)

Completed 200 OK in 39ms (Views: 37.3ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=www&commit=Go” for 127.0.0.1 at 2019-01-25 16:20:06 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"www", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (14.1ms)

Completed 200 OK in 46ms (Views: 44.4ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=www.JLQB%2FETdE&commit=Go” for 127.0.0.1 at 2019-01-25 16:20:22 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"www.JLQB/ETdE", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (16.8ms)

Completed 200 OK in 49ms (Views: 46.9ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=home&commit=Go” for 127.0.0.1 at 2019-01-25 16:20:33 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"home", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (16.0ms)

Completed 200 OK in 80ms (Views: 77.4ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=proptiger&commit=Go” for 127.0.0.1 at 2019-01-25 16:47:19 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"proptiger", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (10.0ms)

Completed 200 OK in 51ms (Views: 49.2ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=proptiger&commit=Go” for 127.0.0.1 at 2019-01-25 16:52:25 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"proptiger", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (12.5ms)

Completed 200 OK in 106ms (Views: 46.8ms | ActiveRecord: 11.6ms)

Started GET “/” for 127.0.0.1 at 2019-01-25 16:53:02 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.7ms)

Completed 200 OK in 48ms (Views: 46.0ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-25 16:53:05 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.7ms)

Completed 200 OK in 79ms (Views: 29.4ms | ActiveRecord: 10.9ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-25 16:53:07 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"GvDdYgwk/XMoEKhtwqZ+/e/QLVJtZhHJun+KASMBNEaGpIhukaWG1CSevb4dNE4pjNzIi4KoxGpHWT8oz/n6RA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.2ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 4ms (ActiveRecord: 1.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 16:53:07 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 59ms (Views: 41.7ms | ActiveRecord: 4.2ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 16:53:16 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Zi9pj67qCANoZYOiu0XhlqbkdNHVSKZc9Y7HPbu6JvSpWy0PLz7SiHE9nw7cyY8ve0k2KzlYa6NLB724lFqt2A==", "url"=>{"longurl"=>"http://hris.proptiger.com/attendance/index/view-attendance", "domain"=>"hris.proptiger.com"}, "commit"=>"Search"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://hris.proptiger.com/attendance/index/view-attendance"], ["LIMIT", 1]]
↳ app/models/url.rb:24
 (0.4ms)  BEGIN
↳ app/models/url.rb:16
Url Create (3.8ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "http://hris.proptiger.com/attendance/index/view-attendance"], ["shorturl", "http://RbSB/TdrF"], ["domain", "hris.proptiger.com"], ["suffix", "TdrF"]]
↳ app/models/url.rb:16
 (40.4ms)  COMMIT
↳ app/models/url.rb:16

Redirected to localhost:3000/urls/11 Completed 302 Found in 117ms (ActiveRecord: 45.3ms)

Started GET “/urls/11” for 127.0.0.1 at 2019-01-25 16:53:17 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"11"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:52
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (2.3ms)

Completed 200 OK in 52ms (Views: 45.5ms | ActiveRecord: 0.5ms)

Urlreport Load (10.2ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.4ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (3.8ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 25], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (35.4ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 16:53:18 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 77ms (Views: 73.2ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 16:53:26 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"sUe0b8ng1wxyIYHEKa/RB1+OMUmB2BpmESrAtsvWiZeBAEKc+5iuONhejGr2MdakuggUGH/cCmDE6K5p7q/p8Q==", "url"=>{"longurl"=>"www.proptiger.com/rentals", "domain"=>"proptiger.com"}, "commit"=>"Search"}
Url Load (1.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.proptiger.com/rentals"], ["LIMIT", 1]]
↳ app/models/url.rb:24
 (0.7ms)  BEGIN
↳ app/models/url.rb:16
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "www.proptiger.com/rentals"], ["shorturl", "http://BfNB/rtYC"], ["domain", "proptiger.com"], ["suffix", "rtYC"]]
↳ app/models/url.rb:16
Urlreport Load (0.4ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 26], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (40.0ms)  COMMIT
↳ app/models/url.rb:16
 (36.5ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Redirected to localhost:3000/urls/12 Completed 302 Found in 85ms (ActiveRecord: 42.3ms)

Started GET “/urls/12” for 127.0.0.1 at 2019-01-25 16:53:26 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"12"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:52
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 40ms (Views: 37.1ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 16:53:27 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.7ms)

Completed 200 OK in 59ms (Views: 52.7ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 16:53:45 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"l7nyIR5Q0/IKmcKYGW7AhdL0lrbs+P6cQBBPbZm0LPqn/gTSLCiqxqDmzzbG8McmN3Kz5xL87pqV0iGyvM1MnA==", "url"=>{"longurl"=>"www.proptiger.com/seller", "domain"=>"proptiger.com"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.proptiger.com/seller"], ["LIMIT", 1]]
↳ app/models/url.rb:24
 (0.2ms)  BEGIN
↳ app/models/url.rb:16
Url Create (1.9ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "www.proptiger.com/seller"], ["shorturl", "http://BfNB/I$XC"], ["domain", "proptiger.com"], ["suffix", "I$XC"]]
↳ app/models/url.rb:16
Urlreport Load (0.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (1.4ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 27], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (40.8ms)  COMMIT
 (35.5ms)  COMMIT
↳ app/models/url.rb:16
↳ app/workers/convert_worker.rb:12

Redirected to localhost:3000/urls/13 Completed 302 Found in 95ms (ActiveRecord: 43.3ms)

Started GET “/urls/13” for 127.0.0.1 at 2019-01-25 16:53:45 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"13"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 13], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:52
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 36ms (Views: 33.3ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 16:53:50 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.5ms)

Completed 200 OK in 56ms (Views: 50.6ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=proptiger&commit=Go” for 127.0.0.1 at 2019-01-25 16:53:59 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"proptiger", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (12.0ms)

Completed 200 OK in 44ms (Views: 41.9ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=proptiger&commit=Go” for 127.0.0.1 at 2019-01-25 16:54:00 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"proptiger", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (8.9ms)

Completed 200 OK in 44ms (Views: 41.6ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=proptiger&commit=Go” for 127.0.0.1 at 2019-01-25 16:54:02 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"proptiger", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (22.9ms)

Completed 200 OK in 57ms (Views: 55.1ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=proptiger&commit=Go” for 127.0.0.1 at 2019-01-25 16:54:03 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"proptiger", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (14.6ms)

Completed 200 OK in 58ms (Views: 56.6ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=proptiger&commit=Go” for 127.0.0.1 at 2019-01-25 16:54:04 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"proptiger", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (19.2ms)

Completed 200 OK in 113ms (Views: 111.1ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 16:55:21 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.8ms)

Completed 200 OK in 61ms (Views: 57.4ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-25 16:55:26 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.6ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (9.8ms)

Completed 200 OK in 35ms (Views: 29.1ms | ActiveRecord: 4.1ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 16:55:28 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (12.5ms)

Completed 200 OK in 60ms (Views: 55.3ms | ActiveRecord: 0.0ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-25 16:55:30 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.3ms)

Completed 200 OK in 48ms (Views: 44.9ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=proptiger&commit=Go” for 127.0.0.1 at 2019-01-25 16:55:35 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"proptiger", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (16.4ms)

Completed 200 OK in 54ms (Views: 51.1ms | ActiveRecord: 0.0ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-25 17:17:36 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.7ms)

Completed 200 OK in 136ms (Views: 104.5ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 17:17:42 +0530 Processing by UrlsController#new as HTML Redirected to localhost:3000/user/login Completed 302 Found in 5ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-25 17:17:42 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.5ms)

Completed 200 OK in 76ms (Views: 29.3ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-25 17:17:43 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"CZ+tT9tzUqY5gbizfKTg363MID4eI2fj4R0XjYLmxsaVy/hDRvIpATUPrWCjNtALzsDF5/HtskAcO6Kkbh4IxA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (4.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 14ms (ActiveRecord: 10.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 17:17:43 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 55ms (Views: 33.0ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 17:17:49 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"kCXg9Utduhc+0ni2lJ9hOi/3MGFn4cwojr+mvmpu2S1fUaR1yolgnCeKZBrzEw+D8lpym4vxAdcwNtw7RY5SAQ==", "url"=>{"longurl"=>"https://www.w3schools.com/cssref/pr_class_cursor.asp", "domain"=>"w3schools.com"}, "commit"=>"Search"}
Url Load (2.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.w3schools.com/cssref/pr_class_cursor.asp"], ["LIMIT", 1]]
↳ app/models/url.rb:24
 (0.2ms)  BEGIN
↳ app/models/url.rb:16
Url Create (0.9ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.w3schools.com/cssref/pr_class_cursor.asp"], ["shorturl", "http://yZMB/ynmF"], ["domain", "w3schools.com"], ["suffix", "ynmF"]]
↳ app/models/url.rb:16
Urlreport Load (1.1ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.6ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 28], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (368.5ms)  COMMIT
 (339.6ms)  COMMIT
↳ app/models/url.rb:16
↳ app/workers/convert_worker.rb:12

Redirected to localhost:3000/urls/14 Completed 302 Found in 449ms (ActiveRecord: 376.1ms)

Started GET “/urls/14” for 127.0.0.1 at 2019-01-25 17:17:49 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"14"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 14], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:52
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 77ms (Views: 53.4ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 17:17:54 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.8ms)

Completed 200 OK in 52ms (Views: 45.3ms | ActiveRecord: 0.0ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-25 17:17:57 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.7ms)

Completed 200 OK in 53ms (Views: 50.0ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=+https%3A%2F%2Fwww.w3schools.com%2Fcssref%2Fpr_class_cursor.asp&commit=Go” for 127.0.0.1 at 2019-01-25 17:17:59 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>" https://www.w3schools.com/cssref/pr_class_cursor.asp", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (19.0ms)

Completed 200 OK in 54ms (Views: 52.3ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=w3&commit=Go” for 127.0.0.1 at 2019-01-25 17:18:15 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"w3", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (14.4ms)

Completed 200 OK in 48ms (Views: 46.2ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=w3schools&commit=Go” for 127.0.0.1 at 2019-01-25 17:18:19 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"w3schools", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (13.6ms)

Completed 200 OK in 43ms (Views: 41.3ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=w3schools&commit=Go” for 127.0.0.1 at 2019-01-25 17:18:21 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"w3schools", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (14.0ms)

Completed 200 OK in 50ms (Views: 49.2ms | ActiveRecord: 0.0ms)

Started GET “/_search” for 127.0.0.1 at 2019-01-25 17:18:41 +0530

ActionController::RoutingError (No route matches [GET] “/_search”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread'

Url Load (0.4ms)  SELECT  "urls".* FROM "urls" ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1000]]
Url Import (401.2ms)  {"count":14}

Started GET “/” for 127.0.0.1 at 2019-01-25 17:38:28 +0530

 (15.5ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (14.0ms)

Completed 200 OK in 698ms (Views: 689.9ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-25 17:38:32 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (37.9ms)

Completed 200 OK in 166ms (Views: 63.8ms | ActiveRecord: 5.9ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-25 17:38:33 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"sd6U/PK4irH+tkJyGUD/WtW2dMNbtKIiNjgd0URqJMEtisHwbznxFvI4V6HG0s+OtrqRGrR6d4HLHqj4qJLqww==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (2.1ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 53ms (ActiveRecord: 2.1ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 17:38:33 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.6ms)

Completed 200 OK in 53ms (Views: 28.5ms | ActiveRecord: 3.6ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-25 17:38:37 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (1.9ms)

Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/search/search.html.erb:13: syntax error, unexpected '<', expecting ')'

<% end );@output_buffer.safe_a...
^

/Users/naveen/Documents/Internship/projectIntern/app/views/search/search.html.erb:21: syntax error, unexpected end-of-input, expecting end):

app/views/search/search.html.erb:13: syntax error, unexpected '<', expecting ')' app/views/search/search.html.erb:21: syntax error, unexpected end-of-input, expecting end Started GET “/url/search” for 127.0.0.1 at 2019-01-25 17:38:52 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (103.3ms)

Completed 200 OK in 134ms (Views: 131.6ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=proptiger&commit=Go” for 127.0.0.1 at 2019-01-25 17:38:58 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"proptiger", "commit"=>"Go"}
Url Search (240.9ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"proptiger","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"proptiger","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"proptiger","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"proptiger","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.2ms)

Completed 200 OK in 306ms (Views: 34.8ms | Searchkick: 240.9ms | ActiveRecord: 0.0ms)

Url Search (40.1ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"proptiger","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"proptiger","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"proptiger","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"proptiger","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" LIMIT $1  [["LIMIT", 11]]

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 17:40:54 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 88ms (Views: 72.6ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 17:41:17 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"INTLiu6d1Z2dRvydDlF8qQyCyKRI2rhhOw9onDdkOiMQkz153OWsqTc58TPRz3sK6QTt9bbeqGfuzQZDEh1aRQ==", "url"=>{"longurl"=>"https://www.proptiger.com/guide/post/things-you-must-know-about-rera-website", "domain"=>"proptiger.com"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.proptiger.com/guide/post/things-you-must-know-about-rera-website"], ["LIMIT", 1]]
↳ app/models/url.rb:25
 (0.2ms)  BEGIN
↳ app/models/url.rb:17
Url Create (0.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.proptiger.com/guide/post/things-you-must-know-about-rera-website"], ["shorturl", "http://BfNB/3VIH"], ["domain", "proptiger.com"], ["suffix", "3VIH"]]
↳ app/models/url.rb:17
 (40.9ms)  COMMIT
↳ app/models/url.rb:17
Url Store (44.9ms)  {"id":15}

Redirected to localhost:3000/urls/15 Completed 302 Found in 183ms (Searchkick: 44.9ms | ActiveRecord: 42.3ms)

Started GET “/urls/15” for 127.0.0.1 at 2019-01-25 17:41:18 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"15"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:53
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 50ms (Views: 28.5ms | ActiveRecord: 0.3ms)

Urlreport Load (1.2ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.4ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 29], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (40.7ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 17:41:19 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.5ms)

Completed 200 OK in 53ms (Views: 48.4ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 17:41:29 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Hy0GYmvWaiE7K6Sg7EPPSd/KCAkITNLd8CqD4ea3+7wvavCRWa4TFZFUqQ4z3cjqOkwtWPZIwtsl6O0+w86b2g==", "url"=>{"longurl"=>"https://www.proptiger.com/guide/news-views", "domain"=>"proptiger.com"}, "commit"=>"Search"}
Url Load (4.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.proptiger.com/guide/news-views"], ["LIMIT", 1]]
↳ app/models/url.rb:25
 (0.3ms)  BEGIN
↳ app/models/url.rb:17
Url Create (0.8ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.proptiger.com/guide/news-views"], ["shorturl", "http://BfNB/$QdE"], ["domain", "proptiger.com"], ["suffix", "$QdE"]]
↳ app/models/url.rb:17
 (0.5ms)  COMMIT
↳ app/models/url.rb:17
Urlreport Load (0.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (1.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 30], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (2.2ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (43.0ms)  {"id":16}

Redirected to localhost:3000/urls/16 Completed 302 Found in 93ms (Searchkick: 43.0ms | ActiveRecord: 6.1ms)

Started GET “/urls/16” for 127.0.0.1 at 2019-01-25 17:41:29 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"16"}
Url Load (4.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 16], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:53
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 72ms (Views: 64.1ms | ActiveRecord: 4.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 17:41:30 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 55ms (Views: 51.9ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 17:41:48 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"6cP+qCS6YxOWNB11YGNlrzkvP7nLTQ3Ichw6QZIwbd3ZhAhbFsIaJzxLENu//WIM3Kka6DVJHc6n3lSet0kNuw==", "url"=>{"longurl"=>"https://www.proptiger.com/guide/post/things-you-must-know-about-rera-website", "domain"=>"proptiger.com"}, "commit"=>"Search"}
 (0.2ms)  BEGIN
↳ app/models/url.rb:17
Url Create (0.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.proptiger.com/guide/post/things-you-must-know-about-rera-website"], ["shorturl", "http://BfNB/3VIH"], ["domain", "proptiger.com"], ["suffix", "3VIH"]]
↳ app/models/url.rb:17
Urlreport Load (0.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.4ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 31], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (39.8ms)  COMMIT
 (35.2ms)  COMMIT
↳ app/models/url.rb:17
↳ app/workers/convert_worker.rb:12
Url Store (31.2ms)  {"id":17}

Redirected to localhost:3000/urls/17 Completed 302 Found in 113ms (Searchkick: 31.2ms | ActiveRecord: 40.3ms)

Started GET “/urls/17” for 127.0.0.1 at 2019-01-25 17:41:48 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"17"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 17], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:53
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 31ms (Views: 28.9ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 17:41:57 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.6ms)

Completed 200 OK in 58ms (Views: 56.7ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-25 17:41:59 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.6ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (9.7ms)

Completed 200 OK in 59ms (Views: 43.5ms | ActiveRecord: 4.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 17:42:01 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (7.4ms)

Completed 200 OK in 65ms (Views: 60.5ms | ActiveRecord: 0.0ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-25 17:42:02 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.5ms)

Completed 200 OK in 53ms (Views: 49.6ms | ActiveRecord: 0.0ms)

Url Search (58.2ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"proptiger","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"proptiger","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"proptiger","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"proptiger","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1000]]
Url Import (89.3ms)  {"count":17}
Url Search (43.2ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"proptiger","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"proptiger","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"proptiger","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"proptiger","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 17:51:15 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (1.9ms)

Completed 200 OK in 109ms (Views: 93.4ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 17:51:39 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"I8YBeCQoEL7BPWRqzCEKhm/1JAeFDO7oZW/xFSm1Em8TgfeLFlBpimtCacQTvw0linMBVnsI/u6wrZ/KDMxyCQ==", "url"=>{"longurl"=>"https://www.youtube.com/watch?v=jb4lrihz6_E", "domain"=>"youtube.com"}, "commit"=>"Search"}
Url Load (2.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.youtube.com/watch?v=jb4lrihz6_E"], ["LIMIT", 1]]
↳ app/models/url.rb:25
 (0.3ms)  BEGIN
↳ app/models/url.rb:17
Url Create (1.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.youtube.com/watch?v=jb4lrihz6_E"], ["shorturl", "http://CKLB/W%dE"], ["domain", "youtube.com"], ["suffix", "W%dE"]]
↳ app/models/url.rb:17
 (0.7ms)  COMMIT
↳ app/models/url.rb:17
Url Store (19.1ms)  {"id":18}

Redirected to localhost:3000/urls/18 Completed 302 Found in 68ms (Searchkick: 19.1ms | ActiveRecord: 13.1ms)

Urlreport Load (3.8ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5

Started GET “/urls/18” for 127.0.0.1 at 2019-01-25 17:51:39 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"18"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:53
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 32], ["id", 3]]
↳ app/workers/convert_worker.rb:12
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)
 (40.7ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Completed 200 OK in 68ms (Views: 47.6ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 17:51:51 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.9ms)

Completed 200 OK in 58ms (Views: 52.8ms | ActiveRecord: 0.0ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-25 17:51:53 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (1.4ms)

Completed 200 OK in 74ms (Views: 24.7ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=http%3A%2F%2FCKLB%2FW%25dE&commit=Go” for 127.0.0.1 at 2019-01-25 17:51:57 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"http://CKLB/W%dE", "commit"=>"Go"}
Url Search (179.2ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"http:////CKLB//W%dE","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////CKLB//W%dE","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////CKLB//W%dE","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////CKLB//W%dE","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.6ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" = $1  [["id", 18]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (20.2ms)

Completed 200 OK in 297ms (Views: 108.4ms | Searchkick: 179.2ms | ActiveRecord: 0.6ms)

Started GET “/url/search?utf8=%E2%9C%93&q=youtube&commit=Go” for 127.0.0.1 at 2019-01-25 17:52:06 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"youtube", "commit"=>"Go"}
Url Search (49.6ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"youtube","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (7.1ms)

Completed 200 OK in 185ms (Views: 129.2ms | Searchkick: 49.6ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 17:54:34 +0530 Processing by UrlsController#new as HTML Redirected to localhost:3000/user/login Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-25 17:54:34 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.5ms)

Completed 200 OK in 66ms (Views: 26.1ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-25 17:54:35 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Ph5CF9wPFv0HjsNQzWBDt3Ibt7SO4q02aFNt4CFEKg2iShcbQY5tWgsA1oMS8nNjERdSbWEseJWVddjJzbzkDw==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (2.2ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 11ms (ActiveRecord: 6.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 17:54:35 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.7ms)

Completed 200 OK in 32ms (Views: 30.6ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 17:54:51 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Wm9roDrgdqWs9ZeGNiNt3b1odk3ijpwZ4lrOfJ6pSWaVGy8guzSsLrWtiypRrwNkYMU0tw6eUeZc07T5sUnCSg==", "url"=>{"longurl"=>"https://mp3-youtube.download/en", "domain"=>"mp3-youtube.com"}, "commit"=>"Search"}
Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://mp3-youtube.download/en"], ["LIMIT", 1]]
↳ app/models/url.rb:25
 (0.9ms)  BEGIN
↳ app/models/url.rb:17
 (0.3ms)  ROLLBACK
↳ app/models/url.rb:17
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 48ms (Views: 36.4ms | ActiveRecord: 2.2ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 17:55:10 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"tbnpzJtbNxZguWJOJthDcf1FGVOw03ADbnLtpM/jUwF6za1MGo/tnXnhfuJBVC3IIOhbqVzDvfzQ+5ch4APYLQ==", "url"=>{"longurl"=>"https://mp3-youtube.download/en", "domain"=>"mfmfmf"}, "commit"=>"Search"}
 (0.3ms)  BEGIN
↳ app/models/url.rb:17
 (0.3ms)  ROLLBACK
↳ app/models/url.rb:17
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.4ms)

Completed 200 OK in 69ms (Views: 61.7ms | ActiveRecord: 0.5ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 17:55:25 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Vt0wN5gl8IPhGkcY+PjiGTpvQpzDpLctcklULuroJCqZqXS3GfEqCPhCW7SfdIyg58IAZi+0etLMwC6rxQivBg==", "url"=>{"longurl"=>"https://github.com/ankane/searchkick", "domain"=>"github.com"}, "commit"=>"Search"}
Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://github.com/ankane/searchkick"], ["LIMIT", 1]]
↳ app/models/url.rb:25
 (0.3ms)  BEGIN
↳ app/models/url.rb:17
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://github.com/ankane/searchkick"], ["shorturl", "http://UwKB/qR6D"], ["domain", "github.com"], ["suffix", "qR6D"]]
↳ app/models/url.rb:17
Urlreport Load (1.0ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.8ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.8ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 33], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (41.1ms)  COMMIT
↳ app/models/url.rb:17
 (33.7ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (9.9ms)  {"id":19}

Redirected to localhost:3000/urls/19 Completed 302 Found in 110ms (Searchkick: 9.9ms | ActiveRecord: 42.8ms)

Started GET “/urls/19” for 127.0.0.1 at 2019-01-25 17:55:25 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"19"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 19], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:53
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 30ms (Views: 27.5ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 17:55:28 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.1ms)

Completed 200 OK in 49ms (Views: 47.6ms | ActiveRecord: 0.0ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-25 17:57:27 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.1ms)

Completed 200 OK in 44ms (Views: 42.9ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=proptiger&commit=Go” for 127.0.0.1 at 2019-01-25 17:57:32 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"proptiger", "commit"=>"Go"}
Url Search (28.8ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"proptiger","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"proptiger","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"proptiger","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"proptiger","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.2ms)

Completed 200 OK in 139ms (Views: 47.2ms | Searchkick: 28.8ms | ActiveRecord: 2.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 17:58:34 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.8ms)

Completed 200 OK in 114ms (Views: 86.3ms | ActiveRecord: 4.1ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 17:58:42 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"2dB72HVRhLKYndgZvAOogYdigF44/GJQMeGoU+T/vrXpl40rRyn9hjLi1bdjna8iYuSlD8b4clbkI8aMwYbe0w==", "url"=>{"longurl"=>"https://www.youtube.com/channel/UC1zZE_kJ8rQHgLTVfobLi_g", "domain"=>"youtube.com"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.youtube.com/channel/UC1zZE_kJ8rQHgLTVfobLi_g"], ["LIMIT", 1]]
↳ app/models/url.rb:25
 (0.2ms)  BEGIN
↳ app/models/url.rb:17
Url Create (5.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.youtube.com/channel/UC1zZE_kJ8rQHgLTVfobLi_g"], ["shorturl", "http://CKLB/utnF"], ["domain", "youtube.com"], ["suffix", "utnF"]]
↳ app/models/url.rb:17
 (40.9ms)  COMMIT
↳ app/models/url.rb:17
Urlreport Load (0.4ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.3ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 34], ["id", 3]]
↳ app/workers/convert_worker.rb:12
Url Store (30.9ms)  {"id":20}

Redirected to localhost:3000/urls/20 Completed 302 Found in 151ms (Searchkick: 30.9ms | ActiveRecord: 47.2ms)

Started GET “/urls/20” for 127.0.0.1 at 2019-01-25 17:58:43 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"20"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:53
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)
 (40.4ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Completed 200 OK in 48ms (Views: 33.2ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 17:58:44 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.3ms)

Completed 200 OK in 67ms (Views: 57.8ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 17:59:09 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"1204dCYZfzZNPg2eTSIFOgsb8mM6gqEeWQLM17Cs8+jnKs6HFGEGAudBADCSvAKZ7p3XMsSGsRiMwKIIldWTjg==", "url"=>{"longurl"=>"https://www.youtube.com/channel/UCpVm7bg6pXKo1Pr6k5kxG9A", "domain"=>"youtube.com"}, "commit"=>"Search"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.youtube.com/channel/UCpVm7bg6pXKo1Pr6k5kxG9A"], ["LIMIT", 1]]
↳ app/models/url.rb:25
 (0.2ms)  BEGIN
↳ app/models/url.rb:17
Url Create (0.7ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.youtube.com/channel/UCpVm7bg6pXKo1Pr6k5kxG9A"], ["shorturl", "http://CKLB/9kmF"], ["domain", "youtube.com"], ["suffix", "9kmF"]]
↳ app/models/url.rb:17
Urlreport Load (0.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 35], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (40.5ms)  COMMIT
 (35.2ms)  COMMIT
↳ app/workers/convert_worker.rb:12
↳ app/models/url.rb:17
Url Store (38.9ms)  {"id":21}

Redirected to localhost:3000/urls/21 Completed 302 Found in 121ms (Searchkick: 38.9ms | ActiveRecord: 42.2ms)

Started GET “/urls/21” for 127.0.0.1 at 2019-01-25 17:59:09 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"21"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 21], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:53
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.5ms)

Completed 200 OK in 65ms (Views: 59.1ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 17:59:10 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (6.1ms)

Completed 200 OK in 90ms (Views: 85.6ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 17:59:27 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"1idZlah2Ty+KMK5eUV21JFG8/K+ul4CyY7HgEKYT4dDmYK9mmg42GyBPo/COw7KHtDrZ/lCTkLS2c47Pg2qBtg==", "url"=>{"longurl"=>"https://www.youtube.com/user/crashcourse/featured", "domain"=>"youtube.com"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.youtube.com/user/crashcourse/featured"], ["LIMIT", 1]]
↳ app/models/url.rb:25
 (3.0ms)  BEGIN
↳ app/models/url.rb:17
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.youtube.com/user/crashcourse/featured"], ["shorturl", "http://CKLB/CZjE"], ["domain", "youtube.com"], ["suffix", "CZjE"]]
↳ app/models/url.rb:17
Urlreport Load (0.7ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.7ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 36], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (40.5ms)  COMMIT
↳ app/models/url.rb:17
 (35.3ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (35.6ms)  {"id":22}

Redirected to localhost:3000/urls/22 Completed 302 Found in 130ms (Searchkick: 35.6ms | ActiveRecord: 44.4ms)

Started GET “/urls/22” for 127.0.0.1 at 2019-01-25 17:59:27 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"22"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 22], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:53
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.6ms)

Completed 200 OK in 35ms (Views: 33.2ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 17:59:28 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.7ms)

Completed 200 OK in 52ms (Views: 49.9ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 17:59:55 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"FsTMPsBMz/dzJdHxEt8bFygp3JeoPZgtCthuzPvfXmcmgzrN8jS2w9la3F/NQRy0za/5xlY5iCvfGgAT3qY+AQ==", "url"=>{"longurl"=>"https://www.youtube.com/channel/UCsooa4yRKGN_zEE8iknghZA", "domain"=>"youtube.com"}, "commit"=>"Search"}
Url Load (2.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.youtube.com/channel/UCsooa4yRKGN_zEE8iknghZA"], ["LIMIT", 1]]
↳ app/models/url.rb:25
 (0.6ms)  BEGIN
↳ app/models/url.rb:17
Url Create (1.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.youtube.com/channel/UCsooa4yRKGN_zEE8iknghZA"], ["shorturl", "http://CKLB/5xnF"], ["domain", "youtube.com"], ["suffix", "5xnF"]]
↳ app/models/url.rb:17
 (0.9ms)  COMMIT
↳ app/models/url.rb:17
Urlreport Load (1.2ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.6ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 37], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (0.6ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (28.2ms)  {"id":23}

Redirected to localhost:3000/urls/23 Completed 302 Found in 82ms (Searchkick: 28.2ms | ActiveRecord: 5.8ms)

Started GET “/urls/23” for 127.0.0.1 at 2019-01-25 17:59:55 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"23"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 23], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:53
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 33ms (Views: 29.8ms | ActiveRecord: 0.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 17:59:57 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.4ms)

Completed 200 OK in 62ms (Views: 57.0ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 18:00:46 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.youtube.com/channel/UCXhSCMRRPyxSoyLSPFxK7VA", "domain"=>"youtube.com", "url"=>{"longurl"=>"https://www.youtube.com/channel/UCXhSCMRRPyxSoyLSPFxK7VA", "domain"=>"youtube.com"}}

Can't verify CSRF token authenticity.

Url Load (1.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.youtube.com/channel/UCXhSCMRRPyxSoyLSPFxK7VA"], ["LIMIT", 1]]
↳ app/models/url.rb:25
 (0.6ms)  BEGIN
↳ app/models/url.rb:17
Url Create (5.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.youtube.com/channel/UCXhSCMRRPyxSoyLSPFxK7VA"], ["shorturl", "http://CKLB/TpmF"], ["domain", "youtube.com"], ["suffix", "TpmF"]]
↳ app/models/url.rb:17
 (0.5ms)  COMMIT
↳ app/models/url.rb:17
Urlreport Load (0.6ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (1.5ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.6ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 38], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (0.4ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (34.4ms)  {"id":24}

Completed 200 OK in 92ms (Views: 0.3ms | Searchkick: 34.4ms | ActiveRecord: 7.7ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 18:01:04 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.youtube.com/channel/UCGi_crMdUZnrcsvkCa8pt-g", "domain"=>"youtube.com", "url"=>{"longurl"=>"https://www.youtube.com/channel/UCGi_crMdUZnrcsvkCa8pt-g", "domain"=>"youtube.com"}}

Can't verify CSRF token authenticity.

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.youtube.com/channel/UCGi_crMdUZnrcsvkCa8pt-g"], ["LIMIT", 1]]
↳ app/models/url.rb:25
 (1.1ms)  BEGIN
↳ app/models/url.rb:17
Url Create (2.0ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.youtube.com/channel/UCGi_crMdUZnrcsvkCa8pt-g"], ["shorturl", "http://CKLB/pFoF"], ["domain", "youtube.com"], ["suffix", "pFoF"]]
↳ app/models/url.rb:17
Urlreport Load (0.8ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.4ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 39], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (40.3ms)  COMMIT
 (34.9ms)  COMMIT
↳ app/models/url.rb:17
↳ app/workers/convert_worker.rb:12
Url Store (14.1ms)  {"id":25}

Completed 200 OK in 83ms (Views: 0.2ms | Searchkick: 14.1ms | ActiveRecord: 44.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 18:01:26 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.youtube.com/channel/UCZYTClx2T1of7BRZ86-8fow", "domain"=>"youtube.com", "url"=>{"longurl"=>"https://www.youtube.com/channel/UCZYTClx2T1of7BRZ86-8fow", "domain"=>"youtube.com"}}

Can't verify CSRF token authenticity.

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.youtube.com/channel/UCZYTClx2T1of7BRZ86-8fow"], ["LIMIT", 1]]
↳ app/models/url.rb:25
 (0.4ms)  BEGIN
↳ app/models/url.rb:17
Url Create (6.1ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.youtube.com/channel/UCZYTClx2T1of7BRZ86-8fow"], ["shorturl", "http://CKLB/NclF"], ["domain", "youtube.com"], ["suffix", "NclF"]]
↳ app/models/url.rb:17
Urlreport Load (0.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.4ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 40], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (39.9ms)  COMMIT
 (36.1ms)  COMMIT
↳ app/models/url.rb:17
↳ app/workers/convert_worker.rb:12
Url Store (29.5ms)  {"id":26}

Completed 200 OK in 121ms (Views: 0.2ms | Searchkick: 29.5ms | ActiveRecord: 47.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 18:01:36 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.youtube.com/channel/UCHnyfMqiRRG1u-2MsSQLbXA", "domain"=>"youtube.com", "url"=>{"longurl"=>"https://www.youtube.com/channel/UCHnyfMqiRRG1u-2MsSQLbXA", "domain"=>"youtube.com"}}

Can't verify CSRF token authenticity.

Url Load (1.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.youtube.com/channel/UCHnyfMqiRRG1u-2MsSQLbXA"], ["LIMIT", 1]]
↳ app/models/url.rb:25
 (0.5ms)  BEGIN
↳ app/models/url.rb:17
Url Create (1.9ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.youtube.com/channel/UCHnyfMqiRRG1u-2MsSQLbXA"], ["shorturl", "http://CKLB/8kmF"], ["domain", "youtube.com"], ["suffix", "8kmF"]]
↳ app/models/url.rb:17
Urlreport Load (1.0ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (1.0ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (1.9ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 41], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (44.2ms)  COMMIT
↳ app/models/url.rb:17
 (36.0ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (59.5ms)  {"id":27}

Completed 200 OK in 190ms (Views: 0.2ms | Searchkick: 59.5ms | ActiveRecord: 48.4ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 18:01:52 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.youtube.com/channel/UCYenDLnIHsoqQ6smwKXQ7Hg", "domain"=>"youtube.com", "url"=>{"longurl"=>"https://www.youtube.com/channel/UCYenDLnIHsoqQ6smwKXQ7Hg", "domain"=>"youtube.com"}}

Can't verify CSRF token authenticity.

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.youtube.com/channel/UCYenDLnIHsoqQ6smwKXQ7Hg"], ["LIMIT", 1]]
↳ app/models/url.rb:25
 (0.3ms)  BEGIN
↳ app/models/url.rb:17
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.youtube.com/channel/UCYenDLnIHsoqQ6smwKXQ7Hg"], ["shorturl", "http://CKLB/%vnF"], ["domain", "youtube.com"], ["suffix", "%vnF"]]
↳ app/models/url.rb:17
Urlreport Load (0.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 42], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (41.1ms)  COMMIT
↳ app/models/url.rb:17
 (37.5ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (26.5ms)  {"id":28}

Completed 200 OK in 117ms (Views: 0.2ms | Searchkick: 26.5ms | ActiveRecord: 42.4ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 18:02:02 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.youtube.com/channel/UC4a-Gbdw7vOaccHmFo40b9g", "domain"=>"youtube.com", "url"=>{"longurl"=>"https://www.youtube.com/channel/UC4a-Gbdw7vOaccHmFo40b9g", "domain"=>"youtube.com"}}

Can't verify CSRF token authenticity.

Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.youtube.com/channel/UC4a-Gbdw7vOaccHmFo40b9g"], ["LIMIT", 1]]
↳ app/models/url.rb:25
 (0.8ms)  BEGIN
↳ app/models/url.rb:17
Url Create (0.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.youtube.com/channel/UC4a-Gbdw7vOaccHmFo40b9g"], ["shorturl", "http://CKLB/GilF"], ["domain", "youtube.com"], ["suffix", "GilF"]]
↳ app/models/url.rb:17
Urlreport Load (0.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.1ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.4ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 43], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (40.7ms)  COMMIT
↳ app/models/url.rb:17
 (77.6ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (34.6ms)  {"id":29}

Completed 200 OK in 119ms (Views: 0.2ms | Searchkick: 34.6ms | ActiveRecord: 43.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 18:02:15 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.youtube.com/channel/UCJFp8uSYCjXOMnkUyb3CQ3Q", "domain"=>"youtube.com", "url"=>{"longurl"=>"https://www.youtube.com/channel/UCJFp8uSYCjXOMnkUyb3CQ3Q", "domain"=>"youtube.com"}}

Can't verify CSRF token authenticity.

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.youtube.com/channel/UCJFp8uSYCjXOMnkUyb3CQ3Q"], ["LIMIT", 1]]
↳ app/models/url.rb:25
 (0.2ms)  BEGIN
↳ app/models/url.rb:17
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.youtube.com/channel/UCJFp8uSYCjXOMnkUyb3CQ3Q"], ["shorturl", "http://CKLB/0jmF"], ["domain", "youtube.com"], ["suffix", "0jmF"]]
↳ app/models/url.rb:17
Urlreport Load (2.9ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.6ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 44], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (42.3ms)  COMMIT
↳ app/models/url.rb:17
 (37.0ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (48.7ms)  {"id":30}

Completed 200 OK in 162ms (Views: 0.2ms | Searchkick: 48.7ms | ActiveRecord: 43.5ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 18:02:26 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.youtube.com/user/EpicMealTime", "domain"=>"youtube.com", "url"=>{"longurl"=>"https://www.youtube.com/user/EpicMealTime", "domain"=>"youtube.com"}}

Can't verify CSRF token authenticity.

Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.youtube.com/user/EpicMealTime"], ["LIMIT", 1]]
↳ app/models/url.rb:25
 (0.3ms)  BEGIN
↳ app/models/url.rb:17
Url Create (3.1ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.youtube.com/user/EpicMealTime"], ["shorturl", "http://CKLB/MBbD"], ["domain", "youtube.com"], ["suffix", "MBbD"]]
↳ app/models/url.rb:17
Urlreport Load (0.8ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (1.0ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 45], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (50.4ms)  COMMIT
 (42.4ms)  COMMIT
↳ app/models/url.rb:17
↳ app/workers/convert_worker.rb:12
Url Store (42.9ms)  {"id":31}

Completed 200 OK in 147ms (Views: 0.2ms | Searchkick: 42.9ms | ActiveRecord: 54.6ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 18:02:36 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.youtube.com/user/JamieOliver", "domain"=>"youtube.com", "url"=>{"longurl"=>"https://www.youtube.com/user/JamieOliver", "domain"=>"youtube.com"}}

Can't verify CSRF token authenticity.

Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.youtube.com/user/JamieOliver"], ["LIMIT", 1]]
↳ app/models/url.rb:25
 (1.7ms)  BEGIN
↳ app/models/url.rb:17
Url Create (1.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.youtube.com/user/JamieOliver"], ["shorturl", "http://CKLB/VwbD"], ["domain", "youtube.com"], ["suffix", "VwbD"]]
↳ app/models/url.rb:17
Urlreport Load (0.8ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (1.4ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (3.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 46], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (49.5ms)  COMMIT
 (39.6ms)  COMMIT
↳ app/models/url.rb:17
↳ app/workers/convert_worker.rb:12
Url Store (11.5ms)  {"id":32}

Completed 200 OK in 87ms (Views: 0.2ms | Searchkick: 11.5ms | ActiveRecord: 53.3ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 18:02:49 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.youtube.com/user/howtocookthat", "domain"=>"youtube.com", "url"=>{"longurl"=>"https://www.youtube.com/user/howtocookthat", "domain"=>"youtube.com"}}

Can't verify CSRF token authenticity.

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.youtube.com/user/howtocookthat"], ["LIMIT", 1]]
↳ app/models/url.rb:25
 (0.5ms)  BEGIN
↳ app/models/url.rb:17
Url Create (0.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.youtube.com/user/howtocookthat"], ["shorturl", "http://CKLB/DZeE"], ["domain", "youtube.com"], ["suffix", "DZeE"]]
↳ app/models/url.rb:17
Urlreport Load (1.0ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 47], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (41.4ms)  COMMIT
 (34.0ms)  COMMIT
↳ app/models/url.rb:17
↳ app/workers/convert_worker.rb:12
Url Store (37.5ms)  {"id":33}

Completed 200 OK in 116ms (Views: 0.2ms | Searchkick: 37.5ms | ActiveRecord: 43.1ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 18:03:00 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.youtube.com/user/bgfilms", "domain"=>"youtube.com", "url"=>{"longurl"=>"https://www.youtube.com/user/bgfilms", "domain"=>"youtube.com"}}

Can't verify CSRF token authenticity.

Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.youtube.com/user/bgfilms"], ["LIMIT", 1]]
↳ app/models/url.rb:25
 (0.2ms)  BEGIN
↳ app/models/url.rb:17
Url Create (0.9ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.youtube.com/user/bgfilms"], ["shorturl", "http://CKLB/$X7D"], ["domain", "youtube.com"], ["suffix", "$X7D"]]
↳ app/models/url.rb:17
Urlreport Load (0.6ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (1.4ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (1.2ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 48], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (40.8ms)  COMMIT
↳ app/workers/convert_worker.rb:12
 (47.2ms)  COMMIT
↳ app/models/url.rb:17
Url Store (23.3ms)  {"id":34}

Completed 200 OK in 97ms (Views: 0.7ms | Searchkick: 23.3ms | ActiveRecord: 49.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 18:03:10 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.youtube.com/user/LauraVitalesKitchen", "domain"=>"youtube.com", "url"=>{"longurl"=>"https://www.youtube.com/user/LauraVitalesKitchen", "domain"=>"youtube.com"}}

Can't verify CSRF token authenticity.

Url Load (1.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.youtube.com/user/LauraVitalesKitchen"], ["LIMIT", 1]]
↳ app/models/url.rb:25
 (0.3ms)  BEGIN
↳ app/models/url.rb:17
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.youtube.com/user/LauraVitalesKitchen"], ["shorturl", "http://CKLB/tM$E"], ["domain", "youtube.com"], ["suffix", "tM$E"]]
↳ app/models/url.rb:17
Urlreport Load (0.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 49], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (41.3ms)  COMMIT
↳ app/models/url.rb:17
 (77.6ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (19.2ms)  {"id":35}

Completed 200 OK in 98ms (Views: 0.2ms | Searchkick: 19.2ms | ActiveRecord: 43.8ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 18:03:23 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.youtube.com/user/Maangchi", "domain"=>"youtube.com", "url"=>{"longurl"=>"https://www.youtube.com/user/Maangchi", "domain"=>"youtube.com"}}

Can't verify CSRF token authenticity.

Url Load (1.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.youtube.com/user/Maangchi"], ["LIMIT", 1]]
↳ app/models/url.rb:25
 (0.2ms)  BEGIN
↳ app/models/url.rb:17
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.youtube.com/user/Maangchi"], ["shorturl", "http://CKLB/527D"], ["domain", "youtube.com"], ["suffix", "527D"]]
↳ app/models/url.rb:17
Urlreport Load (0.7ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 50], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (40.8ms)  COMMIT
↳ app/models/url.rb:17
Url Store (10.8ms)  {"id":36}

Completed 200 OK in 74ms (Views: 0.2ms | Searchkick: 10.8ms | ActiveRecord: 42.7ms)

 (81.4ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started POST “/urls” for 127.0.0.1 at 2019-01-25 18:03:36 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.youtube.com/user/JunsKitchen", "domain"=>"youtube.com", "url"=>{"longurl"=>"https://www.youtube.com/user/JunsKitchen", "domain"=>"youtube.com"}}

Can't verify CSRF token authenticity.

Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.youtube.com/user/JunsKitchen"], ["LIMIT", 1]]
↳ app/models/url.rb:25
 (0.2ms)  BEGIN
↳ app/models/url.rb:17
Url Create (0.8ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.youtube.com/user/JunsKitchen"], ["shorturl", "http://CKLB/9*bD"], ["domain", "youtube.com"], ["suffix", "9*bD"]]
↳ app/models/url.rb:17
Urlreport Load (0.4ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 51], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (41.0ms)  COMMIT
↳ app/models/url.rb:17
 (44.9ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (27.8ms)  {"id":37}

Completed 200 OK in 111ms (Views: 0.2ms | Searchkick: 27.8ms | ActiveRecord: 42.8ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 18:03:48 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.youtube.com/user/BonAppetitDotCom", "domain"=>"youtube.com", "url"=>{"longurl"=>"https://www.youtube.com/user/BonAppetitDotCom", "domain"=>"youtube.com"}}

Can't verify CSRF token authenticity.

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.youtube.com/user/BonAppetitDotCom"], ["LIMIT", 1]]
↳ app/models/url.rb:25
 (0.3ms)  BEGIN
↳ app/models/url.rb:17
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.youtube.com/user/BonAppetitDotCom"], ["shorturl", "http://CKLB/hggE"], ["domain", "youtube.com"], ["suffix", "hggE"]]
↳ app/models/url.rb:17
 (1.1ms)  COMMIT
↳ app/models/url.rb:17
Urlreport Load (0.6ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.3ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 52], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (0.6ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (18.1ms)  {"id":38}

Completed 200 OK in 68ms (Views: 0.2ms | Searchkick: 18.1ms | ActiveRecord: 2.4ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 18:04:02 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.youtube.com/user/sortedfood", "domain"=>"youtube.com", "url"=>{"longurl"=>"https://www.youtube.com/user/sortedfood", "domain"=>"youtube.com"}}

Can't verify CSRF token authenticity.

Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.youtube.com/user/sortedfood"], ["LIMIT", 1]]
↳ app/models/url.rb:25
 (0.2ms)  BEGIN
↳ app/models/url.rb:17
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.youtube.com/user/sortedfood"], ["shorturl", "http://CKLB/ttaD"], ["domain", "youtube.com"], ["suffix", "ttaD"]]
↳ app/models/url.rb:17
Urlreport Load (0.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.3ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.4ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 53], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (45.1ms)  COMMIT
 (40.5ms)  COMMIT
↳ app/models/url.rb:17
↳ app/workers/convert_worker.rb:12
Url Store (13.0ms)  {"id":39}

Completed 200 OK in 91ms (Views: 0.2ms | Searchkick: 13.0ms | ActiveRecord: 46.3ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 18:04:15 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.youtube.com/user/FitnessBlender", "domain"=>"youtube.com", "url"=>{"longurl"=>"https://www.youtube.com/user/FitnessBlender", "domain"=>"youtube.com"}}

Can't verify CSRF token authenticity.

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.youtube.com/user/FitnessBlender"], ["LIMIT", 1]]
↳ app/models/url.rb:25
 (0.2ms)  BEGIN
↳ app/models/url.rb:17
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.youtube.com/user/FitnessBlender"], ["shorturl", "http://CKLB/N0eE"], ["domain", "youtube.com"], ["suffix", "N0eE"]]
↳ app/models/url.rb:17
Urlreport Load (0.3ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.1ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (1.0ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 54], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (40.8ms)  COMMIT
↳ app/models/url.rb:17
 (22.2ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (34.0ms)  {"id":40}

Completed 200 OK in 117ms (Views: 0.2ms | Searchkick: 34.0ms | ActiveRecord: 42.1ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 18:04:26 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.youtube.com/user/blogilates", "domain"=>"youtube.com", "url"=>{"longurl"=>"https://www.youtube.com/user/blogilates", "domain"=>"youtube.com"}}

Can't verify CSRF token authenticity.

Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.youtube.com/user/blogilates"], ["LIMIT", 1]]
↳ app/models/url.rb:25
 (3.9ms)  BEGIN
↳ app/models/url.rb:17
Url Create (3.8ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.youtube.com/user/blogilates"], ["shorturl", "http://CKLB/braD"], ["domain", "youtube.com"], ["suffix", "braD"]]
↳ app/models/url.rb:17
Urlreport Load (2.8ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (3.0ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 55], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (40.1ms)  COMMIT
↳ app/models/url.rb:17
 (31.2ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (23.0ms)  {"id":41}

Completed 200 OK in 123ms (Views: 0.3ms | Searchkick: 23.0ms | ActiveRecord: 48.5ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 18:04:42 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.youtube.com/user/XFitDaily", "domain"=>"youtube.com", "url"=>{"longurl"=>"https://www.youtube.com/user/XFitDaily", "domain"=>"youtube.com"}}

Can't verify CSRF token authenticity.

Url Load (3.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.youtube.com/user/XFitDaily"], ["LIMIT", 1]]
↳ app/models/url.rb:25
 (0.9ms)  BEGIN
↳ app/models/url.rb:17
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.youtube.com/user/XFitDaily"], ["shorturl", "http://CKLB/oa8D"], ["domain", "youtube.com"], ["suffix", "oa8D"]]
↳ app/models/url.rb:17
 (8.7ms)  COMMIT
↳ app/models/url.rb:17
Urlreport Load (0.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.6ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 56], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (0.7ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (11.1ms)  {"id":42}

Completed 200 OK in 46ms (Views: 0.2ms | Searchkick: 11.1ms | ActiveRecord: 13.5ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 18:04:53 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.youtube.com/user/popsugartvfit", "domain"=>"youtube.com", "url"=>{"longurl"=>"https://www.youtube.com/user/popsugartvfit", "domain"=>"youtube.com"}}

Can't verify CSRF token authenticity.

Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.youtube.com/user/popsugartvfit"], ["LIMIT", 1]]
↳ app/models/url.rb:25
 (0.7ms)  BEGIN
↳ app/models/url.rb:17
Url Create (0.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.youtube.com/user/popsugartvfit"], ["shorturl", "http://CKLB/S1eE"], ["domain", "youtube.com"], ["suffix", "S1eE"]]
↳ app/models/url.rb:17
Urlreport Load (0.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (1.6ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.7ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 57], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (44.0ms)  COMMIT
↳ app/models/url.rb:17
 (36.2ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (12.2ms)  {"id":43}

Completed 200 OK in 78ms (Views: 0.2ms | Searchkick: 12.2ms | ActiveRecord: 46.2ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 18:05:04 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.youtube.com/user/ScottHermanFitness", "domain"=>"youtube.com", "url"=>{"longurl"=>"https://www.youtube.com/user/ScottHermanFitness", "domain"=>"youtube.com"}}

Can't verify CSRF token authenticity.

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.youtube.com/user/ScottHermanFitness"], ["LIMIT", 1]]
↳ app/models/url.rb:25
 (0.4ms)  BEGIN
↳ app/models/url.rb:17
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.youtube.com/user/ScottHermanFitness"], ["shorturl", "http://CKLB/hEiE"], ["domain", "youtube.com"], ["suffix", "hEiE"]]
↳ app/models/url.rb:17
Urlreport Load (0.8ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.6ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 58], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (40.7ms)  COMMIT
↳ app/models/url.rb:17
Url Store (12.3ms)  {"id":44}

Completed 200 OK in 74ms (Views: 0.2ms | Searchkick: 12.3ms | ActiveRecord: 42.3ms)

 (76.6ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started POST “/urls” for 127.0.0.1 at 2019-01-25 18:05:17 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.youtube.com/user/TheFitnessMarshall", "domain"=>"youtube.com", "url"=>{"longurl"=>"https://www.youtube.com/user/TheFitnessMarshall", "domain"=>"youtube.com"}}

Can't verify CSRF token authenticity.

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.youtube.com/user/TheFitnessMarshall"], ["LIMIT", 1]]
↳ app/models/url.rb:25
 (0.5ms)  BEGIN
↳ app/models/url.rb:17
Url Create (1.2ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.youtube.com/user/TheFitnessMarshall"], ["shorturl", "http://CKLB/ZCiE"], ["domain", "youtube.com"], ["suffix", "ZCiE"]]
↳ app/models/url.rb:17
Urlreport Load (1.2ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (2.6ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 59], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (40.5ms)  COMMIT
↳ app/models/url.rb:17
 (33.3ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (88.1ms)  {"id":45}

Completed 200 OK in 203ms (Views: 0.2ms | Searchkick: 88.1ms | ActiveRecord: 42.7ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 18:05:53 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.youtube.com/user/TheFitnessMarshall", "domain"=>"youtube.com", "url"=>{"longurl"=>"https://www.youtube.com/user/TheFitnessMarshall", "domain"=>"youtube.com"}}

Can't verify CSRF token authenticity.

 (0.5ms)  BEGIN
↳ app/models/url.rb:17
Url Create (1.1ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.youtube.com/user/TheFitnessMarshall"], ["shorturl", "http://CKLB/ZCiE"], ["domain", "youtube.com"], ["suffix", "ZCiE"]]
↳ app/models/url.rb:17
Urlreport Load (4.0ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.4ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 60], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (41.1ms)  COMMIT
 (32.7ms)  COMMIT
↳ app/models/url.rb:17
↳ app/workers/convert_worker.rb:12
Url Store (10.0ms)  {"id":46}

Completed 200 OK in 70ms (Views: 0.2ms | Searchkick: 10.0ms | ActiveRecord: 42.8ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 18:06:04 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.youtube.com/channel/UCGMOauU8dOd4mv2bT3Tx57w", "domain"=>"youtube.com", "url"=>{"longurl"=>"https://www.youtube.com/channel/UCGMOauU8dOd4mv2bT3Tx57w", "domain"=>"youtube.com"}}

Can't verify CSRF token authenticity.

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.youtube.com/channel/UCGMOauU8dOd4mv2bT3Tx57w"], ["LIMIT", 1]]
↳ app/models/url.rb:25
 (0.7ms)  BEGIN
↳ app/models/url.rb:17
Url Create (0.7ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.youtube.com/channel/UCGMOauU8dOd4mv2bT3Tx57w"], ["shorturl", "http://CKLB/L$lF"], ["domain", "youtube.com"], ["suffix", "L$lF"]]
↳ app/models/url.rb:17
Urlreport Load (0.7ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.7ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (1.7ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 61], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (42.4ms)  COMMIT
↳ app/workers/convert_worker.rb:12
 (49.7ms)  COMMIT
↳ app/models/url.rb:17
Url Store (9.6ms)  {"id":47}

Completed 200 OK in 82ms (Views: 0.2ms | Searchkick: 9.6ms | ActiveRecord: 51.7ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 18:06:16 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.youtube.com/channel/UCEQi1ZNJiw3YMRwni0OLsTQ", "domain"=>"youtube.com", "url"=>{"longurl"=>"https://www.youtube.com/channel/UCEQi1ZNJiw3YMRwni0OLsTQ", "domain"=>"youtube.com"}}

Can't verify CSRF token authenticity.

Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.youtube.com/channel/UCEQi1ZNJiw3YMRwni0OLsTQ"], ["LIMIT", 1]]
↳ app/models/url.rb:25
 (0.2ms)  BEGIN
↳ app/models/url.rb:17
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.youtube.com/channel/UCEQi1ZNJiw3YMRwni0OLsTQ"], ["shorturl", "http://CKLB/flmF"], ["domain", "youtube.com"], ["suffix", "flmF"]]
↳ app/models/url.rb:17
Urlreport Load (0.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 62], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (58.4ms)  COMMIT
↳ app/models/url.rb:17
 (123.1ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (11.3ms)  {"id":48}

Completed 200 OK in 152ms (Views: 0.2ms | Searchkick: 11.3ms | ActiveRecord: 60.1ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 18:06:21 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.youtube.com/channel/UCEQi1ZNJiw3YMRwni0OLsTQ", "domain"=>"youtube.com", "url"=>{"longurl"=>"https://www.youtube.com/channel/UCEQi1ZNJiw3YMRwni0OLsTQ", "domain"=>"youtube.com"}}

Can't verify CSRF token authenticity.

 (0.2ms)  BEGIN
↳ app/models/url.rb:17
Url Create (0.8ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.youtube.com/channel/UCEQi1ZNJiw3YMRwni0OLsTQ"], ["shorturl", "http://CKLB/flmF"], ["domain", "youtube.com"], ["suffix", "flmF"]]
↳ app/models/url.rb:17
Urlreport Load (2.1ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.9ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 63], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (30.5ms)  COMMIT
 (37.7ms)  COMMIT
↳ app/workers/convert_worker.rb:12
↳ app/models/url.rb:17
Url Store (11.9ms)  {"id":49}

Completed 200 OK in 67ms (Views: 0.2ms | Searchkick: 11.9ms | ActiveRecord: 38.7ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 18:06:25 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.youtube.com/channel/UCEQi1ZNJiw3YMRwni0OLsTQ", "domain"=>"youtube.com", "url"=>{"longurl"=>"https://www.youtube.com/channel/UCEQi1ZNJiw3YMRwni0OLsTQ", "domain"=>"youtube.com"}}

Can't verify CSRF token authenticity.

 (0.5ms)  BEGIN
↳ app/models/url.rb:17
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.youtube.com/channel/UCEQi1ZNJiw3YMRwni0OLsTQ"], ["shorturl", "http://CKLB/flmF"], ["domain", "youtube.com"], ["suffix", "flmF"]]
↳ app/models/url.rb:17
Urlreport Load (1.6ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.5ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (2.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 64], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (41.6ms)  COMMIT
 (30.8ms)  COMMIT
↳ app/models/url.rb:17
↳ app/workers/convert_worker.rb:12
Url Store (26.5ms)  {"id":50}

Completed 200 OK in 90ms (Views: 0.5ms | Searchkick: 26.5ms | ActiveRecord: 42.5ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 18:07:45 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.youtube.com/channel/UCEQi1ZNJiw3YMRwni0OLsTQ", "domain"=>"youtube.com", "url"=>{"longurl"=>"https://www.youtube.com/channel/UCEQi1ZNJiw3YMRwni0OLsTQ", "domain"=>"youtube.com"}}

Can't verify CSRF token authenticity.

Url Load (64.6ms)  SELECT  "urls".* FROM "urls" WHERE (https://www.youtube.com/channel/UCEQi1ZNJiw3YMRwni0OLsTQ) ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:16

Completed 500 Internal Server Error in 70ms (ActiveRecord: 71.0ms)

ActiveRecord::StatementInvalid (PG::SyntaxError: ERROR: syntax error at or near “:” LINE 1: SELECT “urls”.* FROM “urls” WHERE (www.youtube.com/…

^

: SELECT “urls”.* FROM “urls” WHERE (www.youtube.com/channel/UCEQi1ZNJiw3YMRwni0OLsTQ) ORDER BY “urls”.“id” ASC LIMIT $1):

app/controllers/urls_controller.rb:16:in `block (2 levels) in create' app/controllers/urls_controller.rb:14:in `create' Started POST “/urls” for 127.0.0.1 at 2019-01-25 18:08:40 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.youtube.com/user/jordanyeohfitness", "domain"=>"youtube.com", "url"=>{"longurl"=>"https://www.youtube.com/user/jordanyeohfitness", "domain"=>"youtube.com"}}

Can't verify CSRF token authenticity.

Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE (https://www.youtube.com/user/jordanyeohfitness) ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:16

Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.9ms)

ActiveRecord::StatementInvalid (PG::SyntaxError: ERROR: syntax error at or near “:” LINE 1: SELECT “urls”.* FROM “urls” WHERE (www.youtube.com/…

^

: SELECT “urls”.* FROM “urls” WHERE (www.youtube.com/user/jordanyeohfitness) ORDER BY “urls”.“id” ASC LIMIT $1):

app/controllers/urls_controller.rb:16:in `block (2 levels) in create' app/controllers/urls_controller.rb:14:in `create' Started POST “/urls” for 127.0.0.1 at 2019-01-25 18:08:56 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"www.youtube.com/user/jordanyeohfitness", "domain"=>"youtube.com", "url"=>{"longurl"=>"www.youtube.com/user/jordanyeohfitness", "domain"=>"youtube.com"}}

Can't verify CSRF token authenticity.

Url Load (8.4ms)  SELECT  "urls".* FROM "urls" WHERE (www.youtube.com/user/jordanyeohfitness) ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:16

Completed 500 Internal Server Error in 10ms (ActiveRecord: 8.4ms)

ActiveRecord::StatementInvalid (PG::UndefinedTable: ERROR: missing FROM-clause entry for table “youtube” LINE 1: SELECT “urls”.* FROM “urls” WHERE (www.youtube.com/user/jor

^

: SELECT “urls”.* FROM “urls” WHERE (www.youtube.com/user/jordanyeohfitness) ORDER BY “urls”.“id” ASC LIMIT $1):

app/controllers/urls_controller.rb:16:in `block (2 levels) in create' app/controllers/urls_controller.rb:14:in `create' Started POST “/urls” for 127.0.0.1 at 2019-01-25 18:09:35 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"www.youtube.com/user/jordanyeohfitness", "domain"=>"youtube.com", "url"=>{"longurl"=>"www.youtube.com/user/jordanyeohfitness", "domain"=>"youtube.com"}}

Can't verify CSRF token authenticity.

Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.youtube.com/user/jordanyeohfitness"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:16
 (0.3ms)  BEGIN
↳ app/models/url.rb:17
Url Create (15.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "www.youtube.com/user/jordanyeohfitness"], ["shorturl", "http://CKLB/7xbD"], ["domain", "youtube.com"], ["suffix", "7xbD"]]
↳ app/models/url.rb:17
 (41.2ms)  COMMIT
↳ app/models/url.rb:17
Urlreport Load (0.4ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.3ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 65], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (40.9ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (38.8ms)  {"id":51}

Completed 200 OK in 136ms (Views: 0.3ms | Searchkick: 38.8ms | ActiveRecord: 61.9ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 18:09:49 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.youtube.com/user/saschafitness", "domain"=>"youtube.com", "url"=>{"longurl"=>"https://www.youtube.com/user/saschafitness", "domain"=>"youtube.com"}}

Can't verify CSRF token authenticity.

Url Load (9.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.youtube.com/user/saschafitness"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:16
 (0.4ms)  BEGIN
↳ app/models/url.rb:17
Url Create (0.9ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.youtube.com/user/saschafitness"], ["shorturl", "http://CKLB/aWdE"], ["domain", "youtube.com"], ["suffix", "aWdE"]]
↳ app/models/url.rb:17
Urlreport Load (0.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (1.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 66], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (42.4ms)  COMMIT
↳ app/models/url.rb:17
 (78.0ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (37.1ms)  {"id":52}

Completed 200 OK in 119ms (Views: 0.2ms | Searchkick: 37.1ms | ActiveRecord: 53.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-25 18:10:19 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://blog.hubspot.com/marketing/best-youtube-channels", "domain"=>"blog.hubspot.com", "url"=>{"longurl"=>"https://blog.hubspot.com/marketing/best-youtube-channels", "domain"=>"blog.hubspot.com"}}

Can't verify CSRF token authenticity.

Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://blog.hubspot.com/marketing/best-youtube-channels"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:16
 (1.7ms)  BEGIN
↳ app/models/url.rb:17
Url Create (0.9ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://blog.hubspot.com/marketing/best-youtube-channels"], ["shorturl", "http://sEQB/eXqF"], ["domain", "blog.hubspot.com"], ["suffix", "eXqF"]]
↳ app/models/url.rb:17
Urlreport Load (1.0ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-25"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.8ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 67], ["id", 3]]
↳ app/workers/convert_worker.rb:12
 (42.1ms)  COMMIT
 (32.9ms)  COMMIT
↳ app/models/url.rb:17
↳ app/workers/convert_worker.rb:12
Url Store (27.6ms)  {"id":53}

Completed 200 OK in 111ms (Views: 0.2ms | Searchkick: 27.6ms | ActiveRecord: 45.8ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-25 18:10:34 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.5ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (8.7ms)

Completed 200 OK in 182ms (Views: 177.0ms | ActiveRecord: 3.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 18:10:39 +0530 Processing by UrlsController#new as HTML Redirected to localhost:3000/user/login Completed 302 Found in 5ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-25 18:10:39 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.8ms)

Completed 200 OK in 76ms (Views: 26.0ms | ActiveRecord: 3.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-25 18:10:41 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"JJ7M4sVvduWdfA1LjNXJX5silPR/O2Pmh6IWFmpwZdi4ypnuWO4NQpHyGJhTR/mL+C5xLZD1tkV6hKM/hoir2g==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 4ms (ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 18:10:41 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.3ms)

Completed 200 OK in 83ms (Views: 62.8ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-25 18:10:43 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (3.4ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (5.9ms)

Completed 200 OK in 57ms (Views: 50.8ms | ActiveRecord: 3.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-25 18:10:45 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 74ms (Views: 72.1ms | ActiveRecord: 0.0ms)

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1000]]
Url Import (85.7ms)  {"count":53}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" LIMIT $1  [["LIMIT", 11]]
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" LIMIT $1  [["LIMIT", 11]]
 (0.6ms)  SELECT COUNT(*) FROM "urls"

Started GET “/” for 127.0.0.1 at 2019-01-26 11:03:22 +0530

 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (16.9ms)

Completed 200 OK in 424ms (Views: 417.1ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-26 11:03:26 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (69.8ms)

Completed 200 OK in 160ms (Views: 93.9ms | ActiveRecord: 46.3ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-26 11:03:28 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"30mGVjY5pvr6nAHDkyPICtFjt7Sw0SoulAzn48I45ppDHdNaq7jdXfYSFBBMsfjesm9SbV8f/41pKlLKLsAomA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.7ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 32ms (ActiveRecord: 1.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-26 11:03:28 +0530 Processing by UrlsController#new as HTML Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/models/url.rb:19: syntax error, unexpected ':', expecting ']' …r.suffix(webparams[0:(webparams.size)/2]) … ^ /Users/naveen/Documents/Internship/projectIntern/app/models/url.rb:19: syntax error, unexpected ']', expecting end …0:(webparams.size)/2]) … ^ /Users/naveen/Documents/Internship/projectIntern/app/models/url.rb:41: syntax error, unexpected end-of-input, expecting end):

app/models/url.rb:19: syntax error, unexpected ':', expecting ']' app/models/url.rb:19: syntax error, unexpected ']', expecting end app/models/url.rb:41: syntax error, unexpected end-of-input, expecting end app/controllers/urls_controller.rb:7:in `new' Started GET “/urls/new” for 127.0.0.1 at 2019-01-26 11:04:59 +0530 Processing by UrlsController#new as HTML Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/models/url.rb:19: syntax error, unexpected ')', expecting end …len = webparams.size)/2 … ^ /Users/naveen/Documents/Internship/projectIntern/app/models/url.rb:21: syntax error, unexpected ':', expecting ']' .…suffix(webparams[0 : len]) … ^ /Users/naveen/Documents/Internship/projectIntern/app/models/url.rb:32: syntax error, unexpected do (for lambda), expecting end …l}“, expires_in: 15.minutes) do … ^~ /Users/naveen/Documents/Internship/projectIntern/app/models/url.rb:37: syntax error, unexpected do (for lambda), expecting end …x}”, expires_in: 15.minutes) do … ^~ /Users/naveen/Documents/Internship/projectIntern/app/models/url.rb:41: syntax error, unexpected end, expecting end-of-input):

app/models/url.rb:19: syntax error, unexpected ')', expecting end app/models/url.rb:21: syntax error, unexpected ':', expecting ']' app/models/url.rb:32: syntax error, unexpected do (for lambda), expecting end app/models/url.rb:37: syntax error, unexpected do (for lambda), expecting end app/models/url.rb:41: syntax error, unexpected end, expecting end-of-input app/controllers/urls_controller.rb:7:in `new' Started GET “/urls/new” for 127.0.0.1 at 2019-01-26 11:05:16 +0530 Processing by UrlsController#new as HTML Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/models/url.rb:21: syntax error, unexpected ':', expecting ']' .…suffix(webparams[0 : len]) … ^ /Users/naveen/Documents/Internship/projectIntern/app/models/url.rb:43: syntax error, unexpected end-of-input, expecting end):

app/models/url.rb:21: syntax error, unexpected ':', expecting ']' app/models/url.rb:43: syntax error, unexpected end-of-input, expecting end app/controllers/urls_controller.rb:7:in `new' Started GET “/urls/new” for 127.0.0.1 at 2019-01-26 11:06:06 +0530 Processing by UrlsController#new as HTML Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/models/url.rb:43: syntax error, unexpected end-of-input, expecting end):

app/models/url.rb:43: syntax error, unexpected end-of-input, expecting end app/controllers/urls_controller.rb:7:in `new' Started GET “/urls/new” for 127.0.0.1 at 2019-01-26 11:06:17 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (1.9ms)

Completed 200 OK in 47ms (Views: 27.9ms | ActiveRecord: 4.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-26 11:06:31 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"yOacim7v3rxeXGYFfck0R7DGzGzy38WMi3EwKhfm+O0HktgK7zsEN0cEeqkaRVr+bWuOlh7PCHM1+EqvOAZzwQ==", "url"=>{"longurl"=>"https://www.facebook.com/pg/AMS.IIITA/posts/?ref=notif", "domain"=>"facebook.com"}, "commit"=>"Search"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.facebook.com/pg/AMS.IIITA/posts/?ref=notif"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:30
Url Load (2.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "http://vPLB/U1kE"], ["LIMIT", 1]]
↳ app/models/url.rb:17
 (0.8ms)  BEGIN
↳ app/models/url.rb:25
Url Create (0.9ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.facebook.com/pg/AMS.IIITA/posts/?ref=notif"], ["shorturl", "http://vPLB/U1kE"], ["domain", "facebook.com"], ["suffix", "U1kE"]]
↳ app/models/url.rb:25
Urlreport Load (1.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-26"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:10
Urlreport Create (0.6ms)  INSERT INTO "urlreports" ("count", "date") VALUES ($1, $2) RETURNING "id"  [["count", 1], ["date", "2019-01-26"]]
↳ app/workers/convert_worker.rb:10
 (413.6ms)  COMMIT
↳ app/models/url.rb:25
 (235.9ms)  COMMIT
↳ app/workers/convert_worker.rb:10
Url Store (67.7ms)  {"id":54}

Redirected to localhost:3000/urls/54 Completed 302 Found in 978ms (Searchkick: 67.7ms | ActiveRecord: 418.1ms)

Started GET “/urls/54” for 127.0.0.1 at 2019-01-26 11:06:32 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"54"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 54], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:53
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.6ms)

Completed 200 OK in 47ms (Views: 22.8ms | ActiveRecord: 0.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-26 11:18:10 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.0ms)

Completed 200 OK in 54ms (Views: 32.6ms | ActiveRecord: 7.5ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-26 11:18:16 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"WUrUTEqf+bj0ydmFxmj1ou2KNopdoHmpHEpfnRc4caRpDSK/eOeAjF621CsZ9vIBCAwT26Okaa/JiDFCMkERwg==", "url"=>{"longurl"=>"https://www.google.com/maps/place/Airtel+Express/@28.4343558,77.0586717,20z/data=!4m19!1m13!4m12!1m4!2m2!1d77.0556491!2d28.4316238!4e1!1m6!1m2!1s0x390d1887ca05c7a9:0x58e93e049a763712!2sAirtel+Express,+Booth+No.+63,+HUDA+Market,+Sector-46,+Gurgaon,+Huda+Colony,+Sector+46,+Sec-46,+Haryana+122001!2m2!1d77.058942!2d28.434679!3m4!1s0x390d1887ca05c7a9:0x58e93e049a763712!8m2!3d28.434679!4d77.058942", "domain"=>"google.com"}, "commit"=>"Search"}
Url Load (1.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.google.com/maps/place/Airtel+Express/@28.4343558,77.0586717,20z/data=!4m19!1m13!4m12!1m4!2m2!1d77.0556491!2d28.4316238!4e1!1m6!1m2!1s0x390d1887ca05c7a9:0x58e93e049a763712!2sAirtel+Express,+Booth+No.+63,+HUDA+Market,+Sector-46,+Gurgaon,+Huda+Colony,+Sector+46,+Sec-46,+Haryana+122001!2m2!1d77.058942!2d28.434679!3m4!1s0x390d1887ca05c7a9:0x58e93e049a763712!8m2!3d28.434679!4d77.058942"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:30

Completed 500 Internal Server Error in 5ms (ActiveRecord: 1.3ms)

ArgumentError (wrong number of arguments (given 1, expected 2)):

app/models/url.rb:36:in `Unique' app/models/url.rb:16:in `CreateLongUrl' app/controllers/urls_controller.rb:34:in `block (2 levels) in create' app/controllers/urls_controller.rb:14:in `create' Started POST “/urls” for 127.0.0.1 at 2019-01-26 11:18:26 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"9tFpwl1/Yqo6V+UXiJq3L4dLdbcv8lssi+nF7NOIQNA5pS1C3Ku4ISMP+bvvFtmWWuY3TcPiltM1YL9p/GjL/A==", "url"=>{"longurl"=>"https://www.google.com/maps/place/Airtel+Express/@28.4343558,77.0586717,20z/data=!4m19!1m13!4m12!1m4!2m2!1d77.0556491!2d28.4316238!4e1!1m6!1m2!1s0x390d1887ca05c7a9:0x58e93e049a763712!2sAirtel+Express,+Booth+No.+63,+HUDA+Market,+Sector-46,+Gurgaon,+Huda+Colony,+Sector+46,+Sec-46,+Haryana+122001!2m2!1d77.058942!2d28.434679!3m4!1s0x390d1887ca05c7a9:0x58e93e049a763712!8m2!3d28.434679!4d77.058942", "domain"=>"google.com"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.google.com/maps/place/Airtel+Express/@28.4343558,77.0586717,20z/data=!4m19!1m13!4m12!1m4!2m2!1d77.0556491!2d28.4316238!4e1!1m6!1m2!1s0x390d1887ca05c7a9:0x58e93e049a763712!2sAirtel+Express,+Booth+No.+63,+HUDA+Market,+Sector-46,+Gurgaon,+Huda+Colony,+Sector+46,+Sec-46,+Haryana+122001!2m2!1d77.058942!2d28.434679!3m4!1s0x390d1887ca05c7a9:0x58e93e049a763712!8m2!3d28.434679!4d77.058942"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:30
Url Load (1.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "LBN0C"], ["LIMIT", 1]]
↳ app/models/url.rb:37
 (0.2ms)  BEGIN
↳ app/models/url.rb:20
Url Create (0.9ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.google.com/maps/place/Airtel+Express/@28.4343558,77.0586717,20z/data=!4m19!1m13!4m12!1m4!2m2!1d77.0556491!2d28.4316238!4e1!1m6!1m2!1s0x390d1887ca05c7a9:0x58e93e049a763712!2sAirtel+Express,+Booth+No.+63,+HUDA+Market,+Sector-46,+Gurgaon,+Huda+Colony,+Sector+46,+Sec-46,+Haryana+122001!2m2!1d77.058942!2d28.434679!3m4!1s0x390d1887ca05c7a9:0x58e93e049a763712!8m2!3d28.434679!4d77.058942"], ["shorturl", "http://OwKB/LBN0C"], ["domain", "google.com"], ["suffix", "LBN0C"]]
↳ app/models/url.rb:20
 (0.6ms)  COMMIT
↳ app/models/url.rb:20
Urlreport Load (4.2ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-26"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.4ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (1.8ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 2], ["id", 4]]
↳ app/workers/convert_worker.rb:12
Url Store (148.4ms)  {"id":55}

Redirected to localhost:3000/urls/55 Completed 302 Found in 259ms (Searchkick: 148.4ms | ActiveRecord: 8.2ms)

Started GET “/urls/55” for 127.0.0.1 at 2019-01-26 11:18:27 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"55"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 55], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:53
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)
 (40.2ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Completed 200 OK in 39ms (Views: 35.5ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-26 11:18:33 +0530 Processing by UrlsController#new as HTML Redirected to localhost:3000/user/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-26 11:18:33 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.8ms)

Completed 200 OK in 58ms (Views: 27.6ms | ActiveRecord: 15.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-26 11:18:35 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"35VHT/ieH77ErVaWju0R7+NBf/i9YVhiSs+T69lMqwhDwRJDZR9kGcgjQ0VRfyE7gE2aIVKvjcG36SbCNbRlCg==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.4ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 6ms (ActiveRecord: 1.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-26 11:18:35 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (28.2ms)

Completed 200 OK in 55ms (Views: 53.7ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-26 11:18:42 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"P/ze7YzRXF5Db8KueVLRwWQReHiQTKNEry6J6gJvjzPwiJptDQWG1Vo33gIe3r94ubw6gnxcbrsRp/NvLY8EHw==", "url"=>{"longurl"=>"https://www.google.com/maps/place/Airtel+Express/@28.4343558,77.0586717,20z/data=!4m19!1m13!4m12!1m4!2m2!1d77.0556491!2d28.4316238!4e1!1m6!1m2!1s0x390d1887ca05c7a9:0x58e93e049a763712!2sAirtel+Express,+Booth+No.+63,+HUDA+Market,+Sector-46,+Gurgaon,+Huda+Colony,+Sector+46,+Sec-46,+Haryana+122001!2m2!1d77.058942!2d28.434679!3m4!1s0x390d1887ca05c7a9:0x58e93e049a763712!8m2!3d28.434679!4d77.058942", "domain"=>"google.com"}, "commit"=>"Search"}
Url Load (1.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.google.com/maps/place/Airtel+Express/@28.4343558,77.0586717,20z/data=!4m19!1m13!4m12!1m4!2m2!1d77.0556491!2d28.4316238!4e1!1m6!1m2!1s0x390d1887ca05c7a9:0x58e93e049a763712!2sAirtel+Express,+Booth+No.+63,+HUDA+Market,+Sector-46,+Gurgaon,+Huda+Colony,+Sector+46,+Sec-46,+Haryana+122001!2m2!1d77.058942!2d28.434679!3m4!1s0x390d1887ca05c7a9:0x58e93e049a763712!8m2!3d28.434679!4d77.058942"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:30

Redirected to localhost:3000/urls/55 Completed 302 Found in 5ms (ActiveRecord: 1.2ms)

Started GET “/urls/55” for 127.0.0.1 at 2019-01-26 11:18:42 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"55"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 55], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:53
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 33ms (Views: 30.2ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-26 11:18:47 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.8ms)

Completed 200 OK in 50ms (Views: 47.0ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-26 11:19:05 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"ylk5R5UWs7Xpxc9mQ7eOYMCYOstwEe8gSTDwNF2dZWr6Hs+0p27KgUO6wsicKYnDJR4fmo4V/yac8p7reOQFDA==", "url"=>{"longurl"=>"www.google.com/fgygjhghhghhguifgifg", "domain"=>"google.com"}, "commit"=>"Search"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.google.com/fgygjhghhghhguifgifg"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:30
Url Load (2.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "qY7D"], ["LIMIT", 1]]
↳ app/models/url.rb:37
 (0.3ms)  BEGIN
↳ app/models/url.rb:20
Url Create (0.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "www.google.com/fgygjhghhghhguifgifg"], ["shorturl", "http://OwKB/qY7D"], ["domain", "google.com"], ["suffix", "qY7D"]]
↳ app/models/url.rb:20
Urlreport Load (1.3ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-26"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.4ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 3], ["id", 4]]
↳ app/workers/convert_worker.rb:12
 (40.6ms)  COMMIT
 (35.9ms)  COMMIT
↳ app/workers/convert_worker.rb:12
↳ app/models/url.rb:20
Url Store (33.9ms)  {"id":56}

Redirected to localhost:3000/urls/56 Completed 302 Found in 128ms (Searchkick: 33.9ms | ActiveRecord: 44.4ms)

Started GET “/urls/56” for 127.0.0.1 at 2019-01-26 11:19:05 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"56"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 56], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:53
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.6ms)

Completed 200 OK in 32ms (Views: 29.7ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-26 11:20:23 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.3ms)

Completed 200 OK in 68ms (Views: 35.7ms | ActiveRecord: 5.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-26 11:20:35 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"pESDEem81BMcfPp4BJ0Altgq1gH1eH2UOIzdJViy2NuUA3Xi28StJ7YD99bbAwc1PazzUAt8bZLtTrP6fcu4vQ==", "url"=>{"longurl"=>"https://www.rubyguides.com/2015/03/ruby-random/", "domain"=>"rubyguides.com"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.rubyguides.com/2015/03/ruby-random/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:30
Url Load (1.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "bWdE"], ["LIMIT", 1]]
↳ app/models/url.rb:37
 (2.5ms)  BEGIN
↳ app/models/url.rb:20
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.rubyguides.com/2015/03/ruby-random/"], ["shorturl", "http://ApOB/bWdE"], ["domain", "rubyguides.com"], ["suffix", "bWdE"]]
↳ app/models/url.rb:20
Urlreport Load (0.6ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-26"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (40.8ms)  COMMIT
↳ app/models/url.rb:20
 (0.4ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (4.4ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 4], ["id", 4]]
↳ app/workers/convert_worker.rb:12
 (1.0ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (31.3ms)  {"id":57}

Redirected to localhost:3000/urls/57 Completed 302 Found in 141ms (Searchkick: 31.3ms | ActiveRecord: 45.3ms)

Started GET “/urls/57” for 127.0.0.1 at 2019-01-26 11:20:36 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"57"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 57], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:53
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 36ms (Views: 32.9ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-26 11:20:37 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.8ms)

Completed 200 OK in 49ms (Views: 44.5ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-26 11:20:42 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.7ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (10.1ms)

Completed 200 OK in 81ms (Views: 73.0ms | ActiveRecord: 4.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-26 11:20:45 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 83ms (Views: 79.4ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-26 11:20:58 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"TIw9K0tBjTM3wuTk3QWKXU8rPbyuE2JFObBoIvwsD/R8y8vYeTn0B5296UoCm43+qq0Y7VAXckPscgb92VVvkg==", "url"=>{"longurl"=>"https://stackoverflow.com/questions/11404156/how-do-i-replace-text-in-a-selection", "domain"=>"stackoverflow.com"}, "commit"=>"Search"}
Url Load (7.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://stackoverflow.com/questions/11404156/how-do-i-replace-text-in-a-selection"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:30
Url Load (1.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "RUIH"], ["LIMIT", 1]]
↳ app/models/url.rb:37
 (0.3ms)  BEGIN
↳ app/models/url.rb:20
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://stackoverflow.com/questions/11404156/how-do-i-replace-text-in-a-selection"], ["shorturl", "http://PWRB/RUIH"], ["domain", "stackoverflow.com"], ["suffix", "RUIH"]]
↳ app/models/url.rb:20
Urlreport Load (0.8ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-26"], ["LIMIT", 1]]
 (7.3ms)  COMMIT
↳ app/workers/convert_worker.rb:5
↳ app/models/url.rb:20
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.9ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 5], ["id", 4]]
↳ app/workers/convert_worker.rb:12
 (5.5ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (44.7ms)  {"id":58}

Redirected to localhost:3000/urls/58 Completed 302 Found in 178ms (Searchkick: 44.7ms | ActiveRecord: 17.0ms)

Started GET “/urls/58” for 127.0.0.1 at 2019-01-26 11:20:58 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"58"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 58], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:53
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 37ms (Views: 33.1ms | ActiveRecord: 0.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-26 11:21:00 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.1ms)

Completed 200 OK in 64ms (Views: 56.5ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-26 17:18:17 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (5.0ms)

Completed 200 OK in 432ms (Views: 426.3ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-26 17:18:28 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.3ms)

Completed 200 OK in 66ms (Views: 63.3ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-26 23:45:31 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (4.8ms)

Completed 200 OK in 357ms (Views: 350.2ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-27 10:24:08 +0530

 (60.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://blog.hubspot.com/marketing/best-youtube-channels", "domain"=>"blog.hubspot.com", "url"=>{"longurl"=>"https://blog.hubspot.com/marketing/best-youtube-channels", "domain"=>"blog.hubspot.com"}}

Can't verify CSRF token authenticity.

Url Load (56.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://blog.hubspot.com/marketing/best-youtube-channels"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:16

Completed 200 OK in 133ms (Views: 0.3ms | ActiveRecord: 154.3ms)

Started GET “/” for 127.0.0.1 at 2019-01-27 10:24:37 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (14.5ms)

Completed 200 OK in 456ms (Views: 453.9ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-27 10:24:41 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (70.5ms)

Completed 200 OK in 256ms (Views: 139.5ms | ActiveRecord: 47.2ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-27 10:24:43 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.5ms)

Completed 200 OK in 76ms (Views: 28.6ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-27 10:24:51 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.1ms)

Completed 200 OK in 67ms (Views: 62.3ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-27 10:24:54 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (4.5ms)

Completed 200 OK in 62ms (Views: 58.4ms | ActiveRecord: 0.0ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-27 10:25:11 +0530 Processing by UsersController#signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZJoOj60vqqLopwHja4hoMm0budSzwjF3fmYMVCV72GlNWZUV8eY8rfLAE+vMU171g2fMdiEHByPNHAC+L3BhBg==", "user"=>{"username"=>"sushmita", "email"=>"sushmita@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"signup"}

Unpermitted parameter: :password_confirmation

User Load (39.4ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "sushmita@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:15
User Load (0.9ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "sushmita"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18
 (0.3ms)  BEGIN
↳ app/controllers/users_controller.rb:22
User Exists (0.6ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "sushmita"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:22
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "sushmita@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:22
User Create (27.1ms)  INSERT INTO "users" ("username", "email", "password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["username", "sushmita"], ["email", "sushmita@gmail.com"], ["password", "t115wt347jn560ku781c2927441028"], ["created_at", "2019-01-27 04:55:11.469834"], ["updated_at", "2019-01-27 04:55:11.469834"]]
↳ app/controllers/users_controller.rb:22
 (0.6ms)  COMMIT
↳ app/controllers/users_controller.rb:22

Redirected to localhost:3000/urls/new Completed 302 Found in 83ms (ActiveRecord: 69.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-27 10:25:11 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.9ms)

Completed 200 OK in 62ms (Views: 33.0ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-27 10:25:50 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"A1H6F0vmJQVJvLuhm1EaU615tPeAXIXPGiCdc9Ux0dMoyTCyIL/Pwne+PMopwH71FAqK/FVTvvTVdTuTreTCtQ==", "url"=>{"longurl"=>"https://www.geeksforgeeks.org/", "domain"=>"geeksforgeeks.org"}, "commit"=>"Search"}
Url Load (1.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.geeksforgeeks.org/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:30
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "P12C"], ["LIMIT", 1]]
↳ app/models/url.rb:37
 (0.2ms)  BEGIN
↳ app/models/url.rb:20
Url Create (28.7ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.geeksforgeeks.org/"], ["shorturl", "http://nTRB/P12C"], ["domain", "geeksforgeeks.org"], ["suffix", "P12C"]]
↳ app/models/url.rb:20
 (40.5ms)  COMMIT
↳ app/models/url.rb:20
Urlreport Load (127.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-27"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:10
Urlreport Create (205.1ms)  INSERT INTO "urlreports" ("count", "date") VALUES ($1, $2) RETURNING "id"  [["count", 1], ["date", "2019-01-27"]]
↳ app/workers/convert_worker.rb:10
 (40.7ms)  COMMIT
↳ app/workers/convert_worker.rb:10
Url Store (78.5ms)  {"id":59}

Redirected to localhost:3000/urls/59 Completed 302 Found in 805ms (Searchkick: 78.5ms | ActiveRecord: 71.8ms)

Started GET “/urls/59” for 127.0.0.1 at 2019-01-27 10:25:50 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"59"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 59], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:53
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 49ms (Views: 27.9ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-27 10:25:55 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.8ms)

Completed 200 OK in 49ms (Views: 45.5ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-27 10:25:58 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.5ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (13.5ms)

Completed 200 OK in 42ms (Views: 31.2ms | ActiveRecord: 7.9ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-27 10:26:14 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.3ms)

Completed 200 OK in 39ms (Views: 35.6ms | ActiveRecord: 0.0ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-27 10:26:17 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (71.6ms)

Completed 200 OK in 116ms (Views: 108.0ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-27 10:50:55 +0530 Processing by UrlsController#new as HTML Redirected to localhost:3000/user/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-27 10:50:55 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.3ms)

Completed 200 OK in 26ms (Views: 24.4ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-27 11:32:35 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"LKF6eFmO68+YNLsmcaS3LeImS+9BEWfXPtCSeCznBIB6MF5Q44yd2ieO3sI1AGMpKzOfKTRXS41qWn4xHtShDw==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.3ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 8ms (ActiveRecord: 4.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-27 11:32:35 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.0ms)

Completed 200 OK in 24ms (Views: 23.1ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-27 11:32:38 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (4.8ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (12.3ms)

Completed 200 OK in 49ms (Views: 37.1ms | ActiveRecord: 8.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-27 11:32:40 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 71ms (Views: 67.2ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-27 11:32:42 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.2ms)

Completed 200 OK in 47ms (Views: 44.0ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-27 18:13:22 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (2.9ms)

Completed 200 OK in 163ms (Views: 158.5ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-27 20:19:58 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.7ms)

Completed 200 OK in 72ms (Views: 70.6ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-27 20:20:00 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.7ms)

Completed 200 OK in 53ms (Views: 33.6ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-27 20:20:02 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"jghYJocZN9Wor1wPHf2Ob1YAh0wm7XXx9wstSaXTxVjYmXwOPRtBwBcVOetZWVprnxVTilOrWaujgcEAl+Bg1w==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (3.2ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 15ms (ActiveRecord: 7.1ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-27 20:20:02 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.5ms)

Completed 200 OK in 107ms (Views: 81.5ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-27 20:20:05 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.6ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (5.1ms)

Completed 200 OK in 154ms (Views: 148.8ms | ActiveRecord: 2.1ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-27 20:20:07 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (22.0ms)

Completed 200 OK in 122ms (Views: 120.1ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-27 20:20:10 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.4ms)

Completed 200 OK in 47ms (Views: 43.5ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-27 21:16:26 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.0ms)

Completed 200 OK in 90ms (Views: 88.0ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-27 21:17:27 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.interviewchacha.com/referral-jobs/?exp=0&city_id=89", "domain"=>"interviewchacha.com", "url"=>{"longurl"=>"https://www.interviewchacha.com/referral-jobs/?exp=0&city_id=89", "domain"=>"interviewchacha.com"}}

Can't verify CSRF token authenticity.

Url Load (2.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.interviewchacha.com/referral-jobs/?exp=0&city_id=89"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:16
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "KBuF"], ["LIMIT", 1]]
↳ app/models/url.rb:37
 (0.3ms)  BEGIN
↳ app/models/url.rb:20
Url Create (1.7ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.interviewchacha.com/referral-jobs/?exp=0&city_id=89"], ["shorturl", "http://enTB/KBuF"], ["domain", "interviewchacha.com"], ["suffix", "KBuF"]]
↳ app/models/url.rb:20
Urlreport Load (2.2ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-27"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.3ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (30.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 2], ["id", 5]]
↳ app/workers/convert_worker.rb:12
 (643.7ms)  COMMIT
↳ app/models/url.rb:20
 (320.4ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (59.2ms)  {"id":60}

Completed 200 OK in 875ms (Views: 0.2ms | Searchkick: 59.2ms | ActiveRecord: 654.9ms)

Started GET “/url/long?shorturl=enTB/KBuF” for 127.0.0.1 at 2019-01-27 21:17:49 +0530 Processing by UrlsController#long as /

Parameters: {"shorturl"=>"http://enTB/KBuF"}
Url Load (1.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "http://enTB/KBuF"], ["LIMIT", 1]]
↳ app/models/url.rb:28

Completed 200 OK in 10ms (Views: 0.5ms | ActiveRecord: 1.9ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-27 21:18:19 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.facebook.com/groups/placementplatform/?notif_id=1548601579006553&notif_t=group_r2j_approved", "domain"=>"facebook.com", "url"=>{"longurl"=>"https://www.facebook.com/groups/placementplatform/?notif_id=1548601579006553&notif_t=group_r2j_approved", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.facebook.com/groups/placementplatform/?notif_id=1548601579006553&notif_t=group_r2j_approved"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:16
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "fX1J"], ["LIMIT", 1]]
↳ app/models/url.rb:37
 (0.1ms)  BEGIN
↳ app/models/url.rb:20
Url Create (120.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.facebook.com/groups/placementplatform/?notif_id=1548601579006553&notif_t=group_r2j_approved"], ["shorturl", "http://vPLB/fX1J"], ["domain", "facebook.com"], ["suffix", "fX1J"]]
↳ app/models/url.rb:20
Urlreport Load (1.3ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-27"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.3ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.4ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 3], ["id", 5]]
↳ app/workers/convert_worker.rb:12
 (6.6ms)  COMMIT
 (0.4ms)  COMMIT
↳ app/models/url.rb:20
↳ app/workers/convert_worker.rb:12
Url Store (84.2ms)  {"id":61}

Completed 200 OK in 311ms (Views: 0.3ms | Searchkick: 84.2ms | ActiveRecord: 128.1ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-27 21:19:50 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.facebook.com/groups/placementgroup_r2j_approved", "domain"=>"facebook.com", "url"=>{"longurl"=>"https://www.facebook.com/groups/placementgroup_r2j_approved", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.facebook.com/groups/placementgroup_r2j_approved"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:16
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "8*uF"], ["LIMIT", 1]]
↳ app/models/url.rb:37
 (0.2ms)  BEGIN
↳ app/models/url.rb:20
Url Create (0.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.facebook.com/groups/placementgroup_r2j_approved"], ["shorturl", "http://vPLB/8*uF"], ["domain", "facebook.com"], ["suffix", "8*uF"]]
↳ app/models/url.rb:20
Urlreport Load (0.4ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-27"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.1ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.3ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 4], ["id", 5]]
↳ app/workers/convert_worker.rb:12
 (39.8ms)  COMMIT
 (36.8ms)  COMMIT
↳ app/models/url.rb:20
↳ app/workers/convert_worker.rb:12
Url Store (73.2ms)  {"id":62}

Completed 200 OK in 222ms (Views: 0.3ms | Searchkick: 73.2ms | ActiveRecord: 41.5ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-27 21:20:07 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.facebook.com/groups/placementplatform//?notif_id=1548601574400833&notif_t=group_member_badge", "domain"=>"facebook.com", "url"=>{"longurl"=>"https://www.facebook.com/groups/placementplatform//?notif_id=1548601574400833&notif_t=group_member_badge", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (3.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.facebook.com/groups/placementplatform//?notif_id=1548601574400833&notif_t=group_member_badge"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:16
Url Load (4.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "O02J"], ["LIMIT", 1]]
↳ app/models/url.rb:37
 (0.3ms)  BEGIN
↳ app/models/url.rb:20
Url Create (0.9ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.facebook.com/groups/placementplatform//?notif_id=1548601574400833&notif_t=group_member_badge"], ["shorturl", "http://vPLB/O02J"], ["domain", "facebook.com"], ["suffix", "O02J"]]
↳ app/models/url.rb:20
Urlreport Load (0.6ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-27"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.5ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.4ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 5], ["id", 5]]
↳ app/workers/convert_worker.rb:12
 (40.9ms)  COMMIT
↳ app/models/url.rb:20
 (86.1ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (43.3ms)  {"id":63}

Completed 200 OK in 261ms (Views: 0.3ms | Searchkick: 43.3ms | ActiveRecord: 49.2ms)

Started GET “/” for 127.0.0.1 at 2019-01-28 10:10:52 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.5ms)

Completed 200 OK in 454ms (Views: 452.8ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-28 10:11:42 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.4ms)

Completed 200 OK in 69ms (Views: 25.1ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-28 10:25:39 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.0ms)

Completed 200 OK in 177ms (Views: 62.9ms | ActiveRecord: 12.1ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-28 10:25:42 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 68ms (Views: 26.3ms | ActiveRecord: 0.0ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-28 10:26:01 +0530 Processing by UsersController#signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"4gDKyLuiyhWncn820etLYKjH5TFBQ5k29gBRGBnNo1DLw1FS52tcGr0VbT52MH2nRruQk9OGr2JFel3yE8YaPw==", "user"=>{"username"=>"bharti", "email"=>"bharti@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"signup"}

Unpermitted parameter: :password_confirmation Completed 500 Internal Server Error in 21ms (ActiveRecord: 0.0ms)

NoMethodError (undefined method `CreateUser' for #<Class:0x00007ff35d475948> Did you mean? create):

app/controllers/users_controller.rb:12:in `signup' Started POST “/users/signup” for 127.0.0.1 at 2019-01-28 10:26:28 +0530 Processing by UsersController#signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"pI06BTuM0UVGoFlBZJfccCv1WFjTrxK7dzeAbWDjUrePFfCgUNU7gnii3irWBrjWkoZmUwagKYC4YiaNGDZB0Q==", "user"=>{"username"=>"bharti", "email"=>"bharti@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"signup"}

Unpermitted parameter: :password_confirmation

User Load (1.1ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "bharti@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:14
User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "bharti"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:17
 (0.2ms)  BEGIN
↳ app/controllers/users_controller.rb:21
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "bharti"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:21
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "bharti@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:21
User Create (34.8ms)  INSERT INTO "users" ("username", "email", "password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["username", "bharti"], ["email", "bharti@gmail.com"], ["password", "c98jb299tu529k268344784"], ["created_at", "2019-01-28 04:56:28.455968"], ["updated_at", "2019-01-28 04:56:28.455968"]]
↳ app/controllers/users_controller.rb:21
 (423.4ms)  COMMIT
↳ app/controllers/users_controller.rb:21

Redirected to localhost:3000/urls/new Completed 302 Found in 486ms (ActiveRecord: 464.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 10:26:28 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.4ms)

Completed 200 OK in 77ms (Views: 32.0ms | ActiveRecord: 3.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 10:28:33 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 58ms (Views: 38.0ms | ActiveRecord: 5.1ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 10:28:35 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.7ms)

Completed 200 OK in 34ms (Views: 32.5ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 10:28:35 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 70ms (Views: 68.0ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 10:28:54 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.5ms)

Completed 200 OK in 37ms (Views: 34.8ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-28 10:28:55 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.8ms)

Completed 200 OK in 77ms (Views: 37.6ms | ActiveRecord: 17.3ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-28 10:28:57 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"gRS8Lvfp0ttPI4CzDmF3ljaiPwQ0O8Kh3MhPGC7DqcLXhZgGTeukzvCZ5VdKxaOS/7frwkF97vuIQqNRHPAMTQ==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:45

Redirected to localhost:3000/urls/new Completed 302 Found in 3ms (ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 10:28:57 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.5ms)

Completed 200 OK in 31ms (Views: 29.2ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 10:29:40 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.7ms)

Completed 200 OK in 36ms (Views: 33.3ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-28 10:29:58 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.6ms)

Completed 200 OK in 70ms (Views: 68.1ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-28 10:30:02 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (4.2ms)

Completed 200 OK in 56ms (Views: 53.1ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-28 10:30:06 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.7ms)

Completed 200 OK in 59ms (Views: 55.2ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-28 10:30:24 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"7aLT1l9nxiZ3c/FttNKBP7J13D16m4FjLhZcUS+Zp7m7M/f+5WWwM8jJlInwdlU7e2AI+w/drTl6nLAYHaoCNg==", "user"=>{"email"=>"bharti@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (4.9ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "bharti@gmail.com"], ["password", "c98jb299tu529k268344784"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:45

Redirected to localhost:3000/urls/new Completed 302 Found in 9ms (ActiveRecord: 4.9ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 10:30:24 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 34ms (Views: 31.9ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 10:30:53 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.7ms)

Completed 200 OK in 37ms (Views: 34.8ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 10:31:49 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.0ms)

Completed 200 OK in 52ms (Views: 49.2ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 10:32:08 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.7ms)

Completed 200 OK in 62ms (Views: 59.7ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 10:32:19 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.0ms)

Completed 200 OK in 40ms (Views: 38.4ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 10:32:21 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 33ms (Views: 31.4ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 10:32:27 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.0ms)

Completed 200 OK in 46ms (Views: 43.2ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 10:32:28 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.0ms)

Completed 200 OK in 35ms (Views: 32.8ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 10:32:28 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (1.8ms)

Completed 200 OK in 34ms (Views: 32.4ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 10:32:28 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.3ms)

Completed 200 OK in 38ms (Views: 35.8ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 10:32:29 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.9ms)

Completed 200 OK in 46ms (Views: 44.5ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 10:32:29 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.5ms)

Completed 200 OK in 54ms (Views: 52.6ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 10:32:35 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.2ms)

Completed 200 OK in 39ms (Views: 36.0ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 10:32:35 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.0ms)

Completed 200 OK in 37ms (Views: 35.5ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 10:32:36 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.0ms)

Completed 200 OK in 66ms (Views: 63.5ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 10:32:36 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.0ms)

Completed 200 OK in 41ms (Views: 39.2ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 10:32:36 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.0ms)

Completed 200 OK in 45ms (Views: 42.6ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 10:32:36 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.9ms)

Completed 200 OK in 41ms (Views: 38.9ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 10:32:42 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.4ms)

Completed 200 OK in 35ms (Views: 33.6ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 10:32:42 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (1.8ms)

Completed 200 OK in 39ms (Views: 37.9ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 10:32:48 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.8ms)

Completed 200 OK in 47ms (Views: 44.7ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 10:32:49 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 36ms (Views: 35.2ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-28 10:32:52 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.5ms)

Completed 200 OK in 48ms (Views: 46.7ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-28 10:32:54 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"XUGYBtbZbqwWuH7muaLA/RSJGYYKCn/pg084zm60Xf8L0LwubNsYuakCGwL9BhT53ZzNQH9MU7PXxdSHXIf4cA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (2.1ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:45

Redirected to localhost:3000/urls/new Completed 302 Found in 6ms (ActiveRecord: 2.1ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 10:32:54 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 30ms (Views: 28.2ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 10:33:15 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.5ms)

Completed 200 OK in 34ms (Views: 31.8ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 10:33:16 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.0ms)

Completed 200 OK in 74ms (Views: 72.9ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-28 10:33:19 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.3ms)

Completed 200 OK in 46ms (Views: 43.0ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-28 10:33:20 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"NjVcrsiOOawDweML+Ev4GUd6PAC/NKQFLzNqpf3Zo8BgpHiGcoxPubx7hu+87ywdjm/oxspyiF97uYbsz+oGTw==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.9ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:45

Redirected to localhost:3000/urls/new Completed 302 Found in 6ms (ActiveRecord: 1.9ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 10:33:20 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 47ms (Views: 44.9ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-28 10:33:25 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.3ms)

Completed 200 OK in 30ms (Views: 29.1ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-28 10:33:27 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"PJmwvYtNWz2y1XCZSYDpi3mHNA8Zfi9MPShNrjsDarMXAXoY4BSx+ozX9/L7EY0twPQKBMxxFHfyfetOQ9Z51Q==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:45

Redirected to localhost:3000/urls/new Completed 302 Found in 3ms (ActiveRecord: 0.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 10:33:27 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.0ms)

Completed 200 OK in 31ms (Views: 29.2ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 10:33:33 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 43ms (Views: 40.5ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-28 10:33:45 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.7ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (10.1ms)

Completed 200 OK in 47ms (Views: 30.0ms | ActiveRecord: 4.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 10:33:56 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.6ms)

Completed 200 OK in 67ms (Views: 59.3ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-28 10:34:09 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"te5d47IyRwTo4o90CLNVzMRXmfTqUpTwXD2dCxzTX6lKNlxWP0pZUP1VTQY1F76evi7gBzOJThOHq51EmpxLlA==", "url"=>{"longurl"=>"https://github.com/elastic/elasticsearch-rails/blob/master/elasticsearch-rails/README.md", "domain"=>"github.com"}, "commit"=>"Search"}
Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://github.com/elastic/elasticsearch-rails/blob/master/elasticsearch-rails/README.md"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:30
Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "ZjRI"], ["LIMIT", 1]]
↳ app/models/url.rb:37
 (0.2ms)  BEGIN
↳ app/models/url.rb:20
Url Create (0.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://github.com/elastic/elasticsearch-rails/blob/master/elasticsearch-rails/README.md"], ["shorturl", "http://UwKB/ZjRI"], ["domain", "github.com"], ["suffix", "ZjRI"]]
↳ app/models/url.rb:20
 (41.1ms)  COMMIT
↳ app/models/url.rb:20
Urlreport Load (0.9ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-28"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.5ms)  BEGIN
↳ app/workers/convert_worker.rb:10
Urlreport Create (1.0ms)  INSERT INTO "urlreports" ("count", "date") VALUES ($1, $2) RETURNING "id"  [["count", 1], ["date", "2019-01-28"]]
↳ app/workers/convert_worker.rb:10
Url Store (16.5ms)  {"id":64}

Redirected to localhost:3000/urls/64 Completed 302 Found in 139ms (Searchkick: 16.5ms | ActiveRecord: 43.8ms)

 (41.3ms)  COMMIT
↳ app/workers/convert_worker.rb:10

Started GET “/urls/64” for 127.0.0.1 at 2019-01-28 10:34:09 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"64"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 64], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:53
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 45ms (Views: 29.5ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 10:34:12 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.6ms)

Completed 200 OK in 51ms (Views: 46.3ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-28 10:34:15 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.5ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (5.1ms)

Completed 200 OK in 51ms (Views: 47.7ms | ActiveRecord: 0.5ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-28 10:34:35 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.4ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:35
Rendered urlreports/index.html.erb within layouts/application (2.5ms)

Completed 200 OK in 71ms (Views: 69.9ms | ActiveRecord: 0.4ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-28 10:34:56 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.4ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:35
Rendered urlreports/index.html.erb within layouts/application (2.4ms)

Completed 200 OK in 33ms (Views: 31.3ms | ActiveRecord: 0.4ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-28 10:34:57 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.5ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:35
Rendered urlreports/index.html.erb within layouts/application (3.0ms)

Completed 200 OK in 36ms (Views: 34.4ms | ActiveRecord: 0.5ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-28 10:34:57 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.6ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:35
Rendered urlreports/index.html.erb within layouts/application (2.5ms)

Completed 200 OK in 42ms (Views: 40.4ms | ActiveRecord: 0.6ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-28 10:34:57 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.4ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:35
Rendered urlreports/index.html.erb within layouts/application (2.4ms)

Completed 200 OK in 38ms (Views: 36.5ms | ActiveRecord: 0.4ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-28 10:34:58 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.8ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:35
Rendered urlreports/index.html.erb within layouts/application (2.7ms)

Completed 200 OK in 41ms (Views: 39.4ms | ActiveRecord: 0.8ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-28 10:34:58 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (1.3ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:35
Rendered urlreports/index.html.erb within layouts/application (4.0ms)

Completed 200 OK in 43ms (Views: 41.2ms | ActiveRecord: 1.3ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-28 10:34:58 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (2.2ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:35
Rendered urlreports/index.html.erb within layouts/application (6.2ms)

Completed 200 OK in 62ms (Views: 59.2ms | ActiveRecord: 2.2ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-28 10:34:58 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.4ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:35
Rendered urlreports/index.html.erb within layouts/application (3.1ms)

Completed 200 OK in 59ms (Views: 55.5ms | ActiveRecord: 0.4ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-28 10:34:58 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.6ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:35
Rendered urlreports/index.html.erb within layouts/application (3.0ms)

Completed 200 OK in 40ms (Views: 38.8ms | ActiveRecord: 0.6ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-28 10:34:59 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.5ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:35
Rendered urlreports/index.html.erb within layouts/application (2.4ms)

Completed 200 OK in 44ms (Views: 42.6ms | ActiveRecord: 0.5ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-28 10:34:59 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (1.1ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:35
Rendered urlreports/index.html.erb within layouts/application (3.3ms)

Completed 200 OK in 52ms (Views: 50.1ms | ActiveRecord: 1.1ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-28 10:35:14 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.3ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (2.3ms)

Completed 200 OK in 69ms (Views: 32.3ms | ActiveRecord: 0.3ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-28 10:44:35 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (1.0ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (6.6ms)

Completed 200 OK in 35ms (Views: 30.0ms | ActiveRecord: 4.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-28 10:45:23 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.4ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (2.1ms)

Completed 200 OK in 32ms (Views: 30.7ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 10:45:26 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (11.2ms)

Completed 200 OK in 64ms (Views: 59.5ms | ActiveRecord: 0.0ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-28 10:45:36 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (1.9ms)

Completed 200 OK in 36ms (Views: 24.3ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=http%3A%2F%2FUwKB%2FZjRI&commit=Go” for 127.0.0.1 at 2019-01-28 10:45:57 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"http://UwKB/ZjRI", "commit"=>"Go"}
Url Search (507.5ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"http:////UwKB//ZjRI","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////UwKB//ZjRI","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////UwKB//ZjRI","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////UwKB//ZjRI","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (4.0ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" = $1  [["id", 64]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (14.2ms)

Completed 200 OK in 599ms (Views: 46.6ms | Searchkick: 507.5ms | ActiveRecord: 9.1ms)

Started GET “/url/search?utf8=%E2%9C%93&q=http%3A%2F%2FUwKB%2F&commit=Go” for 127.0.0.1 at 2019-01-28 10:46:05 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"http://UwKB/", "commit"=>"Go"}
Url Search (86.2ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"http:////UwKB//","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////UwKB//","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////UwKB//","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////UwKB//","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (15.2ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4, $5, $6)  [["id", 64], ["id", 19], ["id", 56], ["id", 55], ["id", 10], ["id", 7]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (19.4ms)

Completed 200 OK in 151ms (Views: 45.7ms | Searchkick: 86.2ms | ActiveRecord: 15.2ms)

Started GET “/url/search?utf8=%E2%9C%93&q=http%3A%2F%2FUw&commit=Go” for 127.0.0.1 at 2019-01-28 10:46:19 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"http://Uw", "commit"=>"Go"}
Url Search (94.0ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"http:////Uw","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////Uw","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////Uw","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////Uw","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.4ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2)  [["id", 62], ["id", 18]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (3.2ms)

Completed 200 OK in 141ms (Views: 43.1ms | Searchkick: 94.0ms | ActiveRecord: 0.4ms)

Started GET “/url/search?utf8=%E2%9C%93&q=http%3A%2F%2FU&commit=Go” for 127.0.0.1 at 2019-01-28 10:46:26 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"http://U", "commit"=>"Go"}
Url Search (69.4ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"http:////U","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////U","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////U","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////U","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (3.6ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64)  [["id", 28], ["id", 39], ["id", 46], ["id", 49], ["id", 16], ["id", 18], ["id", 7], ["id", 20], ["id", 35], ["id", 36], ["id", 38], ["id", 43], ["id", 27], ["id", 57], ["id", 54], ["id", 3], ["id", 23], ["id", 31], ["id", 37], ["id", 45], ["id", 47], ["id", 50], ["id", 4], ["id", 6], ["id", 15], ["id", 53], ["id", 61], ["id", 63], ["id", 11], ["id", 64], ["id", 59], ["id", 17], ["id", 58], ["id", 21], ["id", 30], ["id", 32], ["id", 33], ["id", 34], ["id", 42], ["id", 62], ["id", 9], ["id", 8], ["id", 5], ["id", 55], ["id", 10], ["id", 13], ["id", 1], ["id", 2], ["id", 14], ["id", 19], ["id", 24], ["id", 40], ["id", 41], ["id", 44], ["id", 48], ["id", 52], ["id", 22], ["id", 25], ["id", 26], ["id", 29], ["id", 12], ["id", 60], ["id", 51], ["id", 56]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (29.8ms)

Completed 200 OK in 144ms (Views: 68.4ms | Searchkick: 69.4ms | ActiveRecord: 3.6ms)

Started GET “/url/search?utf8=%E2%9C%93&q=http%3A%2F%2FU&commit=Go” for 127.0.0.1 at 2019-01-28 10:46:39 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"http://U", "commit"=>"Go"}
Url Search (61.6ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"http:////U","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////U","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////U","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////U","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (5.2ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64)  [["id", 28], ["id", 39], ["id", 46], ["id", 49], ["id", 16], ["id", 18], ["id", 7], ["id", 20], ["id", 35], ["id", 36], ["id", 38], ["id", 43], ["id", 27], ["id", 57], ["id", 54], ["id", 3], ["id", 23], ["id", 31], ["id", 37], ["id", 45], ["id", 47], ["id", 50], ["id", 4], ["id", 6], ["id", 15], ["id", 53], ["id", 61], ["id", 63], ["id", 11], ["id", 64], ["id", 59], ["id", 17], ["id", 58], ["id", 21], ["id", 30], ["id", 32], ["id", 33], ["id", 34], ["id", 42], ["id", 62], ["id", 9], ["id", 8], ["id", 5], ["id", 55], ["id", 10], ["id", 13], ["id", 1], ["id", 2], ["id", 14], ["id", 19], ["id", 24], ["id", 40], ["id", 41], ["id", 44], ["id", 48], ["id", 52], ["id", 22], ["id", 25], ["id", 26], ["id", 29], ["id", 12], ["id", 60], ["id", 51], ["id", 56]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (22.5ms)

Completed 200 OK in 158ms (Views: 88.0ms | Searchkick: 61.6ms | ActiveRecord: 5.2ms)

Started GET “/url/search?utf8=%E2%9C%93&q=https%3A%2F%2Fwww.youtube.com%2Fchannel%2FUCYenDLnIHsoqQ6smwKXQ7Hg+&commit=Go” for 127.0.0.1 at 2019-01-28 10:46:49 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"https://www.youtube.com/channel/UCYenDLnIHsoqQ6smwKXQ7Hg ", "commit"=>"Go"}
Url Search (172.3ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"https:////www.youtube.com//channel//UCYenDLnIHsoqQ6smwKXQ7Hg ","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"https:////www.youtube.com//channel//UCYenDLnIHsoqQ6smwKXQ7Hg ","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"https:////www.youtube.com//channel//UCYenDLnIHsoqQ6smwKXQ7Hg ","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"https:////www.youtube.com//channel//UCYenDLnIHsoqQ6smwKXQ7Hg ","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.6ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" = $1  [["id", 28]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (4.5ms)

Completed 200 OK in 240ms (Views: 47.2ms | Searchkick: 172.3ms | ActiveRecord: 0.6ms)

Started GET “/url/search?utf8=%E2%9C%93&q=https%3A%2F%2F.com%2Fchannel%2FUCYenDLnIHsoqQ6smwKXQ7Hg+&commit=Go” for 127.0.0.1 at 2019-01-28 10:46:58 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"https://.com/channel/UCYenDLnIHsoqQ6smwKXQ7Hg ", "commit"=>"Go"}
Url Search (104.2ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"https:////.com//channel//UCYenDLnIHsoqQ6smwKXQ7Hg ","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"https:////.com//channel//UCYenDLnIHsoqQ6smwKXQ7Hg ","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"https:////.com//channel//UCYenDLnIHsoqQ6smwKXQ7Hg ","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"https:////.com//channel//UCYenDLnIHsoqQ6smwKXQ7Hg ","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (3.6ms)

Completed 200 OK in 177ms (Views: 44.4ms | Searchkick: 104.2ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=CYenDLnIHsoqQ6smwKXQ7Hg+&commit=Go” for 127.0.0.1 at 2019-01-28 10:47:03 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"CYenDLnIHsoqQ6smwKXQ7Hg ", "commit"=>"Go"}
Url Search (55.4ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"CYenDLnIHsoqQ6smwKXQ7Hg ","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"CYenDLnIHsoqQ6smwKXQ7Hg ","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"CYenDLnIHsoqQ6smwKXQ7Hg ","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"CYenDLnIHsoqQ6smwKXQ7Hg ","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.5ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" = $1  [["id", 28]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (4.1ms)

Completed 200 OK in 111ms (Views: 51.0ms | Searchkick: 55.4ms | ActiveRecord: 0.5ms)

Started GET “/url/search?utf8=%E2%9C%93&q=CYenDLnIHsoqQ&commit=Go” for 127.0.0.1 at 2019-01-28 10:47:09 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"CYenDLnIHsoqQ", "commit"=>"Go"}
Url Search (53.2ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"CYenDLnIHsoqQ","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"CYenDLnIHsoqQ","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"CYenDLnIHsoqQ","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"CYenDLnIHsoqQ","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.2ms)

Completed 200 OK in 110ms (Views: 53.1ms | Searchkick: 53.2ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=&commit=Go” for 127.0.0.1 at 2019-01-28 10:47:14 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"", "commit"=>"Go"}
Url Search (17.4ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.5ms)

Completed 200 OK in 62ms (Views: 41.0ms | Searchkick: 17.4ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 10:47:23 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (8.6ms)

Completed 200 OK in 55ms (Views: 53.0ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-28 10:47:48 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-custom-analyzer.html", "domain"=>"elastic.co", "url"=>{"longurl"=>"https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-custom-analyzer.html", "domain"=>"elastic.co"}}

Can't verify CSRF token authenticity.

Url Load (2.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-custom-analyzer.html"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:16
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "WwYJ"], ["LIMIT", 1]]
↳ app/models/url.rb:37
 (0.6ms)  BEGIN
↳ app/models/url.rb:20
Url Create (19.3ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-custom-analyzer.html"], ["shorturl", "http://JvJ/WwYJ"], ["domain", "elastic.co"], ["suffix", "WwYJ"]]
↳ app/models/url.rb:20
Urlreport Load (2.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-28"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.6ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 2], ["id", 6]]
↳ app/workers/convert_worker.rb:12
 (46.6ms)  COMMIT
↳ app/models/url.rb:20
 (44.9ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (32.7ms)  {"id":65}

Completed 200 OK in 177ms (Views: 0.2ms | Searchkick: 32.7ms | ActiveRecord: 69.2ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-28 10:48:19 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.techonthenet.com/mysql/order_by.php", "domain"=>"techonthenet.com", "url"=>{"longurl"=>"https://www.techonthenet.com/mysql/order_by.php", "domain"=>"techonthenet.com"}}

Can't verify CSRF token authenticity.

Url Load (1.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.techonthenet.com/mysql/order_by.php"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:16
Url Load (1.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "cEiE"], ["LIMIT", 1]]
↳ app/models/url.rb:37
 (0.2ms)  BEGIN
↳ app/models/url.rb:20
Url Create (1.9ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.techonthenet.com/mysql/order_by.php"], ["shorturl", "http://qJQB/cEiE"], ["domain", "techonthenet.com"], ["suffix", "cEiE"]]
↳ app/models/url.rb:20
Urlreport Load (0.9ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-28"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 3], ["id", 6]]
↳ app/workers/convert_worker.rb:12
 (39.8ms)  COMMIT
↳ app/models/url.rb:20
 (34.3ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (174.6ms)  {"id":66}

Completed 200 OK in 424ms (Views: 0.2ms | Searchkick: 174.6ms | ActiveRecord: 45.1ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-28 10:48:52 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://stackoverflow.com/questions/2758415/swap-values-for-two-rows-in-the-same-table-in-sql-server", "domain"=>"stackoverflow.com", "url"=>{"longurl"=>"https://stackoverflow.com/questions/2758415/swap-values-for-two-rows-in-the-same-table-in-sql-server", "domain"=>"stackoverflow.com"}}

Can't verify CSRF token authenticity.

Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://stackoverflow.com/questions/2758415/swap-values-for-two-rows-in-the-same-table-in-sql-server"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:16
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "rR1J"], ["LIMIT", 1]]
↳ app/models/url.rb:37
 (0.2ms)  BEGIN
↳ app/models/url.rb:20
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://stackoverflow.com/questions/2758415/swap-values-for-two-rows-in-the-same-table-in-sql-server"], ["shorturl", "http://PWRB/rR1J"], ["domain", "stackoverflow.com"], ["suffix", "rR1J"]]
↳ app/models/url.rb:20
Urlreport Load (0.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-28"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.4ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 4], ["id", 6]]
↳ app/workers/convert_worker.rb:12
 (42.0ms)  COMMIT
↳ app/models/url.rb:20
Url Store (16.1ms)  {"id":67}

Completed 200 OK in 87ms (Views: 0.3ms | Searchkick: 16.1ms | ActiveRecord: 44.2ms)

 (78.0ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started POST “/urls” for 127.0.0.1 at 2019-01-28 10:48:59 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://stackoverflow.com/questions/2758415/swap-values-for-two-rows-in-the-same-table-in-sql-server", "domain"=>"staflow.com", "url"=>{"longurl"=>"https://stackoverflow.com/questions/2758415/swap-values-for-two-rows-in-the-same-table-in-sql-server", "domain"=>"staflow.com"}}

Can't verify CSRF token authenticity.

Url Load (1.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://stackoverflow.com/questions/2758415/swap-values-for-two-rows-in-the-same-table-in-sql-server"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:16

Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 1.6ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-28 10:49:31 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (40.5ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (44.0ms)

Completed 200 OK in 82ms (Views: 39.8ms | ActiveRecord: 40.5ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-28 10:49:33 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.5ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (2.5ms)

Completed 200 OK in 34ms (Views: 32.6ms | ActiveRecord: 0.5ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-28 10:51:27 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.journaldev.com/23932/sql-commit-sql-rollback", "domain"=>"ww.journaldev.com", "url"=>{"longurl"=>"https://www.journaldev.com/23932/sql-commit-sql-rollback", "domain"=>"ww.journaldev.com"}}

Can't verify CSRF token authenticity.

Url Load (2.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.journaldev.com/23932/sql-commit-sql-rollback"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:16
Url Load (2.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "CunF"], ["LIMIT", 1]]
↳ app/models/url.rb:37
 (0.7ms)  BEGIN
↳ app/models/url.rb:20
Url Create (0.8ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.journaldev.com/23932/sql-commit-sql-rollback"], ["shorturl", "http://PRRB/CunF"], ["domain", "ww.journaldev.com"], ["suffix", "CunF"]]
↳ app/models/url.rb:20
Urlreport Load (0.7ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-28"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (10.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 5], ["id", 6]]
↳ app/workers/convert_worker.rb:12
 (41.3ms)  COMMIT
↳ app/models/url.rb:20
Url Store (17.1ms)  {"id":68}

Completed 200 OK in 96ms (Views: 0.3ms | Searchkick: 17.1ms | ActiveRecord: 47.2ms)

 (67.8ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 11:03:09 +0530 Processing by UrlsController#new as HTML Redirected to localhost:3000/user/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-28 11:03:10 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.6ms)

Completed 200 OK in 39ms (Views: 38.0ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-28 11:03:11 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"fJEvh3SNk+0LEXVl4WC18hlGpgUJ/2EEddOrCxddfXQqAAuvzo/l+LSrEIGlxGH20FNyw3y5TV4hWUdCJW7Y+w==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.8ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:45

Redirected to localhost:3000/urls/new Completed 302 Found in 14ms (ActiveRecord: 10.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 11:03:11 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.5ms)

Completed 200 OK in 42ms (Views: 39.6ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 11:03:13 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (1.9ms)

Completed 200 OK in 42ms (Views: 40.5ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 11:03:26 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (6.0ms)

Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `now' for Date:Class Did you mean? new):

53: </style>
54: <h2>WELCOME TO URL SHORTNER</h2>
55: <span>Hi <%= session[:username] %></span><br/>
56: <span><%= Date.now %></span>
57:  <div class=Longshort>
58:   <%= form_for @url do |f| %>
59:     <p> Long Url: <%= f.text_field :longurl%> </br></p>

app/views/urls/new.html.erb:56:in `_app_views_urls_new_html_erb__2883604932080007402_70341640325160' Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 11:03:43 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.5ms)

Completed 200 OK in 38ms (Views: 36.4ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 11:03:59 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.5ms)

Completed 200 OK in 38ms (Views: 35.8ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 11:04:06 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.5ms)

Completed 200 OK in 40ms (Views: 38.5ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 11:04:07 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 84ms (Views: 82.5ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 11:04:08 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 37ms (Views: 35.4ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 11:07:01 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.3ms)

Completed 200 OK in 34ms (Views: 31.7ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 11:07:03 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 32ms (Views: 30.5ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 11:07:03 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.3ms)

Completed 200 OK in 34ms (Views: 32.4ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 11:07:04 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 44ms (Views: 42.0ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-28 11:07:07 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"lkzIvu4/3B/JQekemNzEc3rcOoUte+OyyNkLWeJoYLu91AIbhWY22PdDbnUqTaDVw68Ejvh02IkHjK25mr1z3Q==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:45

Redirected to localhost:3000/urls/new Completed 302 Found in 3ms (ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 11:07:07 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.9ms)

Completed 200 OK in 35ms (Views: 32.1ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 11:09:21 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 41ms (Views: 38.4ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 11:09:23 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.3ms)

Completed 200 OK in 32ms (Views: 29.9ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 11:09:24 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.6ms)

Completed 200 OK in 35ms (Views: 33.3ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 11:09:24 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 39ms (Views: 37.1ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 11:09:34 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.7ms)

Completed 200 OK in 70ms (Views: 67.5ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-28 11:09:41 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.9ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (15.5ms)

Completed 200 OK in 60ms (Views: 46.9ms | ActiveRecord: 12.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 11:09:43 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (6.9ms)

Completed 200 OK in 72ms (Views: 69.4ms | ActiveRecord: 0.0ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-28 11:09:46 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.3ms)

Completed 200 OK in 53ms (Views: 48.8ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=www..github.com&commit=Go” for 127.0.0.1 at 2019-01-28 11:09:54 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"www..github.com", "commit"=>"Go"}
Url Search (46.2ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"www..github.com","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"www..github.com","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"www..github.com","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"www..github.com","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.4ms)

Completed 200 OK in 116ms (Views: 66.6ms | Searchkick: 46.2ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=www..github.com&commit=Go” for 127.0.0.1 at 2019-01-28 11:09:57 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"www..github.com", "commit"=>"Go"}
Url Search (38.8ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"www..github.com","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"www..github.com","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"www..github.com","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"www..github.com","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.5ms)

Completed 200 OK in 105ms (Views: 62.5ms | Searchkick: 38.8ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=github.com&commit=Go” for 127.0.0.1 at 2019-01-28 11:09:59 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"github.com", "commit"=>"Go"}
Url Search (33.3ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"github.com","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github.com","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github.com","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github.com","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.7ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2)  [["id", 19], ["id", 64]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (5.5ms)

Completed 200 OK in 68ms (Views: 30.0ms | Searchkick: 33.3ms | ActiveRecord: 2.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=github&commit=Go” for 127.0.0.1 at 2019-01-28 11:10:04 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"github", "commit"=>"Go"}
Url Search (29.5ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"github","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (3.5ms)

Completed 200 OK in 79ms (Views: 44.7ms | Searchkick: 29.5ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=github.com&commit=Go” for 127.0.0.1 at 2019-01-28 11:10:06 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"github.com", "commit"=>"Go"}
Url Search (31.1ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"github.com","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github.com","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github.com","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github.com","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.4ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2)  [["id", 19], ["id", 64]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (3.6ms)

Completed 200 OK in 66ms (Views: 31.0ms | Searchkick: 31.1ms | ActiveRecord: 0.4ms)

Started GET “/url/search?utf8=%E2%9C%93&q=github.com%2F&commit=Go” for 127.0.0.1 at 2019-01-28 11:10:14 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"github.com/", "commit"=>"Go"}
Url Search (41.3ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"github.com//","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github.com//","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github.com//","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github.com//","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (1.1ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2)  [["id", 19], ["id", 64]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (5.4ms)

Completed 200 OK in 83ms (Views: 36.5ms | Searchkick: 41.3ms | ActiveRecord: 1.1ms)

Started GET “/url/search?utf8=%E2%9C%93&q=youtube.com&commit=Go” for 127.0.0.1 at 2019-01-28 11:10:22 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"youtube.com", "commit"=>"Go"}
Url Search (28.0ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"youtube.com","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.7ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34)  [["id", 23], ["id", 31], ["id", 37], ["id", 45], ["id", 47], ["id", 50], ["id", 21], ["id", 30], ["id", 32], ["id", 33], ["id", 34], ["id", 42], ["id", 18], ["id", 28], ["id", 39], ["id", 46], ["id", 49], ["id", 20], ["id", 27], ["id", 35], ["id", 36], ["id", 38], ["id", 43], ["id", 51], ["id", 22], ["id", 24], ["id", 25], ["id", 26], ["id", 29], ["id", 40], ["id", 41], ["id", 44], ["id", 48], ["id", 52]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (5.9ms)

Completed 200 OK in 92ms (Views: 60.1ms | Searchkick: 28.0ms | ActiveRecord: 0.7ms)

Started GET “/url/search?utf8=%E2%9C%93&q=youtu&commit=Go” for 127.0.0.1 at 2019-01-28 11:10:29 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"youtu", "commit"=>"Go"}
Url Search (21.2ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"youtu","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtu","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtu","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtu","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (5.3ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" = $1  [["id", 53]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (10.4ms)

Completed 200 OK in 80ms (Views: 48.1ms | Searchkick: 21.2ms | ActiveRecord: 5.3ms)

Started GET “/url/search?utf8=%E2%9C%93&q=you&commit=Go” for 127.0.0.1 at 2019-01-28 11:10:34 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"you", "commit"=>"Go"}
Url Search (28.7ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"you","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"you","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"you","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"you","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (1.4ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2)  [["id", 15], ["id", 17]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (6.5ms)

Completed 200 OK in 83ms (Views: 48.9ms | Searchkick: 28.7ms | ActiveRecord: 1.4ms)

Url Load (0.9ms)  SELECT  "urls".* FROM "urls" ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1000]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/bulk_indexer.rb:32
Url Import (200.7ms)  {"count":68}

Started GET “/url/search?utf8=%E2%9C%93&q=you&commit=Go” for 127.0.0.1 at 2019-01-28 11:15:34 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"you", "commit"=>"Go"}
Url Search (24.4ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"you","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"you","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"you","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"you","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.4ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2)  [["id", 15], ["id", 17]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (3.3ms)

Completed 200 OK in 59ms (Views: 30.5ms | Searchkick: 24.4ms | ActiveRecord: 0.4ms)

Started GET “/url/search?utf8=%E2%9C%93&q=you&commit=Go” for 127.0.0.1 at 2019-01-28 11:15:35 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"you", "commit"=>"Go"}
Url Search (14.2ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"you","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"you","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"you","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"you","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (7.2ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2)  [["id", 15], ["id", 17]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (11.2ms)

Completed 200 OK in 76ms (Views: 51.3ms | Searchkick: 14.2ms | ActiveRecord: 7.2ms)

Started GET “/url/search?utf8=%E2%9C%93&q=you&commit=Go” for 127.0.0.1 at 2019-01-28 11:15:36 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"you", "commit"=>"Go"}
Url Search (15.7ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"you","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"you","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"you","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"you","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.6ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2)  [["id", 15], ["id", 17]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (4.5ms)

Completed 200 OK in 58ms (Views: 38.2ms | Searchkick: 15.7ms | ActiveRecord: 0.6ms)

Started GET “/url/search?utf8=%E2%9C%93&q=you&commit=Go” for 127.0.0.1 at 2019-01-28 11:15:37 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"you", "commit"=>"Go"}
Url Search (22.9ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"you","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"you","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"you","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"you","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (3.5ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2)  [["id", 15], ["id", 17]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (7.9ms)

Completed 200 OK in 73ms (Views: 43.0ms | Searchkick: 22.9ms | ActiveRecord: 3.5ms)

Started GET “/url/search?utf8=%E2%9C%93&q=github.com&commit=Go” for 127.0.0.1 at 2019-01-28 11:15:42 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"github.com", "commit"=>"Go"}
Url Search (37.2ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"github.com","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github.com","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github.com","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github.com","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (1.3ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2)  [["id", 19], ["id", 64]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (5.0ms)

Completed 200 OK in 84ms (Views: 41.0ms | Searchkick: 37.2ms | ActiveRecord: 1.3ms)

Started GET “/url/search?utf8=%E2%9C%93&q=github&commit=Go” for 127.0.0.1 at 2019-01-28 11:15:45 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"github", "commit"=>"Go"}
Url Search (19.2ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"github","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.3ms)

Completed 200 OK in 55ms (Views: 33.0ms | Searchkick: 19.2ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 11:15:48 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (6.6ms)

Completed 200 OK in 79ms (Views: 77.2ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-28 11:15:50 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (4.1ms)

Completed 200 OK in 56ms (Views: 52.9ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-28 11:15:51 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"8+Jff7/J+jAYlgxWXNv9ja8MJiYnoNm8iKpPCpgmP0alc3tXBcuMJacsabIYfymJZhny4FLm9ebcIKNDqhWayQ==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (2.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:45

Redirected to localhost:3000/urls/new Completed 302 Found in 6ms (ActiveRecord: 2.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 11:15:51 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 41ms (Views: 39.4ms | ActiveRecord: 0.0ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-28 11:15:58 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (3.2ms)

Completed 200 OK in 58ms (Views: 52.3ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=elastic.com&commit=Go” for 127.0.0.1 at 2019-01-28 11:16:05 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"elastic.com", "commit"=>"Go"}
Url Search (32.0ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"elastic.com","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"elastic.com","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"elastic.com","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"elastic.com","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.5ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4)  [["id", 5], ["id", 65], ["id", 4], ["id", 6]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (4.0ms)

Completed 200 OK in 67ms (Views: 31.2ms | Searchkick: 32.0ms | ActiveRecord: 0.5ms)

Started GET “/url/search?utf8=%E2%9C%93&q=elastic.co&commit=Go” for 127.0.0.1 at 2019-01-28 11:16:08 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"elastic.co", "commit"=>"Go"}
Url Search (24.8ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"elastic.co","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"elastic.co","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"elastic.co","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"elastic.co","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.8ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4)  [["id", 5], ["id", 65], ["id", 4], ["id", 6]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (4.8ms)

Completed 200 OK in 59ms (Views: 30.1ms | Searchkick: 24.8ms | ActiveRecord: 0.8ms)

Started GET “/url/search?utf8=%E2%9C%93&q=elastic&commit=Go” for 127.0.0.1 at 2019-01-28 11:16:11 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"elastic", "commit"=>"Go"}
Url Search (19.7ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"elastic","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"elastic","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"elastic","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"elastic","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.4ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" = $1  [["id", 64]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (3.1ms)

Completed 200 OK in 52ms (Views: 29.7ms | Searchkick: 19.7ms | ActiveRecord: 0.4ms)

Started GET “/url/search?utf8=%E2%9C%93&q=elastic.&commit=Go” for 127.0.0.1 at 2019-01-28 11:16:14 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"elastic.", "commit"=>"Go"}
Url Search (17.6ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"elastic.","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"elastic.","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"elastic.","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"elastic.","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.4ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" = $1  [["id", 64]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (3.5ms)

Completed 200 OK in 55ms (Views: 33.7ms | Searchkick: 17.6ms | ActiveRecord: 0.4ms)

Started GET “/url/search?utf8=%E2%9C%93&q=elastic.c&commit=Go” for 127.0.0.1 at 2019-01-28 11:16:16 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"elastic.c", "commit"=>"Go"}
Url Search (18.0ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"elastic.c","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"elastic.c","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"elastic.c","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"elastic.c","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.7ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4)  [["id", 5], ["id", 65], ["id", 4], ["id", 6]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (4.4ms)

Completed 200 OK in 51ms (Views: 29.3ms | Searchkick: 18.0ms | ActiveRecord: 0.7ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-28 11:16:57 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.munocreative.com/blog/searchkick-rails/", "domain"=>"munocreative.com", "url"=>{"longurl"=>"https://www.munocreative.com/blog/searchkick-rails/", "domain"=>"munocreative.com"}}

Can't verify CSRF token authenticity.

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.munocreative.com/blog/searchkick-rails/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:16
Url Load (6.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "X7kE"], ["LIMIT", 1]]
↳ app/models/url.rb:37
 (0.4ms)  BEGIN
↳ app/models/url.rb:20
Url Create (1.1ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.munocreative.com/blog/searchkick-rails/"], ["shorturl", "http://zKQB/X7kE"], ["domain", "munocreative.com"], ["suffix", "X7kE"]]
↳ app/models/url.rb:20
 (0.7ms)  COMMIT
↳ app/models/url.rb:20
Url Store (14.4ms)  {"id":69}

Completed 200 OK in 46ms (Views: 0.3ms | Searchkick: 14.4ms | ActiveRecord: 8.9ms)

Urlreport Load (2.9ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-28"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.7ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 6], ["id", 6]]
↳ app/workers/convert_worker.rb:12
 (40.7ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started POST “/urls” for 127.0.0.1 at 2019-01-28 11:17:16 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.munocreative.com/blog/searchkick-rails/", "domain"=>"munocreative.com", "url"=>{"longurl"=>"https://www.munocreative.com/blog/searchkick-rails/", "domain"=>"munocreative.com"}}

Can't verify CSRF token authenticity.

Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.munocreative.com/blog/searchkick-rails/"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:16

Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.9ms)

Started GET “/url/search?utf8=%E2%9C%93&q=elastic.c&commit=Go” for 127.0.0.1 at 2019-01-28 11:17:21 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"elastic.c", "commit"=>"Go"}
Url Search (18.9ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"elastic.c","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"elastic.c","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"elastic.c","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"elastic.c","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.8ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4)  [["id", 5], ["id", 65], ["id", 4], ["id", 6]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (4.6ms)

Completed 200 OK in 61ms (Views: 35.1ms | Searchkick: 18.9ms | ActiveRecord: 0.8ms)

Started GET “/url/search?utf8=%E2%9C%93&q=elastic.c&commit=Go” for 127.0.0.1 at 2019-01-28 11:17:22 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"elastic.c", "commit"=>"Go"}
Url Search (41.1ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"elastic.c","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"elastic.c","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"elastic.c","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"elastic.c","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.4ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4)  [["id", 5], ["id", 65], ["id", 4], ["id", 6]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (3.6ms)

Completed 200 OK in 79ms (Views: 33.8ms | Searchkick: 41.1ms | ActiveRecord: 0.4ms)

Started GET “/url/search?utf8=%E2%9C%93&q=elastic.c&commit=Go” for 127.0.0.1 at 2019-01-28 11:17:22 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"elastic.c", "commit"=>"Go"}
Url Search (28.1ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"elastic.c","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"elastic.c","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"elastic.c","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"elastic.c","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.4ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4)  [["id", 5], ["id", 65], ["id", 4], ["id", 6]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (3.6ms)

Completed 200 OK in 70ms (Views: 37.3ms | Searchkick: 28.1ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 11:17:24 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.2ms)

Completed 200 OK in 54ms (Views: 50.4ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-28 11:17:57 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (12.1ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (14.9ms)

Completed 200 OK in 69ms (Views: 56.0ms | ActiveRecord: 12.1ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-28 11:17:59 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.4ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (1.8ms)

Completed 200 OK in 36ms (Views: 35.0ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 11:45:48 +0530 Processing by UrlsController#new as HTML Redirected to localhost:3000/user/login Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-28 11:45:48 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.4ms)

Completed 200 OK in 42ms (Views: 40.9ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-28 11:45:53 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"n5Rx76GUy/PDnWk4OwRP5ukc+huEc2sh68QxOD63QiPJBVXHG5a95nwnDNx/oJviIAku3fE1R3u/Tt1xDITnrA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (6.1ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:45

Redirected to localhost:3000/urls/new Completed 302 Found in 21ms (ActiveRecord: 15.9ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 11:45:53 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.7ms)

Completed 200 OK in 36ms (Views: 34.0ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-28 11:45:55 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (4.6ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (15.6ms)

Completed 200 OK in 56ms (Views: 43.0ms | ActiveRecord: 12.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 11:45:56 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 68ms (Views: 65.7ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-28 11:46:05 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.1ms)

Completed 200 OK in 78ms (Views: 76.5ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-28 12:08:31 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (1.7ms)

Completed 500 Internal Server Error in 135ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (couldn't find file 'jquery' with type 'application/javascript' Checked in these paths:

/Users/naveen/Documents/Internship/projectIntern/app/assets/config
/Users/naveen/Documents/Internship/projectIntern/app/assets/images
/Users/naveen/Documents/Internship/projectIntern/app/assets/javascripts
/Users/naveen/Documents/Internship/projectIntern/app/assets/stylesheets
/Users/naveen/.rvm/gems/ruby-2.6.0/gems/coffee-rails-4.2.2/lib/assets/javascripts
/Users/naveen/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/actioncable-5.2.2/lib/assets/compiled
/Users/naveen/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/activestorage-5.2.2/app/assets/javascripts
/Users/naveen/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/actionview-5.2.2/lib/assets/compiled
/Users/naveen/.rvm/gems/ruby-2.6.0/gems/turbolinks-source-5.2.0/lib/assets/javascripts
/Users/naveen/Documents/Internship/projectIntern/node_modules):
   6:     <%= csp_meta_tag %>
   7: 
   8:     <%= stylesheet_link_tag    'application', media: 'all', 'data-turbolinks-track': 'reload' %>
   9:     <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %>
  10:   </head>
  11: 
  12:   <body>

app/assets/javascripts/application.js:17 app/views/layouts/application.html.erb:9:in `_app_views_layouts_application_html_erb__2402273906563099758_70341638868980' Started GET “/user/new” for 127.0.0.1 at 2019-01-28 12:08:41 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.9ms)

Completed 200 OK in 148ms (Views: 145.8ms | ActiveRecord: 0.0ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-28 12:09:06 +0530 Processing by UsersController#signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"jds+pvZqKoQZOrirgjnUUbCaK156CI6vJqSfleAjB/ymQ/QDnTPAQyc4P8AwqLD3CekVVa8HtZTp8Tl1mPYUmg==", "user"=>{"username"=>"hello", "email"=>"hehbaeb ", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"signup"}

Unpermitted parameter: :password_confirmation

User Load (6.2ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "hehbaeb "], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:14
User Load (0.8ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "hello"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:17
 (0.6ms)  BEGIN
↳ app/controllers/users_controller.rb:21
User Exists (0.6ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "hello"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:21
User Exists (0.9ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "hehbaeb "], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:21
 (0.3ms)  ROLLBACK
↳ app/controllers/users_controller.rb:21
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.0ms)

Completed 200 OK in 74ms (Views: 42.8ms | ActiveRecord: 17.8ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-28 12:09:21 +0530 Processing by UsersController#signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"esr11iu64J2VWcICbFhlozYT/sXsw/LKyQJiBfbaLUVRUj9zQOMKWqtbRWneyQEFj2DAzjnMyfEGV8Tljg8+Iw==", "user"=>{"username"=>"h", "email"=>"hehbaeb ", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"signup"}

Unpermitted parameter: :password_confirmation

User Load (0.8ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "hehbaeb "], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:14
User Load (1.2ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "h"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:17
 (0.6ms)  BEGIN
↳ app/controllers/users_controller.rb:21
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "h"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:21
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "hehbaeb "], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:21
 (0.3ms)  ROLLBACK
↳ app/controllers/users_controller.rb:21
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.1ms)

Completed 200 OK in 49ms (Views: 32.4ms | ActiveRecord: 3.9ms)

Started GET “/users/signup” for 127.0.0.1 at 2019-01-28 12:09:27 +0530

ActionController::RoutingError (No route matches [GET] “/users/signup”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/users/signup” for 127.0.0.1 at 2019-01-28 12:09:44 +0530 Processing by UsersController#signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"jds+pvZqKoQZOrirgjnUUbCaK156CI6vJqSfleAjB/ymQ/QDnTPAQyc4P8AwqLD3CekVVa8HtZTp8Tl1mPYUmg==", "user"=>{"username"=>"hello", "email"=>"hehbaeb ", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"signup"}

Unpermitted parameter: :password_confirmation

User Load (4.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "hehbaeb "], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:14
User Load (0.8ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "hello"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:17
 (0.2ms)  BEGIN
↳ app/controllers/users_controller.rb:21
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "hello"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:21
User Exists (0.6ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "hehbaeb "], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:21
 (0.3ms)  ROLLBACK
↳ app/controllers/users_controller.rb:21
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 51ms (Views: 33.0ms | ActiveRecord: 6.4ms)

Started GET “/users/signup” for 127.0.0.1 at 2019-01-28 12:10:06 +0530

ActionController::RoutingError (No route matches [GET] “/users/signup”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/user/new” for 127.0.0.1 at 2019-01-28 12:10:09 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (1.9ms)

Completed 200 OK in 49ms (Views: 30.2ms | ActiveRecord: 5.7ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-28 12:10:10 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 37ms (Views: 34.7ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-28 12:10:11 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (1.7ms)

Completed 200 OK in 69ms (Views: 66.6ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-28 12:10:11 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (1.8ms)

Completed 200 OK in 37ms (Views: 34.7ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-28 12:10:12 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (1.7ms)

Completed 200 OK in 36ms (Views: 33.9ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-28 12:10:12 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (1.9ms)

Completed 200 OK in 38ms (Views: 36.2ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-28 12:10:12 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (1.7ms)

Completed 200 OK in 41ms (Views: 39.0ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-28 12:10:13 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (1.9ms)

Completed 200 OK in 45ms (Views: 43.3ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-28 12:10:13 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (1.8ms)

Completed 200 OK in 43ms (Views: 41.2ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-28 12:10:13 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.5ms)

Completed 200 OK in 48ms (Views: 46.0ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-28 12:10:14 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 36ms (Views: 34.1ms | ActiveRecord: 0.0ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-28 12:10:24 +0530 Processing by UsersController#signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"BtQcnb/xcbUgwZZDhx/HePkw+599TfPWUHJod10OoHUtTNY41Kibch7DESg1jqPeQEPFlKhCyO2fJ86XJduzEw==", "user"=>{"username"=>"hello", "email"=>"bdhvbjvbhbdsv ", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"signup"}

Unpermitted parameter: :password_confirmation

User Load (0.9ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "bdhvbjvbhbdsv "], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:14
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "hello"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:17
 (0.3ms)  BEGIN
↳ app/controllers/users_controller.rb:21
User Exists (1.0ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "hello"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:21
User Exists (1.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "bdhvbjvbhbdsv "], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:21
 (0.2ms)  ROLLBACK
↳ app/controllers/users_controller.rb:21
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.8ms)

Completed 200 OK in 56ms (Views: 38.7ms | ActiveRecord: 4.2ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-28 12:10:41 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.6ms)

Completed 200 OK in 88ms (Views: 83.6ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-28 12:10:42 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"ikipHqeXbOfvhO7BCslNp/iWJMWUG8MXFs6aAwFLSBHc2Y02HZUa8lA+iyVObZmjMYPwA+Fd701CRHZKM3jtng==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.7ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:45

Redirected to localhost:3000/urls/new Completed 302 Found in 5ms (ActiveRecord: 0.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 12:10:42 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.6ms)

Completed 200 OK in 54ms (Views: 28.1ms | ActiveRecord: 6.9ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-28 12:29:43 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.0ms)

Completed 200 OK in 207ms (Views: 191.9ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=github.com&commit=Go” for 127.0.0.1 at 2019-01-28 12:46:13 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"github.com", "commit"=>"Go"}
Url Search (16.7ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"github.com","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github.com","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github.com","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github.com","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.7ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2)  [["id", 19], ["id", 64]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (12.3ms)

Completed 200 OK in 108ms (Views: 34.5ms | Searchkick: 16.7ms | ActiveRecord: 8.2ms)

Started GET “/url/search?utf8=%E2%9C%93&q=youtube.com&commit=Go” for 127.0.0.1 at 2019-01-28 12:46:26 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"youtube.com", "commit"=>"Go"}
Url Search (32.1ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"youtube.com","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.7ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34)  [["id", 23], ["id", 31], ["id", 37], ["id", 45], ["id", 47], ["id", 50], ["id", 21], ["id", 30], ["id", 32], ["id", 33], ["id", 34], ["id", 42], ["id", 18], ["id", 28], ["id", 39], ["id", 46], ["id", 49], ["id", 20], ["id", 27], ["id", 35], ["id", 36], ["id", 38], ["id", 43], ["id", 51], ["id", 22], ["id", 24], ["id", 25], ["id", 26], ["id", 29], ["id", 40], ["id", 41], ["id", 44], ["id", 48], ["id", 52]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (6.5ms)

Completed 200 OK in 68ms (Views: 31.7ms | Searchkick: 32.1ms | ActiveRecord: 0.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 12:47:45 +0530 Processing by UrlsController#new as HTML Redirected to localhost:3000/user/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-28 12:47:45 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.3ms)

Completed 200 OK in 86ms (Views: 38.6ms | ActiveRecord: 5.8ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-28 12:47:46 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"gspKXqQvpD+Pwt4H0GoQeMdtzBDikSEnMVqTnjDEsubUW252Hi3SKjB4u+OUzsR8DngY1pfXDX1l0H/XAvcXaQ==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (2.3ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:45

Redirected to localhost:3000/urls/new Completed 302 Found in 7ms (ActiveRecord: 2.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 12:47:47 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.5ms)

Completed 200 OK in 49ms (Views: 29.1ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-28 12:47:49 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.6ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (10.1ms)

Completed 200 OK in 89ms (Views: 72.4ms | ActiveRecord: 3.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 12:52:30 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.3ms)

Completed 200 OK in 49ms (Views: 29.4ms | ActiveRecord: 3.8ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-28 12:52:32 +0530 Processing by UsersController#logout as HTML Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/models/user.rb:16: syntax error, unexpected end-of-input, expecting end):

app/models/user.rb:16: syntax error, unexpected end-of-input, expecting end app/controllers/users_controller.rb:39:in `logout' Started GET “/user/logout” for 127.0.0.1 at 2019-01-28 12:52:52 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.8ms)

Completed 200 OK in 119ms (Views: 23.8ms | ActiveRecord: 4.7ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-28 12:52:54 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.7ms)

Completed 200 OK in 26ms (Views: 24.7ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-28 12:52:55 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.7ms)

Completed 200 OK in 38ms (Views: 37.1ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-28 12:52:56 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (1.7ms)

Completed 200 OK in 69ms (Views: 23.5ms | ActiveRecord: 0.0ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-28 12:53:19 +0530 Processing by UsersController#signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"X8jQdU1w2VJHZsngRsHDmGNa/uQV16ov5QtUl1OeZZx2C0vvEblPXV0B2+jhGvVfjSaLRocSnHtWcVh9WZXc8w==", "user"=>{"username"=>"ash", "email"=>"ash@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"signup"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "ash@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:12
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "ash"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:15

Unpermitted parameter: :password_confirmation Completed 500 Internal Server Error in 29ms (ActiveRecord: 1.0ms)

NoMethodError (undefined method `CreateUser' for #<Class:0x00007ff361e89d18> Did you mean? create):

app/controllers/users_controller.rb:19:in `signup' Started POST “/users/signup” for 127.0.0.1 at 2019-01-28 12:54:26 +0530 Processing by UsersController#signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"c1lEQuYqPLlUIQCuA6XM9T9zA+ZcDzx1LaXgPn9B119YwY7njXPWfmojh8WxNKhThgA97YkAB07i8EbeB5TEOQ==", "user"=>{"username"=>"ash", "email"=>"ash@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"signup"}
User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "ash@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:12
User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "ash"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:15

Unpermitted parameter: :password_confirmation Completed 500 Internal Server Error in 21ms (ActiveRecord: 4.8ms)

NoMethodError (undefined method `CreateUser' for #<Class:0x00007ff35d5bdb20> Did you mean? create):

app/controllers/users_controller.rb:19:in `signup' Started POST “/users/signup” for 127.0.0.1 at 2019-01-28 12:56:08 +0530 Processing by UsersController#signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"c1lEQuYqPLlUIQCuA6XM9T9zA+ZcDzx1LaXgPn9B119YwY7njXPWfmojh8WxNKhThgA97YkAB07i8EbeB5TEOQ==", "user"=>{"username"=>"ash", "email"=>"ash@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"signup"}
User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "ash@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:12
User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "ash"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:15

Unpermitted parameter: :password_confirmation Completed 500 Internal Server Error in 29ms (ActiveRecord: 5.1ms)

NameError (undefined local variable or method `params' for #<Class:0x00007ff35d465b88>):

app/models/user.rb:10:in `CreateUser' app/controllers/users_controller.rb:19:in `signup' Started POST “/users/signup” for 127.0.0.1 at 2019-01-28 12:56:37 +0530 Processing by UsersController#signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"c1lEQuYqPLlUIQCuA6XM9T9zA+ZcDzx1LaXgPn9B119YwY7njXPWfmojh8WxNKhThgA97YkAB07i8EbeB5TEOQ==", "user"=>{"username"=>"ash", "email"=>"ash@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"signup"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "ash@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:12
User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "ash"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:15

Unpermitted parameter: :password_confirmation Completed 500 Internal Server Error in 42ms (ActiveRecord: 7.4ms)

NameError (undefined local variable or method `params' for #<Class:0x00007ff35d3b6c00>):

app/models/user.rb:11:in `CreateUser' app/controllers/users_controller.rb:19:in `signup' Started POST “/users/signup” for 127.0.0.1 at 2019-01-28 12:57:13 +0530 Processing by UsersController#signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"c1lEQuYqPLlUIQCuA6XM9T9zA+ZcDzx1LaXgPn9B119YwY7njXPWfmojh8WxNKhThgA97YkAB07i8EbeB5TEOQ==", "user"=>{"username"=>"ash", "email"=>"ash@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"signup"}
User Load (0.9ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "ash@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:12
User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "ash"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:15

Unpermitted parameter: :password_confirmation

 (0.2ms)  BEGIN
↳ app/models/user.rb:11
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "ash"], ["LIMIT", 1]]
↳ app/models/user.rb:11
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "ash@gmail.com"], ["LIMIT", 1]]
↳ app/models/user.rb:11
User Create (69.3ms)  INSERT INTO "users" ("username", "email", "password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["username", "ash"], ["email", "ash@gmail.com"], ["password", "b97ui316334155"], ["created_at", "2019-01-28 07:27:13.439037"], ["updated_at", "2019-01-28 07:27:13.439037"]]
↳ app/models/user.rb:11
 (445.3ms)  COMMIT
↳ app/models/user.rb:11

Redirected to localhost:3000/urls/new Completed 302 Found in 549ms (ActiveRecord: 523.1ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 12:57:13 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.4ms)

Completed 200 OK in 56ms (Views: 38.1ms | ActiveRecord: 3.8ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-28 12:59:00 +0530 Processing by UsersController#logout as HTML Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/models/user.rb:17: formal argument cannot be an instance variable

def self.SetSession(@user)
                    ^~~~~):

app/models/user.rb:17: formal argument cannot be an instance variable app/controllers/users_controller.rb:36:in `logout' Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 12:59:24 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 56ms (Views: 35.9ms | ActiveRecord: 5.5ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-28 12:59:26 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.8ms)

Completed 200 OK in 104ms (Views: 58.7ms | ActiveRecord: 23.5ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-28 12:59:28 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"R9IGyj3KbYZHXGrpy/p2JBkJw4bTOJ7ma7d+Uhifb64RQyLih8gbk/jmDw2PXqIg0BwXQKZ+srw/PZIbKqzKIQ==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:42

Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.5ms)

NameError (undefined local variable or method `session' for #<Class:0x00007ff361f79660> Did you mean? SetSession):

app/models/user.rb:18:in `SetSession' app/controllers/users_controller.rb:44:in `login_new' Started POST “/users/login” for 127.0.0.1 at 2019-01-28 12:59:53 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"S4zzMe1/1TjrT/KeM/iLNGVQgTkaxfUtkEtCFFZajbFgFDmUhiY//9VNdfWBae+S3CO/Ms/KzhZfHuT0Lo+e1w==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:42

Completed 500 Internal Server Error in 36ms (ActiveRecord: 5.0ms)

NameError (undefined local variable or method `session' for #<Class:0x00007ff35d4cd440> Did you mean? SetSession):

app/models/user.rb:19:in `SetSession' app/controllers/users_controller.rb:44:in `login_new' Started POST “/users/login” for 127.0.0.1 at 2019-01-28 13:00:24 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"S4zzMe1/1TjrT/KeM/iLNGVQgTkaxfUtkEtCFFZajbFgFDmUhiY//9VNdfWBae+S3CO/Ms/KzhZfHuT0Lo+e1w==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:42

Completed 500 Internal Server Error in 34ms (ActiveRecord: 5.1ms)

NameError (undefined local variable or method `session' for #<Class:0x00007ff35d64f778> Did you mean? SetSession):

app/models/user.rb:20:in `SetSession' app/controllers/users_controller.rb:44:in `login_new' Started POST “/users/login” for 127.0.0.1 at 2019-01-28 13:00:43 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"S4zzMe1/1TjrT/KeM/iLNGVQgTkaxfUtkEtCFFZajbFgFDmUhiY//9VNdfWBae+S3CO/Ms/KzhZfHuT0Lo+e1w==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.7ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:42

Completed 500 Internal Server Error in 45ms (ActiveRecord: 7.9ms)

NameError (undefined local variable or method `session' for #<Class:0x00007ff361a810e0> Did you mean? SetSession):

app/models/user.rb:20:in `SetSession' app/controllers/users_controller.rb:44:in `login_new' Started GET “/user/logout” for 127.0.0.1 at 2019-01-28 13:01:41 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.7ms)

Completed 200 OK in 59ms (Views: 34.2ms | ActiveRecord: 7.3ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-28 13:01:43 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"ACc6PHn0lb6xibYPQpFNV/SEqX2pSrVN7VhfkJ7kFhIrv/CZEq1/eY+LMWTwACnxTfeXdnxFjnYiDflw5jEFdA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:42

Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.5ms)

NameError (undefined local variable or method `session' for #<Class:0x00007ff362b3d258> Did you mean? Set_Session):

app/models/user.rb:20:in `Set_Session' app/controllers/users_controller.rb:44:in `login_new' Started POST “/users/login” for 127.0.0.1 at 2019-01-28 13:02:54 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"ACc6PHn0lb6xibYPQpFNV/SEqX2pSrVN7VhfkJ7kFhIrv/CZEq1/eY+LMWTwACnxTfeXdnxFjnYiDflw5jEFdA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.7ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:42

Completed 500 Internal Server Error in 265ms (ActiveRecord: 6.4ms)

NameError (undefined local variable or method `user' for #<UsersController:0x00007ff361a48128> Did you mean? @user):

app/controllers/users_controller.rb:44:in `login_new' Started GET “/user/logout” for 127.0.0.1 at 2019-01-28 13:03:08 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.1ms)

Completed 200 OK in 65ms (Views: 43.5ms | ActiveRecord: 5.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-28 13:03:09 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"cqWg6xbyXs48sg9zCnUSZeUrrUU3cye8XpV26FepDLVZPWpOfau0CQKwiBi45HbDXFiTTuJ8HIeRwNAIL3wf0w==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (2.3ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:42

Completed 500 Internal Server Error in 30ms (ActiveRecord: 2.3ms)

NoMethodError (undefined method `SetSession' for #<Class:0x00007ff35e331838> Did you mean? Set_Session):

app/controllers/users_controller.rb:44:in `login_new' Started POST “/users/login” for 127.0.0.1 at 2019-01-28 13:03:29 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"cqWg6xbyXs48sg9zCnUSZeUrrUU3cye8XpV26FepDLVZPWpOfau0CQKwiBi45HbDXFiTTuJ8HIeRwNAIL3wf0w==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:42

Completed 500 Internal Server Error in 31ms (ActiveRecord: 5.0ms)

NameError (undefined local variable or method `session' for #<Class:0x00007ff361c59110> Did you mean? SetSession):

app/models/user.rb:18:in `SetSession' app/controllers/users_controller.rb:44:in `login_new' Started POST “/users/login” for 127.0.0.1 at 2019-01-28 13:04:34 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"cqWg6xbyXs48sg9zCnUSZeUrrUU3cye8XpV26FepDLVZPWpOfau0CQKwiBi45HbDXFiTTuJ8HIeRwNAIL3wf0w==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:45

Redirected to localhost:3000/urls/new Completed 302 Found in 25ms (ActiveRecord: 4.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 13:04:34 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.0ms)

Completed 200 OK in 65ms (Views: 43.0ms | ActiveRecord: 4.7ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-28 13:04:37 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (4.5ms)

Completed 200 OK in 61ms (Views: 57.5ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-28 13:37:09 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.6ms)

Completed 200 OK in 47ms (Views: 26.5ms | ActiveRecord: 7.7ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-28 13:37:10 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"vEo3hL9xfL13WVPtYK+JTFRNFKBbs1E56wc+Pxy1Qb2X0v0h1CiWeklb1IbSPu3q7T4qq468agIkUpjfZGBS2w==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (3.1ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:45

Redirected to localhost:3000/urls/new Completed 302 Found in 8ms (ActiveRecord: 3.1ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 13:37:10 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.5ms)

Completed 200 OK in 49ms (Views: 28.9ms | ActiveRecord: 4.6ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-28 13:37:16 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"JBJJcF1YGgXuIDnjNH7YJP9ZRYiOHnTT88lbGR8PviUPioPVNgHwwtAivoiG77yCRip7g1sRT+g8nP35Z9qtQw==", "url"=>{"longurl"=>"https://redis.io/topics/rediscli", "domain"=>"redis.io"}, "commit"=>"Search"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://redis.io/topics/rediscli"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:29

Redirected to localhost:3000/urls/3 Completed 302 Found in 4ms (ActiveRecord: 0.7ms)

Started GET “/urls/3” for 127.0.0.1 at 2019-01-28 13:37:16 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"3"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:52
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.2ms)

Completed 200 OK in 101ms (Views: 29.6ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 13:37:17 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.2ms)

Completed 200 OK in 57ms (Views: 52.8ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-28 13:37:19 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.1ms)

Completed 200 OK in 49ms (Views: 47.6ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-28 13:53:01 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"ro0oPUGk+SP22ob6WBvk7mSYTR6h6SWj1EDdSWmombT4HAwV+6aPNklg4x4cvzDqrY2Z2NSvCfmAyjEAW5s8Ow==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:45

Redirected to localhost:3000/urls/new Completed 302 Found in 75ms (ActiveRecord: 22.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 13:53:02 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.3ms)

Completed 200 OK in 62ms (Views: 29.7ms | ActiveRecord: 4.5ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-28 13:53:07 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"lOTWh1BOi8YbDjE/eGmLdU0vLUcnVsbON/a7SrdLFOG/fBwiOxdhASUMtlTK+O/T9FwTTPJZ/fX4ox2qz54Hhw==", "url"=>{"longurl"=>"https://www.elastic.co/guide/en/elasticsearch/reference/current/search-suggesters-completion.html", "domain"=>"github.com"}, "commit"=>"Search"}
Url Load (1.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.elastic.co/guide/en/elasticsearch/reference/current/search-suggesters-completion.html"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:29
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "683J"], ["LIMIT", 1]]
↳ app/models/url.rb:50
 (0.2ms)  BEGIN
↳ app/models/url.rb:26
Url Create (0.9ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.elastic.co/guide/en/elasticsearch/reference/current/search-suggesters-completion.html"], ["shorturl", "http://UwKB/683J"], ["domain", "github.com"], ["suffix", "683J"]]
↳ app/models/url.rb:26
Urlreport Load (1.0ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-28"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.3ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 7], ["id", 6]]
↳ app/workers/convert_worker.rb:12
 (347.9ms)  COMMIT
 (271.1ms)  COMMIT
↳ app/models/url.rb:26
↳ app/workers/convert_worker.rb:12

Redirected to localhost:3000/urls/70 Completed 302 Found in 472ms (ActiveRecord: 351.8ms)

Started GET “/urls/70” for 127.0.0.1 at 2019-01-28 13:53:07 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"70"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 70], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:52
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 36ms (Views: 30.1ms | ActiveRecord: 0.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 13:53:09 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (6.6ms)

Completed 200 OK in 58ms (Views: 54.8ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-28 14:23:50 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.7ms)

Completed 200 OK in 50ms (Views: 27.6ms | ActiveRecord: 9.2ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-28 14:23:51 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"OQLJr6FdKz34n8VCL3k54ShB8zgYYWWJ3CtTcM1/gOlvk+2HG19dKEcloKZr3e3l4VQn/m0nSdOIob85/0wlZg==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.8ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:45

Redirected to localhost:3000/urls/new Completed 302 Found in 6ms (ActiveRecord: 1.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 14:23:51 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.7ms)

Completed 200 OK in 48ms (Views: 30.0ms | ActiveRecord: 5.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-28 14:23:55 +0530 Processing by UrlsController#short as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"SP3o9M5rlRiGo0xih7gR7+QQHWaouO9JYoswdmR/O71jZSJRpTJ/37ihywk1KXVJXWMjbX231HKt3paWHKoo2w==", "url"=>{"shorturl"=>"www.EFKB/BS%I"}, "commit"=>"Search"}
Url Load (2.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "www.EFKB/BS%I"], ["LIMIT", 1]]
↳ app/models/url.rb:45

Redirected to localhost:3000/urls/new Completed 302 Found in 9ms (ActiveRecord: 2.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 14:23:55 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 31ms (Views: 29.5ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-28 14:24:11 +0530 Processing by UrlsController#short as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"bvVuez67z93EiXN35aVQcPDT+hFom7aMGdqiEk7aRmhFbaTeVeIlGvqL9BxXNDTWSaDEGr2UjbfWjwTyNg9VDg==", "url"=>{"shorturl"=>"http://zKQB/X7kE"}, "commit"=>"Search"}
Url Load (1.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "http://zKQB/X7kE"], ["LIMIT", 1]]
↳ app/models/url.rb:39

Redirected to localhost:3000/urls/69 Completed 302 Found in 10ms (ActiveRecord: 1.6ms)

Started GET “/urls/69” for 127.0.0.1 at 2019-01-28 14:24:11 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"69"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 69], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:51
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.7ms)

Completed 200 OK in 63ms (Views: 59.1ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 14:24:13 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.7ms)

Completed 200 OK in 50ms (Views: 45.7ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-28 14:24:22 +0530 Processing by UrlsController#short as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"tWW4i4tF6S++fdMkhlHQutpkGvYWbMqgzfZr+Zfr/4gP3f+PeWJK8b2pRzzbzE/ECiGx5wDNdf3eqKxPiEoANQ==", "url"=>{"shorturl"=>"7kE"}, "commit"=>"Search"}
Url Load (1.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "7kE"], ["LIMIT", 1]]
↳ app/models/url.rb:45

Redirected to localhost:3000/urls/new Completed 302 Found in 7ms (ActiveRecord: 1.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 14:24:22 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.5ms)

Completed 200 OK in 35ms (Views: 33.5ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-28 14:24:30 +0530 Processing by UrlsController#short as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"CHeqqGGE9trov3GWn8qFgbPEtGWiI71Lsih6AAw9mu0j72ANCt0cHda99v0tW+EnCreKbncshnB9fdzgdOiJiw==", "url"=>{"shorturl"=>"X7kE"}, "commit"=>"Search"}
Url Load (2.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "X7kE"], ["LIMIT", 1]]
↳ app/models/url.rb:45

Redirected to localhost:3000/urls/69 Completed 302 Found in 9ms (ActiveRecord: 2.3ms)

Started GET “/urls/69” for 127.0.0.1 at 2019-01-28 14:24:30 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"69"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 69], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:51
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.2ms)

Completed 200 OK in 33ms (Views: 30.0ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 14:24:31 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.9ms)

Completed 200 OK in 49ms (Views: 45.6ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-28 14:24:34 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (1.0ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (14.0ms)

Completed 200 OK in 44ms (Views: 34.4ms | ActiveRecord: 6.1ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 14:24:35 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (8.9ms)

Completed 200 OK in 67ms (Views: 64.6ms | ActiveRecord: 0.0ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-28 14:24:36 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (3.0ms)

Completed 200 OK in 53ms (Views: 50.3ms | ActiveRecord: 0.0ms)

Started GET “/url/long?shorturl=enTB/KBuF” for 127.0.0.1 at 2019-01-28 14:24:48 +0530 Processing by UrlsController#long as /

Parameters: {"shorturl"=>"http://enTB/KBuF"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "http://enTB/KBuF"], ["LIMIT", 1]]
↳ app/models/url.rb:39

Completed 200 OK in 7ms (Views: 0.3ms | ActiveRecord: 0.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 14:28:48 +0530

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:48: formal argument cannot be an instance variable

def show(@url)
         ^~~~):

app/controllers/urls_controller.rb:48: formal argument cannot be an instance variable Started GET “/url/search” for 127.0.0.1 at 2019-01-28 14:29:56 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (1.9ms)

Completed 200 OK in 29ms (Views: 28.0ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 14:29:58 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.2ms)

Completed 200 OK in 73ms (Views: 31.3ms | ActiveRecord: 13.3ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-28 14:30:04 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"i4/9/9MX+xbDsIcdYlPxjRhmjTrf3Mc8d6i/+0cc35J0V/xKXm/lQtYHRW9f9xrfYh/0yQYHHd+sPr+0wVPLrw==", "url"=>{"longurl"=>"www.housing.com/seller", "domain"=>"housing.com"}, "commit"=>"Search"}

Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)

TypeError (can't cast Hash):

app/models/url.rb:34:in `FindLong' app/controllers/urls_controller.rb:28:in `block (2 levels) in create' app/controllers/urls_controller.rb:12:in `create' Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 14:30:53 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 48ms (Views: 30.1ms | ActiveRecord: 4.6ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-28 14:30:57 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"mQ42azQVjo3709e1fN6FXIBY4T73RgJMCyp4YyrBm/qylvzOX0xkSsXRUN7OT+H6OSvfNSJJOXfEf96DUhSInA==", "url"=>{"longurl"=>"www.housing.com/seller", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.housing.com/seller"], ["LIMIT", 1]]
↳ app/models/url.rb:34

Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.5ms)

ArgumentError (You are passing an instance of ActiveRecord::Base to `find`. Please pass the id of the object by calling `.id`.):

app/controllers/urls_controller.rb:50:in `show' app/controllers/urls_controller.rb:30:in `block (2 levels) in create' app/controllers/urls_controller.rb:12:in `create' Started POST “/urls” for 127.0.0.1 at 2019-01-28 14:31:35 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"mQ42azQVjo3709e1fN6FXIBY4T73RgJMCyp4YyrBm/qylvzOX0xkSsXRUN7OT+H6OSvfNSJJOXfEf96DUhSInA==", "url"=>{"longurl"=>"www.housing.com/seller", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.housing.com/seller"], ["LIMIT", 1]]
↳ app/models/url.rb:34

Completed 500 Internal Server Error in 23ms (ActiveRecord: 6.5ms)

ArgumentError (You are passing an instance of ActiveRecord::Base to `find`. Please pass the id of the object by calling `.id`.):

app/controllers/urls_controller.rb:50:in `show' app/controllers/urls_controller.rb:30:in `block (2 levels) in create' app/controllers/urls_controller.rb:12:in `create' Started POST “/urls” for 127.0.0.1 at 2019-01-28 14:32:01 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"mQ42azQVjo3709e1fN6FXIBY4T73RgJMCyp4YyrBm/qylvzOX0xkSsXRUN7OT+H6OSvfNSJJOXfEf96DUhSInA==", "url"=>{"longurl"=>"www.housing.com/seller", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.housing.com/seller"], ["LIMIT", 1]]
↳ app/models/url.rb:34

Completed 500 Internal Server Error in 20ms (ActiveRecord: 5.0ms)

ArgumentError (You are passing an instance of ActiveRecord::Base to `find`. Please pass the id of the object by calling `.id`.):

app/controllers/urls_controller.rb:51:in `show' app/controllers/urls_controller.rb:30:in `block (2 levels) in create' app/controllers/urls_controller.rb:12:in `create' Started GET “/” for 127.0.0.1 at 2019-01-28 14:39:03 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.8ms)

Completed 200 OK in 32ms (Views: 30.6ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-28 14:39:06 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.1ms)

Completed 200 OK in 75ms (Views: 24.8ms | ActiveRecord: 32.4ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-28 14:39:07 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"B65Ad3oYX5qFw9g7d2bOGLw5XStKB+nHaV2BwkWIqTdRP2RfwBopjzp5vd8zwhocdSyJ7T9BxZ09122Ld7sMuA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (3.9ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:45

Completed 500 Internal Server Error in 229ms (ActiveRecord: 3.9ms)

NameError (undefined local variable or method `new_url_path' for #<UsersController:0x00007ff35d41f9f8> Did you mean? url_new_path):

app/controllers/users_controller.rb:51:in `login_new' Started POST “/users/login” for 127.0.0.1 at 2019-01-28 14:40:01 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"YafkGo/ZsbuTkNpUeattYHvOt9/sRS4qJLlfToAOvFFKPy6/5IBbfK2SXT/LOgnGwr2J1DlKFRHr7Pmu+NuvNw==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.9ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:45

Redirected to localhost:3000/url/new Completed 302 Found in 20ms (ActiveRecord: 5.9ms)

Started GET “/url/new” for 127.0.0.1 at 2019-01-28 14:40:01 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (176.8ms)

Completed 500 Internal Server Error in 195ms (ActiveRecord: 3.3ms)

ActionView::Template::Error (undefined method `urls_path' for #<#<Class:0x00007ff35d2a53e8>:0x00007ff35d2b45c8> Did you mean? url_new_path):

55: <span>Hi <%= session[:username] %></span><br/>
56: <!--  <span><%= Time.now %></span> -->
57:  <div class=Longshort>
58:   <%= form_for @url do |f| %>
59:     <p> Long Url: <%= f.text_field :longurl%> </br></p>
60:     <p>Domain : <%= f.text_field :domain%> <br /></p>
61:     <p>Find : <%=  f.submit 'Search' %><br/>

app/views/urls/new.html.erb:58:in `_app_views_urls_new_html_erb__2883604932080007402_70341608420600' Started POST “/users/login” for 127.0.0.1 at 2019-01-28 14:40:44 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"YafkGo/ZsbuTkNpUeattYHvOt9/sRS4qJLlfToAOvFFKPy6/5IBbfK2SXT/LOgnGwr2J1DlKFRHr7Pmu+NuvNw==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (3.3ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:45

Redirected to localhost:3000/url/new Completed 302 Found in 10ms (ActiveRecord: 3.3ms)

Started GET “/url/new” for 127.0.0.1 at 2019-01-28 14:40:44 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.2ms)

Completed 200 OK in 104ms (Views: 101.3ms | ActiveRecord: 0.0ms)

Started POST “/url/new” for 127.0.0.1 at 2019-01-28 14:41:11 +0530

ActionController::RoutingError (No route matches [POST] “/url/new”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/url/new” for 127.0.0.1 at 2019-01-28 14:42:35 +0530

ActionController::RoutingError (No route matches [POST] “/url/new”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/url/new” for 127.0.0.1 at 2019-01-28 14:43:09 +0530

ActionController::RoutingError (No route matches [POST] “/url/new”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/url/new” for 127.0.0.1 at 2019-01-28 14:44:58 +0530

ActionController::RoutingError (No route matches [POST] “/url/new”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/url/new” for 127.0.0.1 at 2019-01-28 14:45:27 +0530

ActionController::RoutingError (No route matches [POST] “/url/new”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/url/new” for 127.0.0.1 at 2019-01-28 14:52:14 +0530

ActionController::RoutingError (No route matches [POST] “/url/new”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/url/new” for 127.0.0.1 at 2019-01-28 14:52:54 +0530

ActionController::RoutingError (No route matches [POST] “/url/new”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-28 14:55:07 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.2ms)

Completed 200 OK in 45ms (Views: 41.5ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-28 14:55:10 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.9ms)

Completed 200 OK in 83ms (Views: 27.6ms | ActiveRecord: 39.2ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-28 14:55:12 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"aLNoVb7pk+bIDebXRgkTHJb/2ZJPVtP9L1WAvJYyvtQ+Ikx9BOvl83e3gzMCrccYX+oNVDoQ/6d732z1pAEbWw==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.2ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:45

Redirected to localhost:3000/urls/new Completed 302 Found in 4ms (ActiveRecord: 1.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 14:55:12 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.9ms)

Completed 200 OK in 85ms (Views: 65.3ms | ActiveRecord: 4.6ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-28 14:55:25 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"8UKDs1JyXzsuXc33nLTI+n9KRfEpK9pNeg2rqXGJdTba2kkWOSu1/BBfSpwuJaxcxjl7+vwk4Xa1WA1JCVxmUA==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook.com"}, "commit"=>"Search"}

Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)

TypeError (can't cast Hash):

app/models/url.rb:34:in `FindLong' app/controllers/urls_controller.rb:29:in `block (2 levels) in create' app/controllers/urls_controller.rb:13:in `create' Started POST “/urls” for 127.0.0.1 at 2019-01-28 14:55:41 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"8UKDs1JyXzsuXc33nLTI+n9KRfEpK9pNeg2rqXGJdTba2kkWOSu1/BBfSpwuJaxcxjl7+vwk4Xa1WA1JCVxmUA==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook.com"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/models/url.rb:34

Redirected to localhost:3000/urls/2 Completed 302 Found in 20ms (ActiveRecord: 6.0ms)

Started GET “/urls/2” for 127.0.0.1 at 2019-01-28 14:55:41 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"2"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:51
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.5ms)

Completed 200 OK in 33ms (Views: 30.1ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 14:55:43 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.2ms)

Completed 200 OK in 65ms (Views: 60.3ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-28 14:55:47 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"XOgefIf9cU+1/jRHf6ef+bE5dZHP2YQRRl3jBotPwy+jMB/JCoVvG6BJ9jVCA3Sry0AMYhYCXvKdy+NJDQDXEg==", "url"=>{"longurl"=>"www.housing.com/seller", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.housing.com/seller"], ["LIMIT", 1]]
↳ app/models/url.rb:34

Redirected to localhost:3000/urls/1 Completed 302 Found in 4ms (ActiveRecord: 0.7ms)

Started GET “/urls/1” for 127.0.0.1 at 2019-01-28 14:55:47 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"1"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:51
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 46ms (Views: 42.2ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 14:55:48 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.0ms)

Completed 200 OK in 65ms (Views: 59.9ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-28 14:55:53 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Adb2Wqk0npmP1z0CCA1ASWDA8FwXDOhQPJ0UuVkKpP3+DvfvJEyAzZpg/3A1qasbGrmJr87XMrPnCxT230WwwA==", "url"=>{"longurl"=>"https://redis.io/topics/rediscli", "domain"=>"redis.io"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://redis.io/topics/rediscli"], ["LIMIT", 1]]
↳ app/models/url.rb:34

Redirected to localhost:3000/urls/3 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)

Started GET “/urls/3” for 127.0.0.1 at 2019-01-28 14:55:53 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"3"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:51
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.9ms)

Completed 200 OK in 40ms (Views: 37.0ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 14:55:54 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (6.7ms)

Completed 200 OK in 71ms (Views: 67.2ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-28 14:55:58 +0530 Processing by UrlsController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"AXvl3z0bxKaD1eb+HOnBOa1o+dZcojxZlBndpUsihIf+o+RqsGPa8pZiJIwhTSpr1xGAJYV55rpPj93qzW2Qug==", "url"=>{"longurl"=>"https://redis.io/topics/rediscli", "domain"=>"redis.io"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://redis.io/topics/rediscli"], ["LIMIT", 1]]
↳ app/models/url.rb:34

Redirected to localhost:3000/urls/3 Completed 302 Found in 3ms (ActiveRecord: 0.5ms)

Started GET “/urls/3” for 127.0.0.1 at 2019-01-28 14:55:59 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"3"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:51
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.7ms)

Completed 200 OK in 46ms (Views: 41.2ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 14:56:00 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.3ms)

Completed 200 OK in 71ms (Views: 67.1ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 14:59:09 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.0ms)

Completed 200 OK in 45ms (Views: 29.5ms | ActiveRecord: 4.0ms)

Started GET “/urls/3” for 127.0.0.1 at 2019-01-28 14:59:16 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"3"}
Url Load (7.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:53
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.4ms)

Completed 200 OK in 82ms (Views: 69.9ms | ActiveRecord: 7.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 14:59:21 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.4ms)

Completed 200 OK in 69ms (Views: 64.5ms | ActiveRecord: 0.0ms)

Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-28 14:59:23 +0530 Processing by UrlsController#short as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"cVksQ/mapZc6tKWAVHHSdEoCverFpzm/LFnFzSHSdUjL4WtHC70GSTlgMZgJ7E0KmkcW+9MGhuI/BwJ7PnOK9Q==", "url"=>{"shorturl"=>"J$&D"}, "commit"=>"Search"}

Completed 500 Internal Server Error in 224ms (ActiveRecord: 0.0ms)

NameError (undefined local variable or method `long' for #<UrlsController:0x00007ff360f49240>):

app/controllers/urls_controller.rb:62:in `short' Started POST “/url/shorturl” for 127.0.0.1 at 2019-01-28 15:01:05 +0530 Processing by UrlsController#short as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"fnOQAX+uLk4CNAdogDCqkQNlgcoProBJ4YI/tECEC4lV61qkFPfEiTw2gAMyoc43uha/wdqhu3Iu15lUOFEY7w==", "url"=>{"shorturl"=>"J$&D"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "J$&D"], ["LIMIT", 1]]
↳ app/models/url.rb:45

Redirected to localhost:3000/urls/3 Completed 302 Found in 20ms (ActiveRecord: 4.8ms)

Started GET “/urls/3” for 127.0.0.1 at 2019-01-28 15:01:05 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"3"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:53
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 32ms (Views: 29.4ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:01:06 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (6.5ms)

Completed 200 OK in 59ms (Views: 55.2ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:01:18 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.3ms)

Completed 200 OK in 46ms (Views: 44.4ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-28 15:01:24 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (23.6ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (41.7ms)

Completed 200 OK in 115ms (Views: 80.0ms | ActiveRecord: 30.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:01:26 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.5ms)

Completed 200 OK in 84ms (Views: 82.2ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:02:22 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 40ms (Views: 37.3ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:02:23 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 44ms (Views: 41.5ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:05:39 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.7ms)

Completed 200 OK in 50ms (Views: 30.6ms | ActiveRecord: 5.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:05:41 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.9ms)

Completed 200 OK in 34ms (Views: 33.1ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:05:46 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 35ms (Views: 32.7ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-28 15:05:47 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (3.3ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (16.8ms)

Completed 200 OK in 69ms (Views: 57.1ms | ActiveRecord: 8.9ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:05:49 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (7.2ms)

Completed 200 OK in 68ms (Views: 63.7ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:06:26 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.8ms)

Completed 200 OK in 35ms (Views: 31.9ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:06:27 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.4ms)

Completed 200 OK in 37ms (Views: 34.9ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:06:27 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.5ms)

Completed 200 OK in 38ms (Views: 36.8ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:06:28 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 39ms (Views: 37.7ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:06:29 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.8ms)

Completed 200 OK in 38ms (Views: 35.9ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:06:30 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.1ms)

Completed 200 OK in 38ms (Views: 36.7ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:06:30 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 57ms (Views: 55.4ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:06:31 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.3ms)

Completed 200 OK in 37ms (Views: 35.1ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:06:31 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (1.9ms)

Completed 200 OK in 40ms (Views: 38.8ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:06:32 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.9ms)

Completed 200 OK in 40ms (Views: 36.9ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-28 15:06:48 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.7ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (3.5ms)

Completed 200 OK in 33ms (Views: 31.1ms | ActiveRecord: 0.7ms)

Started GET “/urls/3” for 127.0.0.1 at 2019-01-28 15:06:51 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"3"}
Url Load (6.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:53
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.7ms)

Completed 200 OK in 51ms (Views: 39.6ms | ActiveRecord: 6.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:06:54 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (6.0ms)

Completed 200 OK in 64ms (Views: 58.2ms | ActiveRecord: 0.0ms)

Started POST “/url/short” for 127.0.0.1 at 2019-01-28 15:06:57 +0530 Processing by UrlsController#short as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"TKOxHrCXCcnqUxBLDBu22mV2WXYDCkTeU4mdPg9IujwtsyYN4R6zMjzsIwwtV0ZS9joeRMxC67IGfhHRYRYGxg==", "url"=>{"shorturl"=>"J$&D"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/3 Completed 302 Found in 4ms (ActiveRecord: 0.0ms)

Started GET “/urls/3” for 127.0.0.1 at 2019-01-28 15:06:57 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"3"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:53
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 30ms (Views: 27.3ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:06:58 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 78ms (Views: 74.1ms | ActiveRecord: 0.0ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-28 15:07:11 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://www.munocreative.com/blog/searchkick-rails/", "domain"=>"munocreative.com", "url"=>{"longurl"=>"https://www.munocreative.com/blog/searchkick-rails/", "domain"=>"munocreative.com"}}

Can't verify CSRF token authenticity.

Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "longurl"], ["LIMIT", 1]]
↳ app/models/url.rb:34
Url Load (1.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "X7kE"], ["LIMIT", 1]]
↳ app/models/url.rb:50

Completed 500 Internal Server Error in 12ms (ActiveRecord: 2.8ms)

NameError (uninitialized constant Url::Urls):

app/models/url.rb:23:in `CreateLongUrl' app/controllers/urls_controller.rb:20:in `block (2 levels) in create' app/controllers/urls_controller.rb:14:in `create' Started POST “/url/long” for 127.0.0.1 at 2019-01-28 15:07:48 +0530

ActionController::RoutingError (No route matches [POST] “/url/long”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/url/long?shorturl=enTB/KBuF” for 127.0.0.1 at 2019-01-28 15:08:03 +0530 Processing by UrlsController#search_long as /

Parameters: {"shorturl"=>"http://enTB/KBuF"}
Url Load (1.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "http://enTB/KBuF"], ["LIMIT", 1]]
↳ app/models/url.rb:39

Completed 200 OK in 9ms (Views: 0.3ms | ActiveRecord: 1.6ms)

Started POST “/url/short?shorturl=J$&D” for 127.0.0.1 at 2019-01-28 15:09:36 +0530 Processing by UrlsController#short as /

Parameters: {"shorturl"=>"J$", "D"=>nil}

Can't verify CSRF token authenticity. Redirected to localhost:3000/user/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-28 15:09:36 +0530 Processing by UsersController#login as /

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.8ms)

Completed 200 OK in 65ms (Views: 33.7ms | ActiveRecord: 8.9ms)

Started GET “/url/long?shorturl=J$%26D” for 127.0.0.1 at 2019-01-28 15:10:58 +0530 Processing by UrlsController#search_long as /

Parameters: {"shorturl"=>"J$&D"}

Completed 200 OK in 26ms (Views: 0.3ms | ActiveRecord: 2.3ms)

Started POST “/urls” for 127.0.0.1 at 2019-01-28 15:11:32 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://stackoverflow.com/questions/2758415/swap-values-for-two-rows-in-the-same-table-in-sql-server", "domain"=>"staflow.com", "url"=>{"longurl"=>"https://stackoverflow.com/questions/2758415/swap-values-for-two-rows-in-the-same-table-in-sql-server", "domain"=>"staflow.com"}}

Can't verify CSRF token authenticity.

Url Load (2.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "longurl"], ["LIMIT", 1]]
↳ app/models/url.rb:34
Url Load (1.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "rR1J"], ["LIMIT", 1]]
↳ app/models/url.rb:50

Completed 500 Internal Server Error in 83ms (ActiveRecord: 16.3ms)

NameError (uninitialized constant Url::Urls):

app/models/url.rb:23:in `CreateLongUrl' app/controllers/urls_controller.rb:20:in `block (2 levels) in create' app/controllers/urls_controller.rb:14:in `create' Started POST “/urls” for 127.0.0.1 at 2019-01-28 15:15:15 +0530 Processing by UrlsController#create as /

Parameters: {"longurl"=>"https://stackoverflow.com/questions/2758415/swap-values-for-two-rows-in-the-same-table-in-sql-server", "domain"=>"staflow.com", "url"=>{"longurl"=>"https://stackoverflow.com/questions/2758415/swap-values-for-two-rows-in-the-same-table-in-sql-server", "domain"=>"staflow.com"}}

Can't verify CSRF token authenticity.

Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://stackoverflow.com/questions/2758415/swap-values-for-two-rows-in-the-same-table-in-sql-server"], ["LIMIT", 1]]
↳ app/models/url.rb:34

Completed 200 OK in 11ms (Views: 0.3ms | ActiveRecord: 4.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:24:49 +0530

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:139: syntax error, unexpected end-of-input, expecting end):

app/controllers/urls_controller.rb:139: syntax error, unexpected end-of-input, expecting end Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:25:08 +0530 Processing by UrlsController#new as HTML Redirected to localhost:3000/user/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-28 15:25:08 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.8ms)

Completed 200 OK in 54ms (Views: 29.1ms | ActiveRecord: 10.6ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-28 15:25:09 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"QaBE0NjcaciJOapfxHp2dpuV9ldcDZB5wtRK9qVhj2RqOI51s4WDD7c7LTR26xLQIubIXIkCq0INgewW3bScAg==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.3ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:45

Redirected to localhost:3000/urls/new Completed 302 Found in 4ms (ActiveRecord: 1.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:25:09 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (396.1ms)

Completed 500 Internal Server Error in 422ms (ActiveRecord: 4.3ms)

ActionView::Template::Error (undefined local variable or method `url_short_path' for #<#<Class:0x00007ff361d3a9d0>:0x00007ff361d38b30> Did you mean? urls_short_path

           url_search_path
           urlreport_path
           url_long_path):
66: <br/><br/>
67: 
68: <div class=ShortToLong>
69:   <%= form_for @url, url: url_short_path do |f| %>
70:     <p> Short Url / Suffix: <%= f.text_field :shorturl%> </br></p>
71:     <p>Find : <%=  f.submit  'Search'%><br/></p>
72:   <% end %>

app/views/urls/new.html.erb:69:in `_app_views_urls_new_html_erb__2883604932080007402_70341647521960' Started POST “/users/login” for 127.0.0.1 at 2019-01-28 15:25:40 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"QaBE0NjcaciJOapfxHp2dpuV9ldcDZB5wtRK9qVhj2RqOI51s4WDD7c7LTR26xLQIubIXIkCq0INgewW3bScAg==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.4ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:45

Redirected to localhost:3000/urls/new Completed 302 Found in 5ms (ActiveRecord: 1.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:25:40 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 36ms (Views: 33.9ms | ActiveRecord: 0.0ms)

Started POST “/urls/short” for 127.0.0.1 at 2019-01-28 15:25:43 +0530 Processing by UrlsController#short as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"rmXdmb2hilhAgaio97RwgkdOPap+pINqBOO/ue1GovaF/Rc81vhgn36DL8NFJRQk/j0DoauruFHLthlZlZOxkA==", "url"=>{"shorturl"=>"J$&D"}, "commit"=>"Search"}
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "J$&D"], ["LIMIT", 1]]
↳ app/models/url.rb:49

Redirected to localhost:3000/urls/3 Completed 302 Found in 8ms (ActiveRecord: 0.9ms)

Started GET “/urls/3” for 127.0.0.1 at 2019-01-28 15:25:43 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"3"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:90
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 65ms (Views: 61.6ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:25:44 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.8ms)

Completed 200 OK in 60ms (Views: 56.7ms | ActiveRecord: 0.0ms)

Started POST “/urls/short” for 127.0.0.1 at 2019-01-28 15:27:20 +0530 Processing by UrlsController#short as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"1toS0nj5S0FSdCI7isyqfn5fgXdQMYao0sMAx+3mKHZzRfNl7T0vGGSVYimjNapFr7FskZuMBa2v0dyElo7vig==", "url"=>{"shorturl"=>"J$&D"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/3 Completed 302 Found in 11ms (ActiveRecord: 3.3ms)

Started GET “/urls/3” for 127.0.0.1 at 2019-01-28 15:27:20 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"3"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:90
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.3ms)

Completed 200 OK in 45ms (Views: 34.9ms | ActiveRecord: 0.4ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-28 15:31:28 +0530 Processing by UrlsController#CreateLong as /

Parameters: {"longurl"=>"https://stackoverflow.com/questions/2758415/swap-values-for-two-rows-in-the-same-table-in-sql-server", "domain"=>"staflow.com", "url"=>{"longurl"=>"https://stackoverflow.com/questions/2758415/swap-values-for-two-rows-in-the-same-table-in-sql-server", "domain"=>"staflow.com"}}

Can't verify CSRF token authenticity.

Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://stackoverflow.com/questions/2758415/swap-values-for-two-rows-in-the-same-table-in-sql-server"], ["LIMIT", 1]]
↳ app/models/url.rb:36

Completed 200 OK in 10ms (Views: 0.2ms | ActiveRecord: 4.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-28 15:31:37 +0530 Processing by UrlsController#CreateLong as /

Parameters: {"longurl"=>"https://stackoverflow.com/lues-for-two-rows-in-the-same-table-in-sql-server", "domain"=>"staflow.com", "url"=>{"longurl"=>"https://stackoverflow.com/lues-for-two-rows-in-the-same-table-in-sql-server", "domain"=>"staflow.com"}}

Can't verify CSRF token authenticity.

Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://stackoverflow.com/lues-for-two-rows-in-the-same-table-in-sql-server"], ["LIMIT", 1]]
↳ app/models/url.rb:36
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "AAGH"], ["LIMIT", 1]]
↳ app/models/url.rb:55
 (0.4ms)  BEGIN
↳ app/models/url.rb:27
Url Create (0.8ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://stackoverflow.com/lues-for-two-rows-in-the-same-table-in-sql-server"], ["shorturl", "http://pJLB/AAGH"], ["domain", "staflow.com"], ["suffix", "AAGH"]]
↳ app/models/url.rb:27
Urlreport Load (1.0ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-28"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.4ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 8], ["id", 6]]
↳ app/workers/convert_worker.rb:12
 (337.6ms)  COMMIT
 (250.2ms)  COMMIT
↳ app/models/url.rb:27
↳ app/workers/convert_worker.rb:12

Completed 200 OK in 458ms (Views: 0.3ms | ActiveRecord: 340.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:32:55 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.9ms)

Completed 200 OK in 53ms (Views: 33.5ms | ActiveRecord: 3.9ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:32:57 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.0ms)

Completed 200 OK in 62ms (Views: 59.7ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:32:58 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.4ms)

Completed 200 OK in 44ms (Views: 42.4ms | ActiveRecord: 0.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-28 15:33:11 +0530 Processing by UrlsController#CreateLong as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"yqdmplrPMne5S9HfJYrQJ0jprrk7gaR+E/xaS9aPX5nhP6wDMZbYsIdJVrSXG7SB8ZqQsu6On0XcqfyrrlpM/w==", "url"=>{"longurl"=>"https://www.tutorialspoint.com/elasticsearch/elasticsearch_mapping.htm", "domain"=>"tutorialpoint.com"}, "commit"=>"Search"}
Url Load (1.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.tutorialspoint.com/elasticsearch/elasticsearch_mapping.htm"], ["LIMIT", 1]]
↳ app/models/url.rb:36
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "1kEH"], ["LIMIT", 1]]
↳ app/models/url.rb:55
 (0.2ms)  BEGIN
↳ app/models/url.rb:27
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.tutorialspoint.com/elasticsearch/elasticsearch_mapping.htm"], ["shorturl", "http://jYSB/1kEH"], ["domain", "tutorialpoint.com"], ["suffix", "1kEH"]]
↳ app/models/url.rb:27
 (2.3ms)  COMMIT
↳ app/models/url.rb:27

Redirected to localhost:3000/urls/72 Completed 302 Found in 37ms (ActiveRecord: 5.9ms)

Started GET “/urls/72” for 127.0.0.1 at 2019-01-28 15:33:11 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"72"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 72], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:90
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.2ms)
Urlreport Load (0.4ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-28"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 9], ["id", 6]]
↳ app/workers/convert_worker.rb:12
 (0.4ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Completed 200 OK in 30ms (Views: 26.2ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:33:13 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.1ms)

Completed 200 OK in 52ms (Views: 48.2ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:33:51 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 48ms (Views: 30.8ms | ActiveRecord: 5.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-28 15:34:08 +0530 Processing by UrlsController#CreateShort as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"M3j+7Doa0euBTZ6ne5nXl7sLTkZft2cWoqsfjkZKBJ8Y4DRJUUM7LL9PGczJCLMxAnhwTYq4XC1t/rluPp8X+Q==", "url"=>{"longurl"=>"https://edgeguides.rubyonrails.org/active_storage_overview.html", "domain"=>"dgeguides.rubyonrails.org"}, "commit"=>"Search"}
Url Load (1.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://edgeguides.rubyonrails.org/active_storage_overview.html"], ["LIMIT", 1]]
↳ app/models/url.rb:36
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "qh*G"], ["LIMIT", 1]]
↳ app/models/url.rb:55
 (0.4ms)  BEGIN
↳ app/models/url.rb:27
Url Create (0.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://edgeguides.rubyonrails.org/active_storage_overview.html"], ["shorturl", "http://bxZC/qh*G"], ["domain", "dgeguides.rubyonrails.org"], ["suffix", "qh*G"]]
↳ app/models/url.rb:27
 (0.6ms)  COMMIT
↳ app/models/url.rb:27
Urlreport Load (0.3ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-28"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (1.0ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 10], ["id", 6]]
↳ app/workers/convert_worker.rb:12
 (4.1ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Redirected to localhost:3000/urls/73 Completed 302 Found in 88ms (ActiveRecord: 3.8ms)

Started GET “/urls/73” for 127.0.0.1 at 2019-01-28 15:34:08 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"73"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 73], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:90
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 60ms (Views: 55.6ms | ActiveRecord: 0.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:34:11 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.1ms)

Completed 200 OK in 47ms (Views: 44.7ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:34:33 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.5ms)

Completed 200 OK in 46ms (Views: 29.0ms | ActiveRecord: 3.9ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-28 15:34:43 +0530 Processing by UrlsController#CreateShort as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"GwPAGV6xbbjzNvBINluz+tQvjmjtvVRv7CFLhqPHA/8wmwq8NeiHf800dyOEytdcbVywYziyb1QjdO1m2xIQmQ==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook.com"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/models/url.rb:36

Redirected to localhost:3000/urls/2 Completed 302 Found in 5ms (ActiveRecord: 0.6ms)

Started GET “/urls/2” for 127.0.0.1 at 2019-01-28 15:34:43 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"2"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:54
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 32ms (Views: 29.7ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:34:44 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (7.2ms)

Completed 200 OK in 54ms (Views: 50.7ms | ActiveRecord: 0.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-28 15:34:56 +0530 Processing by UrlsController#CreateShort as /

Parameters: {"longurl"=>"https://stackoverflow.com/lues-for-two-rows-in-the-same-table-in-sql-server", "domain"=>"staflow.com", "url"=>{"longurl"=>"https://stackoverflow.com/lues-for-two-rows-in-the-same-table-in-sql-server", "domain"=>"staflow.com"}}

Can't verify CSRF token authenticity.

Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://stackoverflow.com/lues-for-two-rows-in-the-same-table-in-sql-server"], ["LIMIT", 1]]
↳ app/models/url.rb:36

Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.8ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-28 15:41:13 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.3ms)

Completed 200 OK in 45ms (Views: 41.7ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=youtube.com&commit=Go” for 127.0.0.1 at 2019-01-28 15:41:18 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"youtube.com", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (68.7ms)

Completed 200 OK in 121ms (Views: 102.1ms | ActiveRecord: 10.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=http%3A%2F%2FCKLB%2FL%24lF&commit=Go” for 127.0.0.1 at 2019-01-28 15:41:29 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"http://CKLB/L$lF", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (67.6ms)

Completed 200 OK in 113ms (Views: 110.9ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=http%3A%2F%2FCKLB%2FL%24lF&commit=Go” for 127.0.0.1 at 2019-01-28 15:41:31 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"http://CKLB/L$lF", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (42.4ms)

Completed 200 OK in 81ms (Views: 80.0ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=http%3A%2F%2FCKLB%2FL%24lF&commit=Go” for 127.0.0.1 at 2019-01-28 15:41:32 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"http://CKLB/L$lF", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (45.2ms)

Completed 200 OK in 98ms (Views: 96.3ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:41:35 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 93ms (Views: 60.9ms | ActiveRecord: 6.5ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-28 15:41:39 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (3.0ms)

Completed 200 OK in 55ms (Views: 49.9ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=http%3A%2F%2FCKLB%2FL%24lF&commit=Go” for 127.0.0.1 at 2019-01-28 15:41:41 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"http://CKLB/L$lF", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (35.0ms)

Completed 200 OK in 68ms (Views: 66.4ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=L%24lF&commit=Go” for 127.0.0.1 at 2019-01-28 15:41:56 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"L$lF", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (16.7ms)

Completed 200 OK in 58ms (Views: 55.9ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:44:05 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (6.5ms)

Completed 200 OK in 60ms (Views: 57.0ms | ActiveRecord: 0.0ms)

Started GET “/url/long?shorturl=enTB/KBuF” for 127.0.0.1 at 2019-01-28 15:45:14 +0530 Processing by UrlsController#SearchLong as /

Parameters: {"shorturl"=>"http://enTB/KBuF"}
Url Load (2.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "http://enTB/KBuF"], ["LIMIT", 1]]
↳ app/models/url.rb:42

Completed 200 OK in 8ms (Views: 0.2ms | ActiveRecord: 2.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:45:20 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.5ms)

Completed 200 OK in 34ms (Views: 31.4ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-28 15:45:22 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.9ms)

Completed 200 OK in 70ms (Views: 44.6ms | ActiveRecord: 12.6ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-28 15:45:23 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"YSIvtTmYXJBSLO/IxqdGSbOyDuZx1TYU1Y9DMtNaPaw3swudg5oqhe2WiiyCA5JNeqfaIASTGk6BBa974WmYIw==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (2.1ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:48

Redirected to localhost:3000/urls/new Completed 302 Found in 7ms (ActiveRecord: 2.1ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:45:23 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 39ms (Views: 36.7ms | ActiveRecord: 0.0ms)

Started GET “/urls/short?utf8=%E2%9C%93&url%5Bshorturl%5D=http%3A%2F%2FenTB%2FKBuF&commit=Search” for 127.0.0.1 at 2019-01-28 15:45:35 +0530 Processing by UrlsController#show as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>"http://enTB/KBuF"}, "commit"=>"Search", "id"=>"short"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 0], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:54

Completed 404 Not Found in 5ms (ActiveRecord: 0.7ms)

ActiveRecord::RecordNotFound (Couldn't find Url with 'id'=short):

app/controllers/urls_controller.rb:54:in `show' Started GET “/url/long?shorturl=enTB/KBuF” for 127.0.0.1 at 2019-01-28 15:47:00 +0530 Processing by UrlsController#SearchLong as /

Parameters: {"shorturl"=>"http://enTB/KBuF"}

Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.0ms)

Started GET “/urls/short?utf8=%E2%9C%93&url%5Bshorturl%5D=http%3A%2F%2FenTB%2FKBuF&commit=Search” for 127.0.0.1 at 2019-01-28 15:47:09 +0530 Processing by UrlsController#show as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>"http://enTB/KBuF"}, "commit"=>"Search", "id"=>"short"}
Url Load (1.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 0], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:54

Completed 404 Not Found in 4ms (ActiveRecord: 1.2ms)

ActiveRecord::RecordNotFound (Couldn't find Url with 'id'=short):

app/controllers/urls_controller.rb:54:in `show' Started GET “/url/long?shorturl=enTB/KBuF” for 127.0.0.1 at 2019-01-28 15:47:40 +0530 Processing by UrlsController#SearchLong as /

Parameters: {"shorturl"=>"http://enTB/KBuF"}

Completed 200 OK in 9ms (Views: 0.4ms | ActiveRecord: 1.8ms)

Started GET “/urls/short?utf8=%E2%9C%93&url%5Bshorturl%5D=http%3A%2F%2FenTB%2FKBuF&commit=Search” for 127.0.0.1 at 2019-01-28 15:47:44 +0530 Processing by UrlsController#show as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>"http://enTB/KBuF"}, "commit"=>"Search", "id"=>"short"}
Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 0], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:54

Completed 404 Not Found in 9ms (ActiveRecord: 4.9ms)

ActiveRecord::RecordNotFound (Couldn't find Url with 'id'=short):

app/controllers/urls_controller.rb:54:in `show' Started GET “/urls/short?utf8=%E2%9C%93&url%5Bshorturl%5D=KBuF&commit=Search” for 127.0.0.1 at 2019-01-28 15:48:15 +0530 Processing by UrlsController#show as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>"KBuF"}, "commit"=>"Search", "id"=>"short"}
Url Load (2.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 0], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:54

Completed 404 Not Found in 5ms (ActiveRecord: 2.1ms)

ActiveRecord::RecordNotFound (Couldn't find Url with 'id'=short):

app/controllers/urls_controller.rb:54:in `show' Started POST “/urls/long” for 127.0.0.1 at 2019-01-28 15:49:06 +0530

AbstractController::ActionNotFound (The action 'CreateLong' could not be found for UrlsController):

actionpack (5.2.2) lib/abstract_controller/base.rb:129:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:38:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:49:41 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.3ms)

Completed 200 OK in 48ms (Views: 30.6ms | ActiveRecord: 5.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:49:42 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.6ms)

Completed 200 OK in 61ms (Views: 59.0ms | ActiveRecord: 0.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-28 15:49:46 +0530 Processing by UrlsController#CreateShort as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"xcR35NOUWSXxsDpoMc3mQiMu/haNo79yTBpkdkRR6QLuXL1BuM2z4s+yvQODXILkml3AHVishEmDT8KWPIT6ZA==", "url"=>{"longurl"=>"https://redis.io/topics/rediscli", "domain"=>"redis.io"}, "commit"=>"Search"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://redis.io/topics/rediscli"], ["LIMIT", 1]]
↳ app/models/url.rb:36

Redirected to localhost:3000/urls/3 Completed 302 Found in 5ms (ActiveRecord: 0.8ms)

Started GET “/urls/3” for 127.0.0.1 at 2019-01-28 15:49:46 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"3"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:54
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.3ms)

Completed 200 OK in 32ms (Views: 29.7ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:49:47 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.9ms)

Completed 200 OK in 56ms (Views: 52.3ms | ActiveRecord: 0.0ms)

Started POST “/urls/short” for 127.0.0.1 at 2019-01-28 15:49:50 +0530 Processing by UrlsController#short as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"y+S/URBBIbHLTk3at6L3pH+U5MBVl/NaASOCmNwtA8hue17mhYVF6P2vDcieW/efrnoJJp4qcF98MV7bp0XENA==", "url"=>{"shorturl"=>"http://enTB/KBuF"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/60 Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/urls/60” for 127.0.0.1 at 2019-01-28 15:49:50 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"60"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 60], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:54
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.7ms)

Completed 200 OK in 34ms (Views: 31.1ms | ActiveRecord: 0.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:49:51 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.7ms)

Completed 200 OK in 59ms (Views: 53.6ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-28 15:50:10 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (17.4ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (42.1ms)

Completed 200 OK in 85ms (Views: 47.2ms | ActiveRecord: 31.9ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-28 15:53:21 +0530 Processing by UrlsController#CreateShort as /

Parameters: {"longurl"=>"https://stackoverflow.com/lues-for-two-rows-in-the-same-table-in-sql-server", "domain"=>"staflow.com", "url"=>{"longurl"=>"https://stackoverflow.com/lues-for-two-rows-in-the-same-table-in-sql-server", "domain"=>"staflow.com"}}

Can't verify CSRF token authenticity.

Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://stackoverflow.com/lues-for-two-rows-in-the-same-table-in-sql-server"], ["LIMIT", 1]]
↳ app/models/url.rb:36

Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.5ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-28 15:54:16 +0530 Processing by UrlsController#CreateShort as /

Parameters: {"longurl"=>"https://www.facebook.com/groups/hackathonhackers/?multi_permalinks=2361421583913313&notif_id=1548664543534973&notif_t=group_highlights", "domain"=>"facebook.com", "url"=>{"longurl"=>"https://www.facebook.com/groups/hackathonhackers/?multi_permalinks=2361421583913313&notif_id=1548664543534973&notif_t=group_highlights", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (2.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.facebook.com/groups/hackathonhackers/?multi_permalinks=2361421583913313&notif_id=1548664543534973&notif_t=group_highlights"], ["LIMIT", 1]]
↳ app/models/url.rb:36
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "ZxnLB"], ["LIMIT", 1]]
↳ app/models/url.rb:55
 (0.2ms)  BEGIN
↳ app/models/url.rb:27
Url Create (2.3ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.facebook.com/groups/hackathonhackers/?multi_permalinks=2361421583913313&notif_id=1548664543534973&notif_t=group_highlights"], ["shorturl", "http://vPLB/ZxnLB"], ["domain", "facebook.com"], ["suffix", "ZxnLB"]]
↳ app/models/url.rb:27
 (41.2ms)  COMMIT
↳ app/models/url.rb:27

Completed 200 OK in 236ms (Views: 0.2ms | ActiveRecord: 47.2ms)

Urlreport Load (1.2ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-28"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.7ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 11], ["id", 6]]
↳ app/workers/convert_worker.rb:12
 (0.5ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started POST “/urls/long” for 127.0.0.1 at 2019-01-28 15:54:31 +0530 Processing by UrlsController#CreateShort as /

Parameters: {"longurl"=>"http://www.facebook.com/acdc", "domain"=>"facebook.com", "url"=>{"longurl"=>"http://www.facebook.com/acdc", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://www.facebook.com/acdc"], ["LIMIT", 1]]
↳ app/models/url.rb:36
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "xzZC"], ["LIMIT", 1]]
↳ app/models/url.rb:55
 (0.3ms)  BEGIN
↳ app/models/url.rb:27
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "http://www.facebook.com/acdc"], ["shorturl", "http://vPLB/xzZC"], ["domain", "facebook.com"], ["suffix", "xzZC"]]
↳ app/models/url.rb:27
Urlreport Load (0.4ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-28"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.1ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.3ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 12], ["id", 6]]
↳ app/workers/convert_worker.rb:12
 (40.3ms)  COMMIT
 (37.2ms)  COMMIT
↳ app/models/url.rb:27
↳ app/workers/convert_worker.rb:12

Completed 200 OK in 69ms (Views: 0.4ms | ActiveRecord: 42.3ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-28 15:54:43 +0530 Processing by UrlsController#CreateShort as /

Parameters: {"longurl"=>"http://www.facebook.com/pages/Bananas-in-Pyjamas/17723730145", "domain"=>"facebook.com", "url"=>{"longurl"=>"http://www.facebook.com/pages/Bananas-in-Pyjamas/17723730145", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (1.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://www.facebook.com/pages/Bananas-in-Pyjamas/17723730145"], ["LIMIT", 1]]
↳ app/models/url.rb:36
Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "FomF"], ["LIMIT", 1]]
↳ app/models/url.rb:55
 (1.0ms)  BEGIN
↳ app/models/url.rb:27
Url Create (1.2ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "http://www.facebook.com/pages/Bananas-in-Pyjamas/17723730145"], ["shorturl", "http://vPLB/FomF"], ["domain", "facebook.com"], ["suffix", "FomF"]]
↳ app/models/url.rb:27
Urlreport Load (1.3ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-28"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.8ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (1.0ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 13], ["id", 6]]
↳ app/workers/convert_worker.rb:12
 (44.2ms)  COMMIT
↳ app/workers/convert_worker.rb:12
 (65.8ms)  COMMIT
↳ app/models/url.rb:27

Completed 200 OK in 109ms (Views: 0.2ms | ActiveRecord: 70.5ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-28 15:54:57 +0530 Processing by UrlsController#CreateShort as /

Parameters: {"longurl"=>"http://www.facebook.com/FlightoftheConchords", "domain"=>"facebook.com", "url"=>{"longurl"=>"http://www.facebook.com/FlightoftheConchords", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (1.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://www.facebook.com/FlightoftheConchords"], ["LIMIT", 1]]
↳ app/models/url.rb:36
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "V7fE"], ["LIMIT", 1]]
↳ app/models/url.rb:55
 (0.9ms)  BEGIN
↳ app/models/url.rb:27
Url Create (0.9ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "http://www.facebook.com/FlightoftheConchords"], ["shorturl", "http://vPLB/V7fE"], ["domain", "facebook.com"], ["suffix", "V7fE"]]
↳ app/models/url.rb:27
Urlreport Load (2.8ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-28"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.7ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 14], ["id", 6]]
↳ app/workers/convert_worker.rb:12
 (39.8ms)  COMMIT
 (31.0ms)  COMMIT
↳ app/models/url.rb:27
↳ app/workers/convert_worker.rb:12

Completed 200 OK in 84ms (Views: 0.3ms | ActiveRecord: 44.1ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-28 15:55:13 +0530 Processing by UrlsController#CreateShort as /

Parameters: {"longurl"=>"http://www.facebook.com/hamishandandy", "domain"=>"facebook.com", "url"=>{"longurl"=>"http://www.facebook.com/hamishandandy", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (1.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://www.facebook.com/hamishandandy"], ["LIMIT", 1]]
↳ app/models/url.rb:36
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "i&8D"], ["LIMIT", 1]]
↳ app/models/url.rb:55
 (0.2ms)  BEGIN
↳ app/models/url.rb:27
Url Create (0.8ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "http://www.facebook.com/hamishandandy"], ["shorturl", "http://vPLB/i&8D"], ["domain", "facebook.com"], ["suffix", "i&8D"]]
↳ app/models/url.rb:27
Urlreport Load (0.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-28"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.3ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 15], ["id", 6]]
↳ app/workers/convert_worker.rb:12
 (48.8ms)  COMMIT
↳ app/models/url.rb:27
 (84.3ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Completed 200 OK in 122ms (Views: 0.3ms | ActiveRecord: 52.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-28 15:55:31 +0530 Processing by UrlsController#CreateShort as /

Parameters: {"longurl"=>"http://www.facebook.com/heyheyitssaturday", "domain"=>"facebook.com", "url"=>{"longurl"=>"http://www.facebook.com/heyheyitssaturday", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (1.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://www.facebook.com/heyheyitssaturday"], ["LIMIT", 1]]
↳ app/models/url.rb:36
Url Load (2.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "OOdE"], ["LIMIT", 1]]
↳ app/models/url.rb:55
 (0.4ms)  BEGIN
↳ app/models/url.rb:27
Url Create (1.8ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "http://www.facebook.com/heyheyitssaturday"], ["shorturl", "http://vPLB/OOdE"], ["domain", "facebook.com"], ["suffix", "OOdE"]]
↳ app/models/url.rb:27
Urlreport Load (0.8ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-28"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 16], ["id", 6]]
↳ app/workers/convert_worker.rb:12
 (40.0ms)  COMMIT
 (35.3ms)  COMMIT
↳ app/models/url.rb:27
↳ app/workers/convert_worker.rb:12

Completed 200 OK in 82ms (Views: 0.2ms | ActiveRecord: 45.9ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-28 15:55:48 +0530 Processing by UrlsController#CreateShort as /

Parameters: {"longurl"=>"http://www.facebook.com/Australia", "domain"=>"facebook.com", "url"=>{"longurl"=>"http://www.facebook.com/Australia", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://www.facebook.com/Australia"], ["LIMIT", 1]]
↳ app/models/url.rb:36
Url Load (7.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "Ho&D"], ["LIMIT", 1]]
↳ app/models/url.rb:55
 (0.3ms)  BEGIN
↳ app/models/url.rb:27
Url Create (0.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "http://www.facebook.com/Australia"], ["shorturl", "http://vPLB/Ho&D"], ["domain", "facebook.com"], ["suffix", "Ho&D"]]
↳ app/models/url.rb:27
Urlreport Load (0.8ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-28"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.4ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (1.1ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 17], ["id", 6]]
↳ app/workers/convert_worker.rb:12
 (40.2ms)  COMMIT
↳ app/models/url.rb:27
 (33.8ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Completed 200 OK in 147ms (Views: 0.2ms | ActiveRecord: 49.1ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-28 15:56:00 +0530 Processing by UrlsController#CreateShort as /

Parameters: {"longurl"=>"http://www.facebook.com/pages/Australia/45846641512#!", "domain"=>"facebook.com", "url"=>{"longurl"=>"http://www.facebook.com/pages/Australia/45846641512#!", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (1.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://www.facebook.com/pages/Australia/45846641512#!"], ["LIMIT", 1]]
↳ app/models/url.rb:36
Url Load (1.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "Q$gE"], ["LIMIT", 1]]
↳ app/models/url.rb:55
 (0.5ms)  BEGIN
↳ app/models/url.rb:27
Url Create (2.1ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "http://www.facebook.com/pages/Australia/45846641512#!"], ["shorturl", "http://vPLB/Q$gE"], ["domain", "facebook.com"], ["suffix", "Q$gE"]]
↳ app/models/url.rb:27
Urlreport Load (1.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-28"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.6ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 18], ["id", 6]]
↳ app/workers/convert_worker.rb:12
 (40.8ms)  COMMIT
 (35.0ms)  COMMIT
↳ app/workers/convert_worker.rb:12
↳ app/models/url.rb:27

Completed 200 OK in 79ms (Views: 0.3ms | ActiveRecord: 46.5ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-28 15:56:20 +0530 Processing by UrlsController#CreateShort as /

Parameters: {"longurl"=>"http://www.facebook.com/pages/Peter-Andre/37259252785", "domain"=>"facebook.com", "url"=>{"longurl"=>"http://www.facebook.com/pages/Peter-Andre/37259252785", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://www.facebook.com/pages/Peter-Andre/37259252785"], ["LIMIT", 1]]
↳ app/models/url.rb:36
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "FogE"], ["LIMIT", 1]]
↳ app/models/url.rb:55
 (0.2ms)  BEGIN
↳ app/models/url.rb:27
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "http://www.facebook.com/pages/Peter-Andre/37259252785"], ["shorturl", "http://vPLB/FogE"], ["domain", "facebook.com"], ["suffix", "FogE"]]
↳ app/models/url.rb:27
Urlreport Load (0.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-28"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.6ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 19], ["id", 6]]
↳ app/workers/convert_worker.rb:12
 (44.8ms)  COMMIT
↳ app/models/url.rb:27
 (40.9ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Completed 200 OK in 68ms (Views: 0.2ms | ActiveRecord: 46.9ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-28 15:56:39 +0530 Processing by UrlsController#CreateShort as /

Parameters: {"longurl"=>"http://www.facebook.com/uggaustralia", "domain"=>"facebook.com", "url"=>{"longurl"=>"http://www.facebook.com/uggaustralia", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://www.facebook.com/uggaustralia"], ["LIMIT", 1]]
↳ app/models/url.rb:36
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "4W7D"], ["LIMIT", 1]]
↳ app/models/url.rb:55
 (0.2ms)  BEGIN
↳ app/models/url.rb:27
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "http://www.facebook.com/uggaustralia"], ["shorturl", "http://vPLB/4W7D"], ["domain", "facebook.com"], ["suffix", "4W7D"]]
↳ app/models/url.rb:27
Urlreport Load (0.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-28"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 20], ["id", 6]]
↳ app/workers/convert_worker.rb:12
 (40.3ms)  COMMIT
 (36.1ms)  COMMIT
↳ app/models/url.rb:27
↳ app/workers/convert_worker.rb:12

Completed 200 OK in 62ms (Views: 0.3ms | ActiveRecord: 42.2ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-28 15:57:18 +0530 Processing by UrlsController#CreateShort as /

Parameters: {"longurl"=>"http://www.facebook.com/BillabongGirls%20USA/Australia", "domain"=>"facebook.com", "url"=>{"longurl"=>"http://www.facebook.com/BillabongGirls%20USA/Australia", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://www.facebook.com/BillabongGirls%20USA/Australia"], ["LIMIT", 1]]
↳ app/models/url.rb:36
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "ualF"], ["LIMIT", 1]]
↳ app/models/url.rb:55
 (0.8ms)  BEGIN
↳ app/models/url.rb:27
Url Create (15.1ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "http://www.facebook.com/BillabongGirls%20USA/Australia"], ["shorturl", "http://vPLB/ualF"], ["domain", "facebook.com"], ["suffix", "ualF"]]
↳ app/models/url.rb:27
 (4.7ms)  COMMIT
Urlreport Load (0.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-28"], ["LIMIT", 1]]
↳ app/models/url.rb:27
↳ app/workers/convert_worker.rb:5
 (0.5ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (2.2ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 21], ["id", 6]]
↳ app/workers/convert_worker.rb:12
 (6.3ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Completed 200 OK in 52ms (Views: 0.2ms | ActiveRecord: 22.1ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-28 15:57:28 +0530 Processing by UrlsController#CreateShort as /

Parameters: {"longurl"=>"http://www.facebook.com/Billabong", "domain"=>"facebook.com", "url"=>{"longurl"=>"http://www.facebook.com/Billabong", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://www.facebook.com/Billabong"], ["LIMIT", 1]]
↳ app/models/url.rb:36
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "hl&D"], ["LIMIT", 1]]
↳ app/models/url.rb:55
 (0.2ms)  BEGIN
↳ app/models/url.rb:27
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "http://www.facebook.com/Billabong"], ["shorturl", "http://vPLB/hl&D"], ["domain", "facebook.com"], ["suffix", "hl&D"]]
↳ app/models/url.rb:27
Urlreport Load (0.4ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-28"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.4ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 22], ["id", 6]]
↳ app/workers/convert_worker.rb:12
 (40.7ms)  COMMIT
 (37.2ms)  COMMIT
↳ app/models/url.rb:27
↳ app/workers/convert_worker.rb:12

Completed 200 OK in 64ms (Views: 0.3ms | ActiveRecord: 43.3ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-28 15:57:40 +0530 Processing by UrlsController#CreateShort as /

Parameters: {"longurl"=>"http://www.facebook.com/PringlesAustralia", "domain"=>"facebook.com", "url"=>{"longurl"=>"http://www.facebook.com/PringlesAustralia", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (1.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://www.facebook.com/PringlesAustralia"], ["LIMIT", 1]]
↳ app/models/url.rb:36
Url Load (1.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "mFcE"], ["LIMIT", 1]]
↳ app/models/url.rb:55
 (0.4ms)  BEGIN
↳ app/models/url.rb:27
Url Create (1.3ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "http://www.facebook.com/PringlesAustralia"], ["shorturl", "http://vPLB/mFcE"], ["domain", "facebook.com"], ["suffix", "mFcE"]]
↳ app/models/url.rb:27
Urlreport Load (0.7ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-28"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.3ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (1.0ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 23], ["id", 6]]
↳ app/workers/convert_worker.rb:12
 (44.5ms)  COMMIT
↳ app/models/url.rb:27
 (39.7ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Completed 200 OK in 77ms (Views: 0.3ms | ActiveRecord: 49.4ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-28 15:57:50 +0530 Processing by UrlsController#CreateShort as /

Parameters: {"longurl"=>"http://www.facebook.com/pages/Bubble-O-Bill-Ice-Creams/21233208919", "domain"=>"facebook.com", "url"=>{"longurl"=>"http://www.facebook.com/pages/Bubble-O-Bill-Ice-Creams/21233208919", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://www.facebook.com/pages/Bubble-O-Bill-Ice-Creams/21233208919"], ["LIMIT", 1]]
↳ app/models/url.rb:36
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "*ZqF"], ["LIMIT", 1]]
↳ app/models/url.rb:55
 (0.2ms)  BEGIN
↳ app/models/url.rb:27
Url Create (0.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "http://www.facebook.com/pages/Bubble-O-Bill-Ice-Creams/21233208919"], ["shorturl", "http://vPLB/*ZqF"], ["domain", "facebook.com"], ["suffix", "*ZqF"]]
↳ app/models/url.rb:27
Urlreport Load (0.7ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-28"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 24], ["id", 6]]
↳ app/workers/convert_worker.rb:12
 (40.5ms)  COMMIT
↳ app/models/url.rb:27

Completed 200 OK in 70ms (Views: 0.3ms | ActiveRecord: 42.9ms)

 (77.4ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started POST “/urls/long” for 127.0.0.1 at 2019-01-28 15:58:01 +0530 Processing by UrlsController#CreateShort as /

Parameters: {"longurl"=>"http://www.facebook.com/kyleminogue", "domain"=>"facebook.com", "url"=>{"longurl"=>"http://www.facebook.com/kyleminogue", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (1.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://www.facebook.com/kyleminogue"], ["LIMIT", 1]]
↳ app/models/url.rb:36
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "CN6D"], ["LIMIT", 1]]
↳ app/models/url.rb:55
 (1.1ms)  BEGIN
↳ app/models/url.rb:27
Url Create (0.7ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "http://www.facebook.com/kyleminogue"], ["shorturl", "http://vPLB/CN6D"], ["domain", "facebook.com"], ["suffix", "CN6D"]]
↳ app/models/url.rb:27
Urlreport Load (0.8ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-28"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (1.4ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.6ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 25], ["id", 6]]
↳ app/workers/convert_worker.rb:12
 (42.1ms)  COMMIT
 (35.9ms)  COMMIT
↳ app/workers/convert_worker.rb:12
↳ app/models/url.rb:27

Completed 200 OK in 84ms (Views: 0.2ms | ActiveRecord: 45.8ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-28 15:58:05 +0530 Processing by UrlsController#CreateShort as /

Parameters: {"longurl"=>"http://www.facebook.com/kyleminogue", "domain"=>"facebook.com", "url"=>{"longurl"=>"http://www.facebook.com/kyleminogue", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://www.facebook.com/kyleminogue"], ["LIMIT", 1]]
↳ app/models/url.rb:36

Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.5ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-28 15:58:23 +0530 Processing by UrlsController#CreateShort as /

Parameters: {"longurl"=>"http://www.facebook.com/pages/Steve-Irwin-The-Legend/44188452648", "domain"=>"facebook.com", "url"=>{"longurl"=>"http://www.facebook.com/pages/Steve-Irwin-The-Legend/44188452648", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (2.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://www.facebook.com/pages/Steve-Irwin-The-Legend/44188452648"], ["LIMIT", 1]]
↳ app/models/url.rb:36
Url Load (2.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "VVqF"], ["LIMIT", 1]]
↳ app/models/url.rb:55
 (0.6ms)  BEGIN
↳ app/models/url.rb:27
Url Create (1.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "http://www.facebook.com/pages/Steve-Irwin-The-Legend/44188452648"], ["shorturl", "http://vPLB/VVqF"], ["domain", "facebook.com"], ["suffix", "VVqF"]]
↳ app/models/url.rb:27
Urlreport Load (0.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-28"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (1.3ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.7ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 26], ["id", 6]]
↳ app/workers/convert_worker.rb:12
 (0.5ms)  COMMIT
↳ app/workers/convert_worker.rb:12
 (2.7ms)  COMMIT
↳ app/models/url.rb:27

Completed 200 OK in 50ms (Views: 0.2ms | ActiveRecord: 9.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-28 15:58:34 +0530 Processing by UrlsController#CreateShort as /

Parameters: {"longurl"=>"http://www.facebook.com/pages/Mr-Squiggle/22090818899", "domain"=>"facebook.com", "url"=>{"longurl"=>"http://www.facebook.com/pages/Mr-Squiggle/22090818899", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (1.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://www.facebook.com/pages/Mr-Squiggle/22090818899"], ["LIMIT", 1]]
↳ app/models/url.rb:36
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "1qhE"], ["LIMIT", 1]]
↳ app/models/url.rb:55
 (1.1ms)  BEGIN
↳ app/models/url.rb:27
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "http://www.facebook.com/pages/Mr-Squiggle/22090818899"], ["shorturl", "http://vPLB/1qhE"], ["domain", "facebook.com"], ["suffix", "1qhE"]]
↳ app/models/url.rb:27
Urlreport Load (0.8ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-28"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.3ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 27], ["id", 6]]
↳ app/workers/convert_worker.rb:12
 (40.7ms)  COMMIT
 (35.5ms)  COMMIT
↳ app/workers/convert_worker.rb:12
↳ app/models/url.rb:27

Completed 200 OK in 71ms (Views: 0.3ms | ActiveRecord: 44.6ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-28 15:58:42 +0530 Processing by UrlsController#CreateShort as /

Parameters: {"longurl"=>"http://www.facebook.com/pages/Mr-Squiggle/22090818899", "domain"=>"facebook.com", "url"=>{"longurl"=>"http://www.facebook.com/pages/Mr-Squiggle/22090818899", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (2.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://www.facebook.com/pages/Mr-Squiggle/22090818899"], ["LIMIT", 1]]
↳ app/models/url.rb:36

Completed 200 OK in 8ms (Views: 0.3ms | ActiveRecord: 2.6ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-28 15:58:56 +0530 Processing by UrlsController#CreateShort as /

Parameters: {"longurl"=>"http://www.facebook.com/pages/Hillsong/53505999810", "domain"=>"facebook.com", "url"=>{"longurl"=>"http://www.facebook.com/pages/Hillsong/53505999810", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (2.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://www.facebook.com/pages/Hillsong/53505999810"], ["LIMIT", 1]]
↳ app/models/url.rb:36
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "o&eE"], ["LIMIT", 1]]
↳ app/models/url.rb:55
 (2.1ms)  BEGIN
↳ app/models/url.rb:27
Url Create (2.9ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "http://www.facebook.com/pages/Hillsong/53505999810"], ["shorturl", "http://vPLB/o&eE"], ["domain", "facebook.com"], ["suffix", "o&eE"]]
↳ app/models/url.rb:27
Urlreport Load (0.8ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-28"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.3ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (1.1ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 28], ["id", 6]]
↳ app/workers/convert_worker.rb:12
 (40.2ms)  COMMIT
↳ app/models/url.rb:27
 (34.3ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Completed 200 OK in 79ms (Views: 0.3ms | ActiveRecord: 48.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:59:11 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.1ms)

Completed 200 OK in 217ms (Views: 163.6ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-28 15:59:12 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.5ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (3.1ms)

Completed 200 OK in 117ms (Views: 111.6ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:59:18 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.1ms)

Completed 200 OK in 89ms (Views: 84.9ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-28 15:59:21 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (11.3ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (13.8ms)

Completed 200 OK in 64ms (Views: 51.7ms | ActiveRecord: 11.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 15:59:23 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.6ms)

Completed 200 OK in 69ms (Views: 63.8ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 16:01:15 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.0ms)

Completed 200 OK in 33ms (Views: 31.4ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 16:01:16 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.7ms)

Completed 200 OK in 38ms (Views: 36.7ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-28 16:01:16 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (1.4ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (4.0ms)

Completed 200 OK in 53ms (Views: 50.4ms | ActiveRecord: 1.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 16:01:18 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.8ms)

Completed 200 OK in 48ms (Views: 46.2ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-28 16:01:20 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (14.7ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (19.2ms)

Completed 200 OK in 60ms (Views: 44.6ms | ActiveRecord: 14.7ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-28 16:01:21 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.4ms)  SELECT "urlreports".* FROM "urlreports"
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (2.4ms)

Completed 200 OK in 55ms (Views: 54.4ms | ActiveRecord: 0.4ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-28 16:06:36 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (1.0ms)  SELECT "urlreports".* FROM "urlreports" ORDER BY id DESC
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (17.1ms)

Completed 200 OK in 43ms (Views: 30.8ms | ActiveRecord: 10.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-28 16:06:53 +0530 Processing by UrlreportsController#index as HTML DEPRECATION WARNING: Dangerous query method (method whose arguments are used as raw SQL) called with non-attribute argument(s): “id ASEC”. Non-attribute arguments will be disallowed in Rails 6.0. This method should not be called with user-provided values, such as request parameters or model attributes. Known-safe values can be passed by wrapping them in Arel.sql(). (called from index at /Users/naveen/Documents/Internship/projectIntern/app/controllers/urlreports_controller.rb:4)

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (80.3ms)  SELECT "urlreports".* FROM "urlreports" ORDER BY id ASEC
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (82.2ms)

Completed 500 Internal Server Error in 86ms (ActiveRecord: 80.3ms)

ActionView::Template::Error (PG::SyntaxError: ERROR: syntax error at or near “ASEC” LINE 1: SELECT “urlreports”.* FROM “urlreports” ORDER BY id ASEC

^

: SELECT “urlreports”.* FROM “urlreports” ORDER BY id ASEC):

30:       <th></th>
31:     </tr>
32:    
33:     <% @urlreport.each do |urlreport| %>
34:       <tr>
35:         <td><%= urlreport.date %> &nbsp &nbsp</td>
36:         <td><%= urlreport.count %></td>

app/views/urlreports/index.html.erb:33:in `_app_views_urlreports_index_html_erb__1401062390493518086_70341647195960' app/controllers/urlreports_controller.rb:5:in `index' Started GET “/urlreport” for 127.0.0.1 at 2019-01-28 16:07:03 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.5ms)  SELECT "urlreports".* FROM "urlreports" ORDER BY id ASC
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (12.6ms)

Completed 200 OK in 42ms (Views: 34.8ms | ActiveRecord: 5.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 16:07:21 +0530 Processing by UrlsController#new as HTML Redirected to localhost:3000/user/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-28 16:07:21 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.0ms)

Completed 200 OK in 80ms (Views: 31.5ms | ActiveRecord: 5.1ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-28 16:14:20 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"jH5lkVxdc5wdcuMNjbdUkJigDlh/bC/Qi4S+Qvmv+Hza70G55l8FiaLIhunJE4CUUbXangoqA4rfDlILy5xd8w==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.3ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:48

Redirected to localhost:3000/urls/new Completed 302 Found in 9ms (ActiveRecord: 5.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 16:14:20 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.9ms)

Completed 200 OK in 108ms (Views: 78.8ms | ActiveRecord: 6.9ms)

Started POST “/urls/short” for 127.0.0.1 at 2019-01-28 16:14:23 +0530 Processing by UrlsController#short as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"ze9h5iZ0L3r1m/7opd93aR/m+BfY0uEHiVwJLL8ITs/md6tDTS3FvcuZeYMXThPPppXGHA3d2jxGCa/Mx91dqQ==", "url"=>{"shorturl"=>"vPLB"}, "commit"=>"Search"}
Url Load (3.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "vPLB"], ["LIMIT", 1]]
↳ app/models/url.rb:49

Redirected to localhost:3000/urls/new Completed 302 Found in 8ms (ActiveRecord: 3.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 16:14:23 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 31ms (Views: 29.0ms | ActiveRecord: 0.0ms)

Started POST “/urls/short” for 127.0.0.1 at 2019-01-28 16:14:28 +0530 Processing by UrlsController#short as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"NkqfhKrm7l5Tk2Tza4SIqm5YKnQJjshjIA1Xge1Mgrgd0lUhwb8EmW2R45jZFewM1ysUf9yB81jvWPFhlZmR3g==", "url"=>{"shorturl"=>"vPLB"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/new Completed 302 Found in 4ms (ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-28 16:14:28 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.8ms)

Completed 200 OK in 30ms (Views: 28.9ms | ActiveRecord: 0.0ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-28 16:15:25 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.0ms)

Completed 200 OK in 39ms (Views: 27.0ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=vPLB&commit=Go” for 127.0.0.1 at 2019-01-28 16:15:28 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"vPLB", "commit"=>"Go"}
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (22.6ms)

Completed 200 OK in 60ms (Views: 58.1ms | ActiveRecord: 0.0ms)

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1000]]

Started GET “/sidekiq” for 127.0.0.1 at 2019-01-28 16:28:27 +0530 Started GET “/sidekiq/stylesheets/bootstrap.css” for 127.0.0.1 at 2019-01-28 16:28:27 +0530 Started GET “/sidekiq/javascripts/application.js” for 127.0.0.1 at 2019-01-28 16:28:27 +0530 Started GET “/sidekiq/stylesheets/application.css” for 127.0.0.1 at 2019-01-28 16:28:27 +0530 Started GET “/sidekiq/javascripts/dashboard.js” for 127.0.0.1 at 2019-01-28 16:28:27 +0530 Started GET “/sidekiq/images/status.png” for 127.0.0.1 at 2019-01-28 16:28:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-28 16:28:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-28 16:28:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-28 16:28:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-28 16:28:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-28 16:28:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-28 16:28:57 +0530 Started GET “/sidekiq/scheduled” for 127.0.0.1 at 2019-01-28 16:28:59 +0530 Started GET “/url/long?shorturl=enTB/KBuF” for 127.0.0.1 at 2019-01-28 16:44:08 +0530

 (61.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UrlsController#SearchLong as /

Parameters: {"shorturl"=>"http://enTB/KBuF"}
Url Load (64.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "http://enTB/KBuF"], ["LIMIT", 1]]
↳ app/models/url.rb:42

Completed 200 OK in 304ms (Views: 0.3ms | ActiveRecord: 166.7ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-28 16:44:17 +0530 Processing by UrlsController#CreateShort as /

Parameters: {"longurl"=>"http://www.facebook.com/pages/Hillsong/53505999810", "domain"=>"facebook.com", "url"=>{"longurl"=>"http://www.facebook.com/pages/Hillsong/53505999810", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://www.facebook.com/pages/Hillsong/53505999810"], ["LIMIT", 1]]
↳ app/models/url.rb:36

Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.6ms)

Started GET “/url/long?shorturl=enTB/KBuF” for 127.0.0.1 at 2019-01-28 16:44:22 +0530 Processing by UrlsController#SearchLong as /

Parameters: {"shorturl"=>"http://enTB/KBuF"}

Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-28 16:44:27 +0530 Processing by UrlsController#CreateShort as /

Parameters: {"longurl"=>"http://www.facebook.com/pages/Hillsong/53505999810", "domain"=>"facebook.com", "url"=>{"longurl"=>"http://www.facebook.com/pages/Hillsong/53505999810", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://www.facebook.com/pages/Hillsong/53505999810"], ["LIMIT", 1]]
↳ app/models/url.rb:36

Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 1.0ms)

Started GET “/url/long?shorturl=enTB/KBuF” for 127.0.0.1 at 2019-01-28 16:44:29 +0530 Processing by UrlsController#SearchLong as /

Parameters: {"shorturl"=>"http://enTB/KBuF"}

Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms)

Started GET “/url/long?shorturl=enTB/KBuF” for 127.0.0.1 at 2019-01-28 16:44:32 +0530 Processing by UrlsController#SearchLong as /

Parameters: {"shorturl"=>"http://enTB/KBuF"}

Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)

Started GET “/url/long?shorturl=enTB/KBuF” for 127.0.0.1 at 2019-01-28 16:44:33 +0530 Processing by UrlsController#SearchLong as /

Parameters: {"shorturl"=>"http://enTB/KBuF"}

Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms)

Started GET “/url/long?shorturl=enTB/KBuF” for 127.0.0.1 at 2019-01-28 16:44:34 +0530 Processing by UrlsController#SearchLong as /

Parameters: {"shorturl"=>"http://enTB/KBuF"}

Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms)

Started GET “/url/long?shorturl=enTB/KBuF” for 127.0.0.1 at 2019-01-28 16:44:35 +0530 Processing by UrlsController#SearchLong as /

Parameters: {"shorturl"=>"http://enTB/KBuF"}

Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)

Started GET “/url/long?shorturl=enTB/KBuF” for 127.0.0.1 at 2019-01-28 16:44:36 +0530 Processing by UrlsController#SearchLong as /

Parameters: {"shorturl"=>"http://enTB/KBuF"}

Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms)

Started GET “/url/long?shorturl=enTB/KBuF” for 127.0.0.1 at 2019-01-28 16:44:37 +0530 Processing by UrlsController#SearchLong as /

Parameters: {"shorturl"=>"http://enTB/KBuF"}

Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-28 16:44:39 +0530 Processing by UrlsController#CreateShort as /

Parameters: {"longurl"=>"http://www.facebook.com/pages/Hillsong/53505999810", "domain"=>"facebook.com", "url"=>{"longurl"=>"http://www.facebook.com/pages/Hillsong/53505999810", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://www.facebook.com/pages/Hillsong/53505999810"], ["LIMIT", 1]]
↳ app/models/url.rb:36

Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.5ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-28 16:44:40 +0530 Processing by UrlsController#CreateShort as /

Parameters: {"longurl"=>"http://www.facebook.com/pages/Hillsong/53505999810", "domain"=>"facebook.com", "url"=>{"longurl"=>"http://www.facebook.com/pages/Hillsong/53505999810", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (5.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://www.facebook.com/pages/Hillsong/53505999810"], ["LIMIT", 1]]
↳ app/models/url.rb:36

Completed 200 OK in 8ms (Views: 0.2ms | ActiveRecord: 5.6ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-28 16:44:41 +0530 Processing by UrlsController#CreateShort as /

Parameters: {"longurl"=>"http://www.facebook.com/pages/Hillsong/53505999810", "domain"=>"facebook.com", "url"=>{"longurl"=>"http://www.facebook.com/pages/Hillsong/53505999810", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://www.facebook.com/pages/Hillsong/53505999810"], ["LIMIT", 1]]
↳ app/models/url.rb:36

Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.6ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-28 16:44:42 +0530 Processing by UrlsController#CreateShort as /

Parameters: {"longurl"=>"http://www.facebook.com/pages/Hillsong/53505999810", "domain"=>"facebook.com", "url"=>{"longurl"=>"http://www.facebook.com/pages/Hillsong/53505999810", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (1.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://www.facebook.com/pages/Hillsong/53505999810"], ["LIMIT", 1]]
↳ app/models/url.rb:36

Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 1.6ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-28 16:44:42 +0530 Processing by UrlsController#CreateShort as /

Parameters: {"longurl"=>"http://www.facebook.com/pages/Hillsong/53505999810", "domain"=>"facebook.com", "url"=>{"longurl"=>"http://www.facebook.com/pages/Hillsong/53505999810", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (1.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://www.facebook.com/pages/Hillsong/53505999810"], ["LIMIT", 1]]
↳ app/models/url.rb:36

Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 1.7ms)

Started GET “/” for 127.0.0.1 at 2019-01-29 10:27:15 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (46.5ms)

Completed 200 OK in 1232ms (Views: 1223.5ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 10:27:23 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (94.8ms)

Completed 200 OK in 306ms (Views: 165.0ms | ActiveRecord: 21.3ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-29 10:27:24 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"b5pLHjf3spOemSyM0z69BFi4XDfI+ywUGngoqi7dGLedCAQEtHACHFbi1D3JxM4tMmJtnebtManJp0RN3QnS5g==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (81.7ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:48

Redirected to localhost:3000/urls/new Completed 302 Found in 89ms (ActiveRecord: 81.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 10:27:24 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (10.4ms)

Completed 200 OK in 107ms (Views: 62.0ms | ActiveRecord: 0.0ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-29 10:27:26 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (73.7ms)

Completed 200 OK in 107ms (Views: 104.4ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&q=github.com&commit=Go” for 127.0.0.1 at 2019-01-29 10:27:30 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"github.com", "commit"=>"Go"}
Url Search (578.3ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"github.com","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github.com","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github.com","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github.com","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (10.4ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2)  [["id", 19], ["id", 64]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (17.8ms)

Completed 200 OK in 1164ms (Views: 39.1ms | Searchkick: 578.3ms | ActiveRecord: 12.3ms)

Started GET “/url/search?utf8=%E2%9C%93&q=github.com&commit=Go” for 127.0.0.1 at 2019-01-29 10:27:55 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"github.com", "commit"=>"Go"}
Url Search (93.8ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"github.com","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github.com","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github.com","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github.com","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (10.0ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2)  [["id", 19], ["id", 64]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (520.0ms)

Completed 500 Internal Server Error in 620ms (ActiveRecord: 10.0ms)

ActionView::Template::Error (undefined local variable or method `url' for #<#<Class:0x00007f804e8b3438>:0x00007f804a995fd0> Did you mean? @url

           URI):
29:                                         </tr>
30:                                 <% end %>
31:                         </table>
32:                     <!-- <p>Longurl : <%= url.longurl %> &nbsp &nbsp Shorturl : <%= url.shorturl %></p> -->
33:                 
34:         </div> 
35: </div>

app/views/search/search.html.erb:32:in `_app_views_search_search_html_erb__159130258266904128_70094492054540' Started GET “/url/search?utf8=%E2%9C%93&q=github.com&commit=Go” for 127.0.0.1 at 2019-01-29 10:28:52 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"github.com", "commit"=>"Go"}
Url Search (133.0ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"github.com","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github.com","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github.com","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github.com","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.4ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2)  [["id", 19], ["id", 64]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (2.9ms)

Completed 200 OK in 170ms (Views: 33.9ms | Searchkick: 133.0ms | ActiveRecord: 0.4ms)

Started GET “/url/search?utf8=%E2%9C%93&q=github.com&commit=Go” for 127.0.0.1 at 2019-01-29 10:31:52 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"github.com", "commit"=>"Go"}
Url Search (66.3ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"github.com","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github.com","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github.com","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github.com","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (1.6ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2)  [["id", 19], ["id", 64]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (6.3ms)

Completed 200 OK in 103ms (Views: 32.7ms | Searchkick: 66.3ms | ActiveRecord: 1.6ms)

Started GET “/url/search?utf8=%E2%9C%93&q=github.com&commit=Go” for 127.0.0.1 at 2019-01-29 10:32:32 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"github.com", "commit"=>"Go"}
Url Search (85.7ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"github.com","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github.com","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github.com","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github.com","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (43.5ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2)  [["id", 19], ["id", 64]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (47.3ms)

Completed 200 OK in 188ms (Views: 52.2ms | Searchkick: 85.7ms | ActiveRecord: 43.5ms)

Started GET “/url/search?utf8=%E2%9C%93&q=github.com&commit=Go” for 127.0.0.1 at 2019-01-29 10:33:06 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"github.com", "commit"=>"Go"}
Url Search (203.4ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"github.com","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github.com","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github.com","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github.com","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.5ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2)  [["id", 19], ["id", 64]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (3.9ms)

Completed 200 OK in 319ms (Views: 111.8ms | Searchkick: 203.4ms | ActiveRecord: 0.5ms)

Started GET “/url/search?utf8=%E2%9C%93&q=github.com&commit=Go” for 127.0.0.1 at 2019-01-29 10:33:24 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"github.com", "commit"=>"Go"}
Url Search (70.1ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"github.com","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github.com","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github.com","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github.com","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (14.7ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2)  [["id", 19], ["id", 64]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (19.2ms)

Completed 200 OK in 129ms (Views: 40.9ms | Searchkick: 70.1ms | ActiveRecord: 14.7ms)

Started GET “/url/search?utf8=%E2%9C%93&q=github.com&commit=Go” for 127.0.0.1 at 2019-01-29 10:33:35 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"github.com", "commit"=>"Go"}
Url Search (34.6ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"github.com","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github.com","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github.com","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"github.com","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.4ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2)  [["id", 19], ["id", 64]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (5.3ms)

Completed 200 OK in 91ms (Views: 53.1ms | Searchkick: 34.6ms | ActiveRecord: 0.4ms)

Started GET “/url/search?utf8=%E2%9C%93&q=git&commit=Go” for 127.0.0.1 at 2019-01-29 10:33:42 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"git", "commit"=>"Go"}
Url Search (40.0ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"git","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"git","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"git","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"git","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.6ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" = $1  [["id", 5]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (5.3ms)

Completed 200 OK in 80ms (Views: 35.3ms | Searchkick: 40.0ms | ActiveRecord: 0.6ms)

Started GET “/url/search?utf8=%E2%9C%93&q=youtube.com&commit=Go” for 127.0.0.1 at 2019-01-29 10:33:49 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "q"=>"youtube.com", "commit"=>"Go"}
Url Search (51.4ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"youtube.com","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (2.5ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34)  [["id", 23], ["id", 31], ["id", 37], ["id", 45], ["id", 47], ["id", 50], ["id", 21], ["id", 30], ["id", 32], ["id", 33], ["id", 34], ["id", 42], ["id", 18], ["id", 28], ["id", 39], ["id", 46], ["id", 49], ["id", 20], ["id", 27], ["id", 35], ["id", 36], ["id", 38], ["id", 43], ["id", 51], ["id", 22], ["id", 24], ["id", 25], ["id", 26], ["id", 29], ["id", 40], ["id", 41], ["id", 44], ["id", 48], ["id", 52]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (12.3ms)

Completed 200 OK in 100ms (Views: 42.2ms | Searchkick: 51.4ms | ActiveRecord: 2.5ms)

Started GET “/” for 127.0.0.1 at 2019-01-29 10:37:47 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.1ms)

Completed 200 OK in 160ms (Views: 158.8ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 10:37:50 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.1ms)

Completed 200 OK in 82ms (Views: 27.5ms | ActiveRecord: 5.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-29 10:37:51 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"KBAX4itXGGMwm1OzrbGMv6ojXHmiX52YHoEVfc4zs4Daglj4qNCo7PjgqwK3S/+WwPlt04xJgCXNXnmaPed50Q==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (2.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:48

Redirected to localhost:3000/urls/new Completed 302 Found in 8ms (ActiveRecord: 2.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 10:37:51 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.0ms)

Completed 200 OK in 73ms (Views: 29.9ms | ActiveRecord: 3.8ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-29 10:37:53 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (1.9ms)

Completed 200 OK in 29ms (Views: 26.8ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&url=redis.io&commit=Go” for 127.0.0.1 at 2019-01-29 10:37:59 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"redis.io", "commit"=>"Go"}
Url Search (39.8ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"redis.io","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"redis.io","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"redis.io","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"redis.io","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (1.6ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" = $1  [["id", 3]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (5.7ms)

Completed 200 OK in 80ms (Views: 35.5ms | Searchkick: 39.8ms | ActiveRecord: 1.6ms)

Started GET “/url/search?utf8=%E2%9C%93&url=youtube&commit=Go” for 127.0.0.1 at 2019-01-29 10:38:12 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"youtube", "commit"=>"Go"}
Url Search (34.5ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"youtube","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (27.4ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" = $1  [["id", 53]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (31.3ms)

Completed 200 OK in 102ms (Views: 36.8ms | Searchkick: 34.5ms | ActiveRecord: 27.4ms)

Started GET “/url/search?utf8=%E2%9C%93&url=youtube.com&commit=Go” for 127.0.0.1 at 2019-01-29 10:38:17 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"youtube.com", "commit"=>"Go"}
Url Search (49.0ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"youtube.com","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (1.4ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34)  [["id", 23], ["id", 31], ["id", 37], ["id", 45], ["id", 47], ["id", 50], ["id", 21], ["id", 30], ["id", 32], ["id", 33], ["id", 34], ["id", 42], ["id", 18], ["id", 28], ["id", 39], ["id", 46], ["id", 49], ["id", 20], ["id", 27], ["id", 35], ["id", 36], ["id", 38], ["id", 43], ["id", 51], ["id", 22], ["id", 24], ["id", 25], ["id", 26], ["id", 29], ["id", 40], ["id", 41], ["id", 44], ["id", 48], ["id", 52]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (8.1ms)

Completed 200 OK in 88ms (Views: 34.6ms | Searchkick: 49.0ms | ActiveRecord: 1.4ms)

Started GET “/url/search?utf8=%E2%9C%93&url=facebook.com&commit=Go” for 127.0.0.1 at 2019-01-29 10:38:32 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"facebook.com", "commit"=>"Go"}
Url Search (48.6ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"facebook.com","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"facebook.com","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"facebook.com","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"facebook.com","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.6ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4, $5)  [["id", 62], ["id", 61], ["id", 63], ["id", 2], ["id", 54]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (4.8ms)

Completed 200 OK in 88ms (Views: 34.2ms | Searchkick: 48.6ms | ActiveRecord: 0.6ms)

Started GET “/url/search?utf8=%E2%9C%93&url=facebook&commit=Go” for 127.0.0.1 at 2019-01-29 10:38:37 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"facebook", "commit"=>"Go"}
Url Search (33.4ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"facebook","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"facebook","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"facebook","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"facebook","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.3ms)

Completed 200 OK in 109ms (Views: 71.9ms | Searchkick: 33.4ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&url=facebook&commit=Go” for 127.0.0.1 at 2019-01-29 10:39:34 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"facebook", "commit"=>"Go"}
Url Search (24.7ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"facebook","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"facebook","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"facebook","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"facebook","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.4ms)

Completed 200 OK in 82ms (Views: 53.9ms | Searchkick: 24.7ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 10:51:37 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.5ms)

Completed 200 OK in 247ms (Views: 149.0ms | ActiveRecord: 7.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 10:51:47 +0530 Processing by UrlsController#CreateShort as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"McAyPRBy4gt/Qzt/Tq8Z3QWBoyKH3rRKZLxYa6o+GuHrHANQK3mcB/1EXAjxTIUHQa8nCjP+Z824zlNiX8TxLQ==", "url"=>{"longurl"=>"https://www.linkedin.com/feed/", "domain"=>"linkedin.com"}, "commit"=>"Search"}
Url Load (7.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.linkedin.com/feed/"], ["LIMIT", 1]]
↳ app/models/url.rb:36
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "qR1C"], ["LIMIT", 1]]
↳ app/models/url.rb:55
 (0.3ms)  BEGIN
↳ app/models/url.rb:27
Url Create (101.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.linkedin.com/feed/"], ["shorturl", "http://PRMB/qR1C"], ["domain", "linkedin.com"], ["suffix", "qR1C"]]
↳ app/models/url.rb:27
 (1150.6ms)  COMMIT
↳ app/models/url.rb:27
Url Store (237.5ms)  {"id":92}

Redirected to localhost:3000/urls/92 Completed 302 Found in 2063ms (Searchkick: 237.5ms | ActiveRecord: 1260.7ms)

Started GET “/urls/92” for 127.0.0.1 at 2019-01-29 10:51:49 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"92"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 92], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:54
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 54ms (Views: 29.3ms | ActiveRecord: 0.3ms)

Urlreport Load (42.0ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-29"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.6ms)  BEGIN
↳ app/workers/convert_worker.rb:10
Urlreport Create (73.0ms)  INSERT INTO "urlreports" ("count", "date") VALUES ($1, $2) RETURNING "id"  [["count", 1], ["date", "2019-01-29"]]
↳ app/workers/convert_worker.rb:10
 (0.6ms)  COMMIT
↳ app/workers/convert_worker.rb:10

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 10:51:51 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.7ms)

Completed 200 OK in 56ms (Views: 51.6ms | ActiveRecord: 0.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 10:56:37 +0530 Processing by UrlsController#CreateShort as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"gj+NFTgmU6Hdq8njJrsHySYxLVD5E1zFf3n/2qLqifZY47x4Ay0trV+srpSZWJsTYh+peE0zj0KjC/TTVxBiOg==", "url"=>{"longurl"=>"https://github.com/naveenkewalramani/Safety_Autonomous_Module", "domain"=>"github.com"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://github.com/naveenkewalramani/Safety_Autonomous_Module"], ["LIMIT", 1]]
↳ app/models/url.rb:36

Completed 500 Internal Server Error in 45ms (ActiveRecord: 4.6ms)

NameError (undefined local variable or method `input' for UrlsHelper:Module):

app/helpers/urls_helper.rb:12:in `suffix' app/models/url.rb:22:in `CreateLongUrl' app/controllers/urls_controller.rb:35:in `block (2 levels) in CreateShort' app/controllers/urls_controller.rb:15:in `CreateShort' Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 10:56:51 +0530 Processing by UrlsController#CreateShort as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"oDFrYGJQS/aAaKiMEtwOyza/BfX52jjPc+nn2GO2jh8S4i2WONjWz0HxT3RUvoRiu9ljvgqOfjhgG2p2UR10NA==", "url"=>{"longurl"=>"https://github.com/naveenkewalramani/Safety_Autonomous_Module", "domain"=>"github.com"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://github.com/naveenkewalramani/Safety_Autonomous_Module"], ["LIMIT", 1]]
↳ app/models/url.rb:36
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "nRwG"], ["LIMIT", 1]]
↳ app/models/url.rb:55
 (0.3ms)  BEGIN
↳ app/models/url.rb:27
Url Create (0.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://github.com/naveenkewalramani/Safety_Autonomous_Module"], ["shorturl", "http://UwKB/nRwG"], ["domain", "github.com"], ["suffix", "nRwG"]]
↳ app/models/url.rb:27
 (40.5ms)  COMMIT
↳ app/models/url.rb:27
Urlreport Load (0.3ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-29"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.3ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (41.0ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 2], ["id", 7]]
↳ app/workers/convert_worker.rb:12
 (80.5ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (116.4ms)  {"id":93}

Redirected to localhost:3000/urls/93 Completed 302 Found in 351ms (Searchkick: 116.4ms | ActiveRecord: 46.3ms)

Started GET “/urls/93” for 127.0.0.1 at 2019-01-29 10:56:52 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"93"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 93], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:54
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 381ms (Views: 357.3ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 10:56:54 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 104ms (Views: 23.4ms | ActiveRecord: 0.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 10:58:11 +0530 Processing by UrlsController#CreateShort as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"+9K/TeUO18zfjU9J0SvITAmiSb0RbLxeKLjpSQe2sGAhDo4g3gWpwF2KKD5uyFSWTYzNlaVMb9n0yuJA8kxbrA==", "url"=>{"longurl"=>"https://www.google.com/search?q=ascii&rlz=1C5CHFA_enIN831IN831&oq=ascii&aqs=chrome..69i57j69i59j0l4.1079j0j7&sourceid=chrome&ie=UTF-8", "domain"=>"google.com"}, "commit"=>"Search"}

Redirected to localhost:3000/user/login Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 10:58:11 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.2ms)

Completed 200 OK in 207ms (Views: 134.7ms | ActiveRecord: 4.8ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-29 10:58:13 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"W3afGEaGKG1Zw03C34Rmb/Z2ZBYncUz53PCse7i9iOvppdnuHA61VJhaqjqZ5uzGexACXdQlCg7PAiHVihZywA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.1ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:49

Redirected to localhost:3000/urls/new Completed 302 Found in 5ms (ActiveRecord: 1.1ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 10:58:13 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.3ms)

Completed 200 OK in 70ms (Views: 28.3ms | ActiveRecord: 3.1ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 10:58:20 +0530 Processing by UrlsController#CreateShort as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"qAkoBk1QJRi+Lj/v+QoqtQsTqws2QRqmA0AdTL3DIToa2m7wF9i4IX+32Be/aKAchnXNQMUVXFEQspDij2jbEQ==", "url"=>{"longurl"=>"https://www.google.com/search?q=ascii&rlz=1C5CHFA_enIN831IN831&oq=ascii&aqs=chrome..69i57j69i59j0l4.1079j0j7&sourceid=chrome&ie=UTF-8", "domain"=>"google.com"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.google.com/search?q=ascii&rlz=1C5CHFA_enIN831IN831&oq=ascii&aqs=chrome..69i57j69i59j0l4.1079j0j7&sourceid=chrome&ie=UTF-8"], ["LIMIT", 1]]
↳ app/models/url.rb:36
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "WCiLB"], ["LIMIT", 1]]
↳ app/models/url.rb:55
 (0.2ms)  BEGIN
↳ app/models/url.rb:27
Url Create (0.9ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.google.com/search?q=ascii&rlz=1C5CHFA_enIN831IN831&oq=ascii&aqs=chrome..69i57j69i59j0l4.1079j0j7&sourceid=chrome&ie=UTF-8"], ["shorturl", "http://OwKB/WCiLB"], ["domain", "google.com"], ["suffix", "WCiLB"]]
↳ app/models/url.rb:27
 (41.1ms)  COMMIT
↳ app/models/url.rb:27
Urlreport Load (0.8ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-29"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.3ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.6ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 3], ["id", 7]]
↳ app/workers/convert_worker.rb:12
 (9.1ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (48.5ms)  {"id":94}

Redirected to localhost:3000/urls/94 Completed 302 Found in 186ms (Searchkick: 48.5ms | ActiveRecord: 43.5ms)

Started GET “/urls/94” for 127.0.0.1 at 2019-01-29 10:58:20 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"94"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 94], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:54
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 47ms (Views: 27.7ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 10:58:23 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.2ms)

Completed 200 OK in 50ms (Views: 47.8ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-29 11:04:07 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.3ms)

Completed 200 OK in 215ms (Views: 130.8ms | ActiveRecord: 10.3ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-29 11:04:09 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 74ms (Views: 27.3ms | ActiveRecord: 0.0ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-29 11:04:31 +0530 Processing by UsersController#signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"ViXMNdabPXdBdTn4ibJfFx0GWpE6KSSSfUUrfVnS34yZz2pBeIJtRsJGY/RULzAMsLguMnYjYHMAtmFUjYZC4A==", "user"=>{"username"=>"Anurag", "email"=>"anurag@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"signup"}
User Load (3.7ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "anurag@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:14
User Load (0.7ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "Anurag"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:17

Unpermitted parameter: :password_confirmation

 (0.5ms)  BEGIN
↳ app/models/user.rb:11
User Exists (0.6ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "Anurag"], ["LIMIT", 1]]
↳ app/models/user.rb:11
User Exists (0.6ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "anurag@gmail.com"], ["LIMIT", 1]]
↳ app/models/user.rb:11
User Create (25.1ms)  INSERT INTO "users" ("username", "email", "password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["username", "Anurag"], ["email", "anurag@gmail.com"], ["password", "b97pv324tb535i268744788"], ["created_at", "2019-01-29 05:34:31.422971"], ["updated_at", "2019-01-29 05:34:31.422971"]]
↳ app/models/user.rb:11
 (1.0ms)  COMMIT
↳ app/models/user.rb:11

Redirected to localhost:3000/urls/new Completed 302 Found in 48ms (ActiveRecord: 32.1ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 11:04:31 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 104ms (Views: 38.2ms | ActiveRecord: 8.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 11:11:43 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.3ms)

Completed 200 OK in 49ms (Views: 28.4ms | ActiveRecord: 8.4ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 11:11:48 +0530 Processing by UrlsController#CreateShort as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"VrbIl1oV2B3OgZfJpyusUmOnT6Dm0lf3QADyRJ/8cK7kZY5hAJ1FJA8YcDHhSSb77sEp6xWGEQBT8n/qrVeKhQ==", "url"=>{"longurl"=>"https://redis.io/topics/rediscli", "domain"=>"redis.io"}, "commit"=>"Search"}
Url Load (1.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://redis.io/topics/rediscli"], ["LIMIT", 1]]
↳ app/models/url.rb:36

Redirected to localhost:3000/urls/3 Completed 302 Found in 7ms (ActiveRecord: 1.7ms)

Started GET “/urls/3” for 127.0.0.1 at 2019-01-29 11:11:48 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"3"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:54
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 33ms (Views: 29.7ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 11:12:01 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.5ms)

Completed 200 OK in 75ms (Views: 66.2ms | ActiveRecord: 0.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 11:12:20 +0530 Processing by UrlsController#CreateShort as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"O3LykrGXX93AwxGffw9ubUyAuGJjhjMS8InyYG0BTj/hrsP/ipwh0ULEdujA7PK3CK48Stem4JUs+/lpmPul8w==", "url"=>{"longurl"=>"www.google.com/fgygjhghhghhguifgifg", "domain"=>"google.com"}, "commit"=>"Search"}
Url Load (1.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.google.com/fgygjhghhghhguifgifg"], ["LIMIT", 1]]
↳ app/models/url.rb:36

Redirected to localhost:3000/urls/56 Completed 302 Found in 4ms (ActiveRecord: 1.4ms)

Started GET “/urls/56” for 127.0.0.1 at 2019-01-29 11:12:20 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"56"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 56], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:54
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (2.2ms)

Completed 200 OK in 46ms (Views: 40.6ms | ActiveRecord: 0.5ms)

Started GET “/urls/56” for 127.0.0.1 at 2019-01-29 11:12:46 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"56"}
Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 56], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:54
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 38ms (Views: 34.1ms | ActiveRecord: 1.0ms)

Started GET “/urls/56” for 127.0.0.1 at 2019-01-29 11:13:04 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"56"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 56], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:54
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 38ms (Views: 32.4ms | ActiveRecord: 0.7ms)

Started GET “/urls/56” for 127.0.0.1 at 2019-01-29 11:13:12 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"56"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 56], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:54
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 63ms (Views: 59.6ms | ActiveRecord: 0.4ms)

Started GET “/urls/56” for 127.0.0.1 at 2019-01-29 11:13:13 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"56"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 56], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:54
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 37ms (Views: 33.2ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 11:13:22 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.9ms)

Completed 200 OK in 54ms (Views: 49.0ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-29 11:13:24 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (1.0ms)  SELECT "urlreports".* FROM "urlreports" ORDER BY id ASC
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (10.7ms)

Completed 200 OK in 62ms (Views: 29.0ms | ActiveRecord: 4.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 11:14:30 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.2ms)

Completed 200 OK in 51ms (Views: 48.6ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 11:14:31 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.0ms)

Completed 200 OK in 40ms (Views: 38.1ms | ActiveRecord: 0.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 11:14:45 +0530 Processing by UrlsController#CreateShort as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"ot6YG0fjF1fjqifps5gsibHj8L6KN0f0vsJRj8e5J74QDd7tHWuKbiIzwBH1+qYgPIWW9XljAQOtMNwh9RLdlQ==", "url"=>{"longurl"=>"https://www.linkedin.com/in/markritson/", "domain"=>"linkedin.com"}, "commit"=>"Search"}
Url Load (1.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.linkedin.com/in/markritson/"], ["LIMIT", 1]]
↳ app/models/url.rb:36
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "Uj9D"], ["LIMIT", 1]]
↳ app/models/url.rb:55
 (0.3ms)  BEGIN
↳ app/models/url.rb:27
Url Create (0.7ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.linkedin.com/in/markritson/"], ["shorturl", "http://PRMB/Uj9D"], ["domain", "linkedin.com"], ["suffix", "Uj9D"]]
↳ app/models/url.rb:27
 (40.5ms)  COMMIT
↳ app/models/url.rb:27
Urlreport Load (1.2ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-29"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.8ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 4], ["id", 7]]
↳ app/workers/convert_worker.rb:12
 (41.0ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (34.4ms)  {"id":95}

Redirected to localhost:3000/urls/95 Completed 302 Found in 153ms (Searchkick: 34.4ms | ActiveRecord: 43.6ms)

Started GET “/urls/95” for 127.0.0.1 at 2019-01-29 11:14:45 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"95"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 95], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:54
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 36ms (Views: 32.2ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 11:14:47 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (8.5ms)

Completed 200 OK in 59ms (Views: 55.4ms | ActiveRecord: 0.0ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-29 11:14:55 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.6ms)

Completed 200 OK in 28ms (Views: 26.6ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&url=youtube&commit=Go” for 127.0.0.1 at 2019-01-29 11:15:01 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"youtube", "commit"=>"Go"}
Url Search (27.0ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"youtube","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.5ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" = $1  [["id", 53]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (5.9ms)

Completed 200 OK in 105ms (Views: 72.6ms | Searchkick: 27.0ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 11:15:07 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (7.4ms)

Completed 200 OK in 59ms (Views: 55.1ms | ActiveRecord: 0.0ms)

Started POST “/urls/short” for 127.0.0.1 at 2019-01-29 11:15:10 +0530 Processing by UrlsController#short as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"ebRhsxNFuURSEjPhxmBjOLEijG2IZGtatzK0JdCXD3SewhZi1ymJp482aOwJqQHYDPCTRGx2TW4eIVK/rwJEjQ==", "url"=>{"shorturl"=>"eXqF"}, "commit"=>"Search"}
Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "eXqF"], ["LIMIT", 1]]
↳ app/models/url.rb:49

Redirected to localhost:3000/urls/53 Completed 302 Found in 8ms (ActiveRecord: 1.0ms)

Started GET “/urls/53” for 127.0.0.1 at 2019-01-29 11:15:10 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"53"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 53], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:54
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 28ms (Views: 25.5ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 11:15:12 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.5ms)

Completed 200 OK in 59ms (Views: 54.0ms | ActiveRecord: 0.0ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-29 11:15:14 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.9ms)

Completed 200 OK in 50ms (Views: 45.2ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&url=eXqF&commit=Go” for 127.0.0.1 at 2019-01-29 11:15:16 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"eXqF", "commit"=>"Go"}
Url Search (25.2ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"eXqF","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"eXqF","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"eXqF","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"eXqF","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.4ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" = $1  [["id", 53]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (3.4ms)

Completed 200 OK in 58ms (Views: 29.3ms | Searchkick: 25.2ms | ActiveRecord: 0.4ms)

Started GET “/url/search?utf8=%E2%9C%93&url=eXq&commit=Go” for 127.0.0.1 at 2019-01-29 11:15:19 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"eXq", "commit"=>"Go"}
Url Search (27.2ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"eXq","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"eXq","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"eXq","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"eXq","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.7ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2)  [["id", 53], ["id", 60]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (4.7ms)

Completed 200 OK in 71ms (Views: 38.9ms | Searchkick: 27.2ms | ActiveRecord: 0.7ms)

Started GET “/url/search?utf8=%E2%9C%93&url=eX&commit=Go” for 127.0.0.1 at 2019-01-29 11:15:30 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"eX", "commit"=>"Go"}
Url Search (37.2ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"eX","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"eX","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"eX","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"eX","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.6ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4, $5, $6)  [["id", 60], ["id", 4], ["id", 6], ["id", 65], ["id", 5], ["id", 35]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (4.4ms)

Completed 200 OK in 73ms (Views: 31.6ms | Searchkick: 37.2ms | ActiveRecord: 0.6ms)

Started GET “/url/search?utf8=%E2%9C%93&url=e&commit=Go” for 127.0.0.1 at 2019-01-29 11:15:33 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"e", "commit"=>"Go"}
Url Search (85.0ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"e","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"e","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"e","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"e","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.5ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17)  [["id", 35], ["id", 25], ["id", 5], ["id", 10], ["id", 62], ["id", 65], ["id", 94], ["id", 2], ["id", 4], ["id", 6], ["id", 7], ["id", 13], ["id", 18], ["id", 3], ["id", 37], ["id", 47], ["id", 58]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (5.0ms)

Completed 200 OK in 134ms (Views: 44.3ms | Searchkick: 85.0ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 11:16:54 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (8.2ms)

Completed 200 OK in 57ms (Views: 53.2ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-29 11:16:55 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.7ms)

Completed 200 OK in 120ms (Views: 26.3ms | ActiveRecord: 3.5ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-29 11:16:57 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"omJcpHpJEXayPagxBCSDtqMNZPh6G8n6EZU/2CQSfdhQ8BO++c6h+XpGUIAe3vCfyddVUlQN1EfCSlM/18a3iQ==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:49

Redirected to localhost:3000/urls/new Completed 302 Found in 5ms (ActiveRecord: 1.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 11:16:57 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 32ms (Views: 30.3ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-29 11:16:59 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.5ms)

Completed 200 OK in 56ms (Views: 54.6ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-29 13:17:44 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"xGuZ+H/TrWbDcHRPZaLQpmWsiu5UexTZ42oH4ddLB8w2+dbi/FQd6QsLjP5/WKOPD3a7RHptCWQwtWsGJJ/NnQ==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (14.8ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:49

Redirected to localhost:3000/urls/new Completed 302 Found in 62ms (ActiveRecord: 26.1ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 13:17:44 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (1.4ms)

Completed 500 Internal Server Error in 29ms (ActiveRecord: 4.0ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/urls/new.html.erb:69: syntax error, unexpected do (for block) …ls_short_path, method: :get, do |form| @output_buffer.safe_a… … ^~ /Users/naveen/Documents/Internship/projectIntern/app/views/urls/new.html.erb:92: syntax error, unexpected ensure, expecting end-of-input

ensure
^~~~~~):

app/views/urls/new.html.erb:69: syntax error, unexpected do (for block) app/views/urls/new.html.erb:92: syntax error, unexpected ensure, expecting end-of-input Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 13:18:00 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.9ms)

Completed 200 OK in 410ms (Views: 407.4ms | ActiveRecord: 0.0ms)

Started GET “/urls/short?utf8=%E2%9C%93&url%5Bshorturl%5D=gfgfg&commit=Search” for 127.0.0.1 at 2019-01-29 13:18:07 +0530 Processing by UrlsController#show as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>"gfgfg"}, "commit"=>"Search", "id"=>"short"}
Url Load (1.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 0], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:54

Completed 404 Not Found in 7ms (ActiveRecord: 1.4ms)

ActiveRecord::RecordNotFound (Couldn't find Url with 'id'=short):

app/controllers/urls_controller.rb:54:in `show' Started GET “/urls/short?utf8=%E2%9C%93&url%5Bshorturl%5D=gfgfg&commit=Search” for 127.0.0.1 at 2019-01-29 13:19:46 +0530 Processing by UrlsController#show as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>"gfgfg"}, "commit"=>"Search", "id"=>"short"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 0], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:54

Completed 404 Not Found in 14ms (ActiveRecord: 5.6ms)

ActiveRecord::RecordNotFound (Couldn't find Url with 'id'=short):

app/controllers/urls_controller.rb:54:in `show' Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 13:20:10 +0530 Processing by UrlsController#CreateShort as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"GF9/tzcAsPVunjzuECVjVpFT7RRaQAj534d2HxQgtWSqjDlBbYgtzK8H2xZWR+n/HDWLX6kUTg7MdfuxJotPTw==", "url"=>{"longurl"=>"https://redis.io/topics/rediscli", "domain"=>"redis.io"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://redis.io/topics/rediscli"], ["LIMIT", 1]]
↳ app/models/url.rb:36

Redirected to localhost:3000/urls/3 Completed 302 Found in 18ms (ActiveRecord: 0.6ms)

Started GET “/urls/3” for 127.0.0.1 at 2019-01-29 13:20:10 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"3"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:54
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.3ms)

Completed 200 OK in 43ms (Views: 34.8ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 13:20:18 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (53.1ms)

Completed 200 OK in 88ms (Views: 82.9ms | ActiveRecord: 0.0ms)

Started GET “/url/long?utf8=%E2%9C%93&url%5Bshorturl%5D=http%3A%2F%2FRbH%2FJ%24%26D%09&commit=Search” for 127.0.0.1 at 2019-01-29 13:20:22 +0530 Processing by UrlsController#SearchLong as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>"http://RbH/J$&D\t"}, "commit"=>"Search"}
Url Load (7.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "http://RbH/J$&D\t"], ["LIMIT", 1]]
↳ app/models/url.rb:42

Redirected to localhost:3000/urls/new Completed 302 Found in 11ms (ActiveRecord: 7.1ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 13:20:22 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.0ms)

Completed 200 OK in 29ms (Views: 27.3ms | ActiveRecord: 0.0ms)

Started GET “/url/long?utf8=%E2%9C%93&url%5Bshorturl%5D=J%24%26D%09&commit=Search” for 127.0.0.1 at 2019-01-29 13:20:32 +0530 Processing by UrlsController#SearchLong as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>"J$&D\t"}, "commit"=>"Search"}
Url Load (1.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "J$&D\t"], ["LIMIT", 1]]
↳ app/models/url.rb:49

Redirected to localhost:3000/urls/new Completed 302 Found in 8ms (ActiveRecord: 1.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 13:20:32 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.1ms)

Completed 200 OK in 32ms (Views: 30.2ms | ActiveRecord: 0.0ms)

Started GET “/url/long?utf8=%E2%9C%93&url%5Bshorturl%5D=&commit=Search” for 127.0.0.1 at 2019-01-29 13:20:33 +0530 Processing by UrlsController#SearchLong as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>""}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", ""], ["LIMIT", 1]]
↳ app/models/url.rb:49

Redirected to localhost:3000/urls/new Completed 302 Found in 4ms (ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 13:20:33 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.1ms)

Completed 200 OK in 32ms (Views: 30.7ms | ActiveRecord: 0.0ms)

Started GET “/url/long?utf8=%E2%9C%93&url%5Bshorturl%5D=&commit=Search” for 127.0.0.1 at 2019-01-29 13:20:34 +0530 Processing by UrlsController#SearchLong as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>""}, "commit"=>"Search"}

Redirected to localhost:3000/urls/new Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 13:20:34 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 35ms (Views: 33.2ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 13:22:30 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.8ms)

Completed 200 OK in 44ms (Views: 28.2ms | ActiveRecord: 4.3ms)

Started GET “/url/long?utf8=%E2%9C%93&url%5Bshorturl%5D=http%3A%2F%2FRbH%2FJ%24%26D%09&commit=Search” for 127.0.0.1 at 2019-01-29 13:22:35 +0530 Processing by UrlsController#SearchLong as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>"http://RbH/J$&D\t"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/new Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 13:22:35 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.5ms)

Completed 200 OK in 31ms (Views: 29.2ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 13:28:47 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.4ms)

Completed 200 OK in 53ms (Views: 51.9ms | ActiveRecord: 0.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 13:29:06 +0530 Processing by UrlsController#CreateShort as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"dGWsiXxeQEW/BvspYhhXkgWAlK50kzNuWdAB64u90cnGtup/JtbdfH6fHNEket07iOby5YfHdZlKIoxFuRYr4g==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook.com"}, "commit"=>"Search"}
Url Load (5.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/models/url.rb:36

Redirected to localhost:3000/urls/2 Completed 302 Found in 16ms (ActiveRecord: 11.5ms)

Started GET “/urls/2” for 127.0.0.1 at 2019-01-29 13:29:06 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"2"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:54
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 30ms (Views: 24.9ms | ActiveRecord: 0.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 13:29:10 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.9ms)

Completed 200 OK in 52ms (Views: 50.4ms | ActiveRecord: 0.0ms)

Started GET “/url/long?utf8=%E2%9C%93&url%5Bshorturl%5D=K0%25B&commit=Search” for 127.0.0.1 at 2019-01-29 13:29:13 +0530 Processing by UrlsController#SearchLong as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>"K0%B"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "K0%B"], ["LIMIT", 1]]
↳ app/models/url.rb:49

Redirected to localhost:3000/urls/2 Completed 302 Found in 4ms (ActiveRecord: 0.6ms)

Started GET “/urls/2” for 127.0.0.1 at 2019-01-29 13:29:13 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"2"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:54
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 30ms (Views: 27.5ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 13:29:34 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (6.6ms)

Completed 200 OK in 67ms (Views: 62.7ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 13:29:41 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.5ms)

Completed 200 OK in 33ms (Views: 30.0ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-29 13:29:50 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.6ms)  SELECT "urlreports".* FROM "urlreports" ORDER BY id ASC
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (11.5ms)

Completed 200 OK in 66ms (Views: 42.6ms | ActiveRecord: 6.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 14:02:49 +0530 Processing by UrlsController#new as HTML Redirected to localhost:3000/user/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:02:49 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.7ms)

Completed 200 OK in 44ms (Views: 24.3ms | ActiveRecord: 8.4ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-29 14:02:50 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"j+VAI2S9q9cflELb41efv9/iilEzs5oZz6mTQ0JiTvl9dw855zobWNfvumr5reyWtTi7+x2lh6Qcdv+ksbaEqA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (2.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:49

Redirected to localhost:3000/urls/new Completed 302 Found in 7ms (ActiveRecord: 2.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 14:02:50 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 55ms (Views: 30.2ms | ActiveRecord: 5.2ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 14:03:03 +0530 Processing by UrlsController#CreateShort as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"8IIRwOSHN7VTZ4bp3ObubQSxSUdt3mbBDWG6N87VAOlCUVc2vg+qjJL+YRGahGTEidcvDJ6KIDYekzeZ/H76wg==", "url"=>{"longurl"=>"https://www.sublimetext.com/docs/3/indentation.html", "domain"=>"sublimetext.com"}, "commit"=>"Search"}
Url Load (1.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.sublimetext.com/docs/3/indentation.html"], ["LIMIT", 1]]
↳ app/models/url.rb:36

Completed 500 Internal Server Error in 18ms (ActiveRecord: 1.4ms)

NoMethodError (undefined method `Unique' for #<Class:0x00007f804ded9c78>):

app/models/url.rb:23:in `create_longurl' app/controllers/urls_controller.rb:35:in `block (2 levels) in CreateShort' app/controllers/urls_controller.rb:15:in `CreateShort' Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 14:03:12 +0530 Processing by UrlsController#CreateShort as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"8IIRwOSHN7VTZ4bp3ObubQSxSUdt3mbBDWG6N87VAOlCUVc2vg+qjJL+YRGahGTEidcvDJ6KIDYekzeZ/H76wg==", "url"=>{"longurl"=>"https://www.sublimetext.com/docs/3/indentation.html", "domain"=>"sublimetext.com"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.sublimetext.com/docs/3/indentation.html"], ["LIMIT", 1]]
↳ app/models/url.rb:36
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "T7kE"], ["LIMIT", 1]]
↳ app/models/url.rb:55
 (0.2ms)  BEGIN
↳ app/models/url.rb:27
Url Create (0.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.sublimetext.com/docs/3/indentation.html"], ["shorturl", "http://LBPB/T7kE"], ["domain", "sublimetext.com"], ["suffix", "T7kE"]]
↳ app/models/url.rb:27
Urlreport Load (1.4ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-29"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.3ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Exists (0.7ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-29"], ["id", 7], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Urlreport Update (1.0ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 5], ["id", 7]]
↳ app/workers/convert_worker.rb:12
 (742.5ms)  COMMIT
 (590.1ms)  COMMIT
↳ app/workers/convert_worker.rb:12
↳ app/models/url.rb:27
Url Store (58.1ms)  {"id":96}

Redirected to localhost:3000/urls/96 Completed 302 Found in 1171ms (Searchkick: 58.1ms | ActiveRecord: 747.6ms)

Started GET “/urls/96” for 127.0.0.1 at 2019-01-29 14:03:13 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"96"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 96], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:54
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 38ms (Views: 34.4ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 14:03:18 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (6.8ms)

Completed 200 OK in 54ms (Views: 51.9ms | ActiveRecord: 0.0ms)

Started GET “/url/long?utf8=%E2%9C%93&url%5Bshorturl%5D=http%3A%2F%2FLBPB%2FT7kE&commit=Search” for 127.0.0.1 at 2019-01-29 14:03:20 +0530 Processing by UrlsController#SearchLong as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>"http://LBPB/T7kE"}, "commit"=>"Search"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "http://LBPB/T7kE"], ["LIMIT", 1]]
↳ app/models/url.rb:42

Redirected to localhost:3000/urls/96 Completed 302 Found in 6ms (ActiveRecord: 0.7ms)

Started GET “/urls/96” for 127.0.0.1 at 2019-01-29 14:03:20 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"96"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 96], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:54
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 30ms (Views: 27.3ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 14:05:34 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.6ms)

Completed 200 OK in 56ms (Views: 36.0ms | ActiveRecord: 5.7ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-29 14:05:35 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (14.5ms)  SELECT "urlreports".* FROM "urlreports" ORDER BY id ASC
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (32.6ms)

Completed 200 OK in 100ms (Views: 72.4ms | ActiveRecord: 23.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 14:05:37 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.5ms)

Completed 200 OK in 63ms (Views: 61.1ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-29 14:05:38 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.4ms)

Completed 200 OK in 65ms (Views: 35.5ms | ActiveRecord: 6.3ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-29 14:05:40 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"3gwRO/bta4ACPslCPh+SpUETOl/FOCiyeLvFrGGl8Yssnl4hdWrbD8pFMfMk5eGMK8kL9esuNQ+rZKlLknE72g==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:49

Redirected to localhost:3000/urls/new Completed 302 Found in 5ms (ActiveRecord: 1.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 14:05:40 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.5ms)

Completed 200 OK in 37ms (Views: 34.5ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-29 14:07:46 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.4ms)  SELECT "urlreports".* FROM "urlreports" ORDER BY id ASC
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (9.4ms)

Completed 200 OK in 49ms (Views: 40.4ms | ActiveRecord: 3.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 14:07:47 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.9ms)

Completed 200 OK in 108ms (Views: 53.4ms | ActiveRecord: 30.3ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-29 14:07:49 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (1.9ms)

Completed 200 OK in 32ms (Views: 30.8ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&url=https%3A%2F%2Fyoutu.be%2F0cGj4prWlFk&commit=Go” for 127.0.0.1 at 2019-01-29 14:07:53 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"https://youtu.be/0cGj4prWlFk", "commit"=>"Go"}
Url Search (95.7ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"https:////youtu.be//0cGj4prWlFk","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"https:////youtu.be//0cGj4prWlFk","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"https:////youtu.be//0cGj4prWlFk","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"https:////youtu.be//0cGj4prWlFk","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.3ms)

Completed 200 OK in 138ms (Views: 38.7ms | Searchkick: 95.7ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&url=4prWlFk&commit=Go” for 127.0.0.1 at 2019-01-29 14:07:59 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"4prWlFk", "commit"=>"Go"}
Url Search (42.9ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"4prWlFk","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"4prWlFk","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"4prWlFk","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"4prWlFk","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.5ms)

Completed 200 OK in 78ms (Views: 31.9ms | Searchkick: 42.9ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&url=youtube.com&commit=Go” for 127.0.0.1 at 2019-01-29 14:08:05 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"youtube.com", "commit"=>"Go"}
Url Search (41.6ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"youtube.com","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.5ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34)  [["id", 23], ["id", 31], ["id", 37], ["id", 45], ["id", 47], ["id", 50], ["id", 21], ["id", 30], ["id", 32], ["id", 33], ["id", 34], ["id", 42], ["id", 18], ["id", 28], ["id", 39], ["id", 46], ["id", 49], ["id", 20], ["id", 27], ["id", 35], ["id", 36], ["id", 38], ["id", 43], ["id", 51], ["id", 22], ["id", 24], ["id", 25], ["id", 26], ["id", 29], ["id", 40], ["id", 41], ["id", 44], ["id", 48], ["id", 52]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (4.9ms)

Completed 200 OK in 77ms (Views: 31.1ms | Searchkick: 41.6ms | ActiveRecord: 0.5ms)

Started GET “/url/search?utf8=%E2%9C%93&url=youtube.com&commit=Go” for 127.0.0.1 at 2019-01-29 14:45:42 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"youtube.com", "commit"=>"Go"}
Url Search (26.5ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"youtube.com","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.9ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34)  [["id", 23], ["id", 31], ["id", 37], ["id", 45], ["id", 47], ["id", 50], ["id", 21], ["id", 30], ["id", 32], ["id", 33], ["id", 34], ["id", 42], ["id", 18], ["id", 28], ["id", 39], ["id", 46], ["id", 49], ["id", 20], ["id", 27], ["id", 35], ["id", 36], ["id", 38], ["id", 43], ["id", 51], ["id", 22], ["id", 24], ["id", 25], ["id", 26], ["id", 29], ["id", 40], ["id", 41], ["id", 44], ["id", 48], ["id", 52]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (14.9ms)

Completed 200 OK in 235ms (Views: 143.5ms | Searchkick: 26.5ms | ActiveRecord: 8.9ms)

Started GET “/url/search?utf8=%E2%9C%93&url=youtube.com&commit=Go” for 127.0.0.1 at 2019-01-29 14:45:45 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"youtube.com", "commit"=>"Go"}
Url Search (30.8ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"youtube.com","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.8ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34)  [["id", 23], ["id", 31], ["id", 37], ["id", 45], ["id", 47], ["id", 50], ["id", 21], ["id", 30], ["id", 32], ["id", 33], ["id", 34], ["id", 42], ["id", 18], ["id", 28], ["id", 39], ["id", 46], ["id", 49], ["id", 20], ["id", 27], ["id", 35], ["id", 36], ["id", 38], ["id", 43], ["id", 51], ["id", 22], ["id", 24], ["id", 25], ["id", 26], ["id", 29], ["id", 40], ["id", 41], ["id", 44], ["id", 48], ["id", 52]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (8.0ms)

Completed 200 OK in 70ms (Views: 34.9ms | Searchkick: 30.8ms | ActiveRecord: 0.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 14:45:47 +0530 Processing by UrlsController#new as HTML Redirected to localhost:3000/user/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:45:47 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.8ms)

Completed 200 OK in 67ms (Views: 23.2ms | ActiveRecord: 5.2ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-29 14:45:48 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"ccSSUhcmq3iFs4QQY7+jTMvDfSZ46R+CISQPkiCbyPWDVt1IlKEb903IfKF5RdBloRlMjFb/Aj/y+2N1008CpA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (3.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:49

Redirected to localhost:3000/urls/new Completed 302 Found in 8ms (ActiveRecord: 3.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 14:45:48 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.0ms)

Completed 200 OK in 43ms (Views: 27.1ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 14:46:18 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.1ms)

Completed 200 OK in 55ms (Views: 52.2ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 14:46:45 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.7ms)

Completed 200 OK in 74ms (Views: 51.8ms | ActiveRecord: 4.3ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-29 14:46:47 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (12.0ms)

Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `each' for nil:NilClass):

41:                                 <th>LongUrl</th>
42:                                 <th>Shorturl</th>
43:                         </tr>
44:                         <% @url.each do |url| %>
45:                                 <tr>
46:                                         <td><%= url.longurl %></td>
47:                                         <td><%= url.shorturl %></td>

app/views/search/search.html.erb:44:in `_app_views_search_search_html_erb__159130258266904128_70094498517460' Started GET “/url/search” for 127.0.0.1 at 2019-01-29 14:47:26 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (344.3ms)

Completed 500 Internal Server Error in 350ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined local variable or method `url' for #<#<Class:0x00007f804b5e9c50>:0x00007f804dda6928> Did you mean? URI):

41:                                 <th>LongUrl</th>
42:                                 <th>Shorturl</th>
43:                         </tr>
44:                         <% url.each do |url| %>
45:                                 <tr>
46:                                         <td><%= url.longurl %></td>
47:                                         <td><%= url.shorturl %></td>

app/views/search/search.html.erb:44:in `_app_views_search_search_html_erb__159130258266904128_70094519351720' Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 14:47:47 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.0ms)

Completed 200 OK in 72ms (Views: 50.6ms | ActiveRecord: 3.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 14:48:06 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.4ms)

Completed 200 OK in 113ms (Views: 89.4ms | ActiveRecord: 4.3ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-29 14:48:08 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (7.8ms)

Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `each' for nil:NilClass):

41:                                 <th>LongUrl</th>
42:                                 <th>Shorturl</th>
43:                         </tr>
44:                         <% @url.each do |url| %>
45:                                 <tr>
46:                                         <td><%= url.longurl %></td>
47:                                         <td><%= url.shorturl %></td>

app/views/search/search.html.erb:44:in `_app_views_search_search_html_erb__159130258266904128_70094496195120' Started GET “/url/search” for 127.0.0.1 at 2019-01-29 14:48:39 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (1.9ms)

Completed 200 OK in 30ms (Views: 29.1ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&url=youtube.com&commit=Go” for 127.0.0.1 at 2019-01-29 14:48:43 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"youtube.com", "commit"=>"Go"}
Url Search (33.1ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"youtube.com","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.6ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34)  [["id", 23], ["id", 31], ["id", 37], ["id", 45], ["id", 47], ["id", 50], ["id", 21], ["id", 30], ["id", 32], ["id", 33], ["id", 34], ["id", 42], ["id", 18], ["id", 28], ["id", 39], ["id", 46], ["id", 49], ["id", 20], ["id", 27], ["id", 35], ["id", 36], ["id", 38], ["id", 43], ["id", 51], ["id", 22], ["id", 24], ["id", 25], ["id", 26], ["id", 29], ["id", 40], ["id", 41], ["id", 44], ["id", 48], ["id", 52]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (16.2ms)

Completed 200 OK in 91ms (Views: 37.6ms | Searchkick: 33.1ms | ActiveRecord: 7.4ms)

Started GET “/url/search?utf8=%E2%9C%93&url=hr&commit=Go” for 127.0.0.1 at 2019-01-29 14:48:56 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"hr", "commit"=>"Go"}
Url Search (27.2ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"hr","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"hr","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"hr","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"hr","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.4ms)

Completed 200 OK in 96ms (Views: 62.4ms | Searchkick: 27.2ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&url=h&commit=Go” for 127.0.0.1 at 2019-01-29 14:48:59 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"h", "commit"=>"Go"}
Url Search (23.1ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"h","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"h","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"h","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"h","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.7ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14)  [["id", 25], ["id", 10], ["id", 62], ["id", 94], ["id", 96], ["id", 2], ["id", 35], ["id", 7], ["id", 13], ["id", 18], ["id", 3], ["id", 37], ["id", 47], ["id", 58]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (5.5ms)

Completed 200 OK in 58ms (Views: 30.3ms | Searchkick: 23.1ms | ActiveRecord: 0.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 14:50:10 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.5ms)

Completed 200 OK in 59ms (Views: 36.3ms | ActiveRecord: 4.6ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-29 14:50:12 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.0ms)

Completed 200 OK in 66ms (Views: 27.9ms | ActiveRecord: 15.2ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-29 14:50:14 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"fDzNFeZfsoJ1NzIgpHz47ptG+gVFOI8jW69wnpUmSImOroIPZdgCDb1MypG+hovH8ZzLr2sukp6IcBx5ZvKC2A==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:49

Redirected to localhost:3000/urls/new Completed 302 Found in 4ms (ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 14:50:14 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 31ms (Views: 29.5ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-29 14:50:15 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.4ms)

Completed 200 OK in 53ms (Views: 52.4ms | ActiveRecord: 0.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 14:50:21 +0530 Processing by UrlsController#CreateShort as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"DgEm9zoYKN8LiLJCxBrKHi/IeyqD7z6usVMsw4RJc8280mABYJC15soRVbqCeEC3oq4dYXC7eFmioaFttuKJ5g==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Search"}

Redirected to localhost:3000/user/login Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:50:21 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.6ms)

Completed 200 OK in 34ms (Views: 32.2ms | ActiveRecord: 0.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 14:50:30 +0530 Processing by UrlsController#CreateShort as /

Parameters: {"longurl"=>"http://www.facebook.com/pages/Hillsong/53505999810", "domain"=>"facebook.com", "url"=>{"longurl"=>"http://www.facebook.com/pages/Hillsong/53505999810", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (1.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://www.facebook.com/pages/Hillsong/53505999810"], ["LIMIT", 1]]
↳ app/models/url.rb:37

Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 1.8ms)

Started GET “/url/long?shorturl=enTB/KBuF” for 127.0.0.1 at 2019-01-29 14:50:34 +0530 Processing by UrlsController#SearchLong as /

Parameters: {"shorturl"=>"http://enTB/KBuF"}
Url Load (3.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "http://enTB/KBuF"], ["LIMIT", 1]]
↳ app/models/url.rb:43

Completed 200 OK in 8ms (Views: 0.3ms | ActiveRecord: 3.6ms)

Started GET “/url/long?shorturl=enTB/KBuF” for 127.0.0.1 at 2019-01-29 14:50:59 +0530 Processing by UrlsController#SearchLong as /

Parameters: {"shorturl"=>"http://enTB/KBuF"}

Completed 200 OK in 11ms (Views: 0.3ms | ActiveRecord: 1.9ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 14:51:03 +0530 Processing by UrlsController#CreateShort as /

Parameters: {"longurl"=>"http://www.facebook.com/pages/Hillsong/53505999810", "domain"=>"facebook.com", "url"=>{"longurl"=>"http://www.facebook.com/pages/Hillsong/53505999810", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://www.facebook.com/pages/Hillsong/53505999810"], ["LIMIT", 1]]
↳ app/models/url.rb:37

Completed 200 OK in 18ms (Views: 0.3ms | ActiveRecord: 5.8ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:51:08 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.8ms)

Completed 200 OK in 52ms (Views: 27.0ms | ActiveRecord: 9.4ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 14:51:11 +0530 Processing by UrlsController#CreateShort as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"DgEm9zoYKN8LiLJCxBrKHi/IeyqD7z6usVMsw4RJc8280mABYJC15soRVbqCeEC3oq4dYXC7eFmioaFttuKJ5g==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Search"}
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/models/url.rb:37

Redirected to localhost:3000/urls/2 Completed 302 Found in 6ms (ActiveRecord: 0.9ms)

Started GET “/urls/2” for 127.0.0.1 at 2019-01-29 14:51:11 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"2"}

Redirected to localhost:3000/user/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:51:11 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.7ms)

Completed 200 OK in 30ms (Views: 28.4ms | ActiveRecord: 0.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 14:51:15 +0530 Processing by UrlsController#CreateShort as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"DgEm9zoYKN8LiLJCxBrKHi/IeyqD7z6usVMsw4RJc8280mABYJC15soRVbqCeEC3oq4dYXC7eFmioaFttuKJ5g==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Search"}
Url Load (6.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/models/url.rb:37

Redirected to localhost:3000/urls/2 Completed 302 Found in 10ms (ActiveRecord: 6.1ms)

Started GET “/urls/2” for 127.0.0.1 at 2019-01-29 14:51:15 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"2"}

Redirected to localhost:3000/user/login Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:51:15 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.1ms)

Completed 200 OK in 28ms (Views: 26.2ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:51:57 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.8ms)

Completed 200 OK in 42ms (Views: 24.9ms | ActiveRecord: 4.2ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:51:57 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.8ms)

Completed 200 OK in 41ms (Views: 38.7ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:51:58 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.4ms)

Completed 200 OK in 43ms (Views: 40.5ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-29 14:51:58 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"ID+tNaDA17rbpxRgLfx1BCRGdJw5MyQibtQJqKrWbNqS7OvD+khKgxo+85hrnv+tqSAS18pnYtV9JoQGmH2W8Q==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.8ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:49

Redirected to localhost:3000/urls/new Completed 302 Found in 5ms (ActiveRecord: 0.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 14:51:58 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.0ms)

Completed 200 OK in 55ms (Views: 36.0ms | ActiveRecord: 5.1ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 14:52:03 +0530 Processing by UrlsController#CreateShort as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"DDjwOL2YHOR9vKD0GdnoXWvythIZjqQj1+WHUQbzBn2+67bO5xCB3bwlRwxfu2L05pTQWera4tTEFwr/NFj8Vg==", "url"=>{"longurl"=>"www.housing.com/seller", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (2.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.housing.com/seller"], ["LIMIT", 1]]
↳ app/models/url.rb:37

Redirected to localhost:3000/urls/1 Completed 302 Found in 7ms (ActiveRecord: 2.5ms)

Started GET “/urls/1” for 127.0.0.1 at 2019-01-29 14:52:03 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"1"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:54
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 43ms (Views: 29.6ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 14:52:04 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.0ms)

Completed 200 OK in 58ms (Views: 55.8ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-29 14:52:05 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (4.8ms)

Completed 200 OK in 52ms (Views: 51.1ms | ActiveRecord: 0.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 14:52:12 +0530 Processing by UrlsController#CreateShort as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZJCRnPo5imM/OuO6RSqS8NNqUWh2f3w7nkWGID2r6IS+TKDxwTL0b709hM36yQ4ql0TVQMJfr7xCN40pyFEDSA==", "url"=>{"longurl"=>"www.housing.com/seller", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (1.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.housing.com/seller"], ["LIMIT", 1]]
↳ app/models/url.rb:37

Redirected to localhost:3000/urls/1 Completed 302 Found in 6ms (ActiveRecord: 1.9ms)

Started GET “/urls/1” for 127.0.0.1 at 2019-01-29 14:52:12 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"1"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:54
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 32ms (Views: 29.4ms | ActiveRecord: 0.3ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-29 14:52:16 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.7ms)

Completed 200 OK in 42ms (Views: 40.7ms | ActiveRecord: 0.0ms)

Started GET “/urls/1” for 127.0.0.1 at 2019-01-29 14:52:19 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"1"}
Url Load (1.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:54
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.3ms)

Completed 200 OK in 48ms (Views: 43.4ms | ActiveRecord: 1.8ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:52:23 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.8ms)

Completed 200 OK in 35ms (Views: 32.4ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:52:23 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.8ms)

Completed 200 OK in 36ms (Views: 33.9ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-29 14:52:25 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"f+GU7igsaVfr6eg9SsPVHWcVODCz4jaEnqz5sIdCdSXNMtIYcqT0bipwD8UMoV+06nNee0C2cHONXnQetemPDg==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:49

Redirected to localhost:3000/urls/new Completed 302 Found in 5ms (ActiveRecord: 0.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 14:52:25 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (1.9ms)

Completed 200 OK in 41ms (Views: 38.6ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-29 14:52:27 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.6ms)

Completed 200 OK in 69ms (Views: 65.7ms | ActiveRecord: 0.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 14:52:34 +0530 Processing by UrlsController#CreateShort as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"RyqG6SpJo1DvVKQCkSO17tSpPVt2qr1qJq1ABm/3wwj1+cAfcME+aS7NQ/rXQT9HWc9bEIX++501X82oXVw5Iw==", "url"=>{"longurl"=>"www.housing.com/seller", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.housing.com/seller"], ["LIMIT", 1]]
↳ app/models/url.rb:37

Redirected to localhost:3000/urls/1 Completed 302 Found in 4ms (ActiveRecord: 0.6ms)

Started GET “/urls/1” for 127.0.0.1 at 2019-01-29 14:52:34 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"1"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:54
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 32ms (Views: 29.6ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 14:52:51 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 49ms (Views: 32.7ms | ActiveRecord: 3.3ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-29 14:52:54 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.0ms)

Completed 200 OK in 77ms (Views: 29.9ms | ActiveRecord: 32.1ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 14:53:05 +0530 Processing by UrlsController#CreateShort as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"+fPin9nML2u9g/yV8vNafrk3Q5Ao3cpORQzvLFE+/gZLIKRpg0SyUnwaG220kdDXNFEl29uJjLlW/mKCY5UELQ==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Search"}
Url Load (2.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/models/url.rb:37

Redirected to localhost:3000/urls/2 Completed 302 Found in 7ms (ActiveRecord: 2.0ms)

Started GET “/urls/2” for 127.0.0.1 at 2019-01-29 14:53:05 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"2"}

Redirected to localhost:3000/user/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:53:05 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.8ms)

Completed 200 OK in 28ms (Views: 26.7ms | ActiveRecord: 0.0ms)

Started GET “/url/long?utf8=%E2%9C%93&url%5Bshorturl%5D=www.EFKB%2FBS%25I&commit=Search” for 127.0.0.1 at 2019-01-29 14:53:16 +0530 Processing by UrlsController#SearchLong as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>"www.EFKB/BS%I"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "www.EFKB/BS%I"], ["LIMIT", 1]]
↳ app/models/url.rb:50

Redirected to localhost:3000/urls/new Completed 302 Found in 8ms (ActiveRecord: 0.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 14:53:16 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 30ms (Views: 28.4ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 14:53:48 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.7ms)

Completed 200 OK in 38ms (Views: 34.2ms | ActiveRecord: 0.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 14:54:25 +0530 Processing by UrlsController#CreateShort as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"8jcA1muHdkE/OrCemtxyAWRO9E75pmU6VMjVYfKWk2ZA5EYgMQ/reP6jV2bcvvio6SiSBQryI81HOljPwD1pTQ==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Search"}
Url Load (3.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/models/url.rb:37

Redirected to localhost:3000/urls/2 Completed 302 Found in 8ms (ActiveRecord: 3.0ms)

Started GET “/urls/2” for 127.0.0.1 at 2019-01-29 14:54:25 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"2"}

Redirected to localhost:3000/user/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:54:25 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.4ms)

Completed 200 OK in 55ms (Views: 53.5ms | ActiveRecord: 0.0ms)

Started GET “/url/long?utf8=%E2%9C%93&url%5Bshorturl%5D=www.EFKB%2FBS%25I&commit=Search” for 127.0.0.1 at 2019-01-29 14:54:30 +0530 Processing by UrlsController#SearchLong as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>"www.EFKB/BS%I"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/new Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 14:54:30 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.6ms)

Completed 200 OK in 35ms (Views: 33.9ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 14:55:47 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.0ms)

Completed 200 OK in 213507ms (Views: 37.3ms | ActiveRecord: 4.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 14:59:24 +0530 Processing by UrlsController#new as HTML Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 14:59:27 +0530 Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 6374ms (ActiveRecord: 0.0ms)

Processing by UrlsController#new as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 4050ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:34 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2237ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:37 +0530 Processing by UsersController#login as HTML Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 14:59:43 +0530 Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 13639ms (ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-29 14:59:50 +0530 Processing by UrlsController#new as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:50 +0530 Processing by UsersController#logout as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:51 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:51 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:51 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:51 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:51 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:51 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:51 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:51 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:51 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:51 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:51 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:51 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:51 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:51 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:51 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:51 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:51 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:51 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:51 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:51 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:51 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 10ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:53 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:53 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:53 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:53 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:53 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:53 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:53 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:53 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:54 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:54 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:54 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:54 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:54 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:54 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:54 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:54 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:54 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:54 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:54 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:54 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:56 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:56 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:56 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:56 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:56 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:56 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:56 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:56 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:56 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:56 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:56 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:56 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:56 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:56 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:56 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:56 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:56 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:56 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:56 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 14:59:57 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-29 15:00:01 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:01 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:01 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:01 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:01 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:01 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:01 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:01 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:01 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:01 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:01 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:01 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:01 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:01 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:01 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:01 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:01 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:01 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:01 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:01 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-29 15:00:10 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:11 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:11 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:11 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:11 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:11 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:11 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:11 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:11 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:11 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:11 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:11 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:11 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:11 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:11 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:11 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:11 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:11 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:11 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:11 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:11 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:11 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:11 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:11 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:11 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:11 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:11 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:11 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:11 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:11 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:11 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:11 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:11 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:11 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:11 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:11 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:11 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:11 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:11 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:11 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:55 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:55 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:55 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 4ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:55 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:55 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:55 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:55 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:55 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:55 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:55 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:55 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:55 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:55 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:55 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:55 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:55 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:55 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:55 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:55 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:55 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:56 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:56 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:56 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:56 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:56 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:56 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:56 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:56 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:56 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:56 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:56 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:56 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:56 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:56 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:56 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:56 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:56 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:56 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:56 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:56 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-29 15:00:59 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:59 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:59 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:59 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:59 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:59 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:59 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:59 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:59 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:59 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:59 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:59 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:59 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:59 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:59 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:59 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:59 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:59 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:00:59 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:01:00 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:01:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:01:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:01:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:01:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:01:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:01:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:01:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:01:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:01:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:01:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:01:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:01:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:01:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:01:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:01:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:01:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:01:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:01:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:01:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:01:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:02:01 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.5ms)

Completed 200 OK in 72ms (Views: 37.4ms | ActiveRecord: 11.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:02:03 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.0ms)

Completed 200 OK in 36ms (Views: 33.6ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-29 15:02:05 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 55ms (Views: 49.5ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-29 15:02:19 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.3ms)

Completed 200 OK in 40ms (Views: 38.0ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:02:21 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.4ms)

Completed 200 OK in 55ms (Views: 50.0ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-29 15:02:23 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.6ms)

Completed 200 OK in 47ms (Views: 39.8ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:02:25 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.5ms)

Completed 200 OK in 80ms (Views: 70.4ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-29 15:02:26 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"PTP2FLV39FoGDGR/yXEMLt1nhbPaYpJb6fxycbWt9DHPobkONvBE1c53nM7Ti38Ht720GfR0j+Y6Ix6WRnk+YA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (5.9ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:50

Redirected to localhost:3000/urls/new Completed 302 Found in 13ms (ActiveRecord: 5.9ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:02:26 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.5ms)

Completed 200 OK in 96ms (Views: 73.7ms | ActiveRecord: 3.9ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-29 15:02:31 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.7ms)

Completed 200 OK in 72ms (Views: 66.4ms | ActiveRecord: 0.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 15:02:41 +0530 Processing by UrlsController#CreateShort as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"MT1YU5z3b7E/iAmWGh3RnX7VC3u59k9FpTotG6WHipKD7h6lxn/yiP4R7m5cf1s087NtMEqiCbK2yKC1lyxwuQ==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook.com"}, "commit"=>"Search"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/models/url.rb:37

Redirected to localhost:3000/urls/2 Completed 302 Found in 4ms (ActiveRecord: 0.7ms)

Started GET “/urls/2” for 127.0.0.1 at 2019-01-29 15:02:41 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"2"}

Redirected to localhost:3000/user/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:02:41 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.4ms)

Completed 200 OK in 28ms (Views: 26.7ms | ActiveRecord: 0.0ms)

Started GET “/url/long?utf8=%E2%9C%93&url%5Bshorturl%5D=www.EFKB%2FBS%25I&commit=Search” for 127.0.0.1 at 2019-01-29 15:02:47 +0530 Processing by UrlsController#SearchLong as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>"www.EFKB/BS%I"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/new Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:02:47 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.1ms)

Completed 200 OK in 35ms (Views: 32.4ms | ActiveRecord: 0.0ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-29 15:02:53 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (4.1ms)

Completed 200 OK in 48ms (Views: 44.7ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&url=https%3A%2F%2Fyoutu.be%2F0cGj4prWlFk&commit=Go” for 127.0.0.1 at 2019-01-29 15:02:59 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"https://youtu.be/0cGj4prWlFk", "commit"=>"Go"}
Url Search (52.1ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"https:////youtu.be//0cGj4prWlFk","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"https:////youtu.be//0cGj4prWlFk","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"https:////youtu.be//0cGj4prWlFk","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"https:////youtu.be//0cGj4prWlFk","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.3ms)

Completed 200 OK in 107ms (Views: 44.5ms | Searchkick: 52.1ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&url=youtube.com&commit=Go” for 127.0.0.1 at 2019-01-29 15:03:06 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"youtube.com", "commit"=>"Go"}
Url Search (36.5ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"youtube.com","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.8ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34)  [["id", 23], ["id", 31], ["id", 37], ["id", 45], ["id", 47], ["id", 50], ["id", 21], ["id", 30], ["id", 32], ["id", 33], ["id", 34], ["id", 42], ["id", 18], ["id", 28], ["id", 39], ["id", 46], ["id", 49], ["id", 20], ["id", 27], ["id", 35], ["id", 36], ["id", 38], ["id", 43], ["id", 51], ["id", 22], ["id", 24], ["id", 25], ["id", 26], ["id", 29], ["id", 40], ["id", 41], ["id", 44], ["id", 48], ["id", 52]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (9.1ms)

Completed 200 OK in 84ms (Views: 43.5ms | Searchkick: 36.5ms | ActiveRecord: 0.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:03:17 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (8.5ms)

Completed 200 OK in 58ms (Views: 53.2ms | ActiveRecord: 0.0ms)

Started GET “/url/long?utf8=%E2%9C%93&url%5Bshorturl%5D=527D&commit=Search” for 127.0.0.1 at 2019-01-29 15:03:20 +0530 Processing by UrlsController#SearchLong as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>"527D"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "527D"], ["LIMIT", 1]]
↳ app/models/url.rb:50

Redirected to localhost:3000/urls/36 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)

Started GET “/urls/36” for 127.0.0.1 at 2019-01-29 15:03:20 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"36"}

Redirected to localhost:3000/user/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:03:20 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.1ms)

Completed 200 OK in 30ms (Views: 28.4ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:07:41 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.1ms)

Completed 200 OK in 34ms (Views: 31.3ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:07:42 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.4ms)

Completed 200 OK in 36ms (Views: 34.4ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:07:43 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.7ms)

Completed 200 OK in 44ms (Views: 42.1ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:07:43 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.3ms)

Completed 200 OK in 32ms (Views: 30.9ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:07:44 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.1ms)

Completed 200 OK in 42ms (Views: 40.6ms | ActiveRecord: 0.0ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-29 15:07:45 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (1.4ms)

Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/search/search.html.erb:31: syntax error, unexpected ')', expecting then or ';' or 'n' …session==false );@output_buffer.safe_append=' … ^ /Users/naveen/Documents/Internship/projectIntern/app/views/search/search.html.erb:33: syntax error, unexpected end …eze;@output_buffer.append=( end );@output_buffer.safe_append… … ^~~ /Users/naveen/Documents/Internship/projectIntern/app/views/search/search.html.erb:59: syntax error, unexpected ensure, expecting ')'

ensure
^~~~~~

/Users/naveen/Documents/Internship/projectIntern/app/views/search/search.html.erb:61: syntax error, unexpected end, expecting ')'

end
^~~):

app/views/search/search.html.erb:31: syntax error, unexpected ')', expecting then or ';' or 'n' app/views/search/search.html.erb:33: syntax error, unexpected end app/views/search/search.html.erb:59: syntax error, unexpected ensure, expecting ')' app/views/search/search.html.erb:61: syntax error, unexpected end, expecting ')' Started GET “/url/search” for 127.0.0.1 at 2019-01-29 15:08:45 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (1.5ms)

Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.0ms)

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/views/search/search.html.erb:33: syntax error, unexpected end …eze;@output_buffer.append=( end );@output_buffer.safe_append… … ^~~ /Users/naveen/Documents/Internship/projectIntern/app/views/search/search.html.erb:59: syntax error, unexpected ensure, expecting ')'

ensure
^~~~~~

/Users/naveen/Documents/Internship/projectIntern/app/views/search/search.html.erb:61: syntax error, unexpected end, expecting ')'

end
^~~):

app/views/search/search.html.erb:33: syntax error, unexpected end app/views/search/search.html.erb:59: syntax error, unexpected ensure, expecting ')' app/views/search/search.html.erb:61: syntax error, unexpected end, expecting ')' Started GET “/url/search” for 127.0.0.1 at 2019-01-29 15:11:12 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (3.2ms)

Completed 200 OK in 35ms (Views: 34.0ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:11:15 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.0ms)

Completed 200 OK in 63ms (Views: 27.1ms | ActiveRecord: 14.3ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-29 15:11:21 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.9ms)

Completed 200 OK in 61ms (Views: 31.4ms | ActiveRecord: 9.2ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-29 15:11:23 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"A1Dc9+G1iWN5227mnSZOt1LO5E/NavR/vfxPJsaLa3PxwpPtYjI57LGglleH3D2eOBTV5eN86cJuIyPBNV+hIg==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.8ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:50

Redirected to localhost:3000/urls/new Completed 302 Found in 8ms (ActiveRecord: 0.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:11:23 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 37ms (Views: 35.2ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-29 15:11:24 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.0ms)

Completed 200 OK in 58ms (Views: 57.0ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-29 15:13:29 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.9ms)

Completed 200 OK in 51ms (Views: 35.1ms | ActiveRecord: 3.9ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-29 15:13:30 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.9ms)

Completed 200 OK in 51ms (Views: 50.1ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-29 15:13:31 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"461cpF2A/M995PJ2+I6z/Gwzh+w3CdG+t4onjFshpxlRfhpSBwhh9rx9FY6+7DlV4VXhp8Rdl0mkeKoiaYpdMg==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.2ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:50

Redirected to localhost:3000/urls/new Completed 302 Found in 6ms (ActiveRecord: 1.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:13:31 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.0ms)

Completed 200 OK in 56ms (Views: 34.9ms | ActiveRecord: 4.8ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 15:13:35 +0530 Processing by UrlsController#create_shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"EboH9twtRIiATPjgMaSeSecP35EShYfOs5U81YU1YY6jaUEAhqXZsUHVHxh3xhTgamm52uHRwTmgZ7F7t56bpQ==", "url"=>{"longurl"=>"https://redis.io/topics/rediscli", "domain"=>"redis.io"}, "commit"=>"Search"}
Url Load (3.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://redis.io/topics/rediscli"], ["LIMIT", 1]]
↳ app/models/url.rb:37

Redirected to localhost:3000/urls/3 Completed 302 Found in 8ms (ActiveRecord: 3.9ms)

Started GET “/urls/3” for 127.0.0.1 at 2019-01-29 15:13:35 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"3"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:54
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 32ms (Views: 27.5ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:13:36 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.4ms)

Completed 200 OK in 58ms (Views: 54.5ms | ActiveRecord: 0.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 15:13:44 +0530 Processing by UrlsController#create_shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"irF15LzLHQhCbT2FvwpRUQ4UppHu4agpExPpBHdjnqdQbUSJh8BjBMBqWvIA6c2LSjoiuVrBe67PYeINgpl1aw==", "url"=>{"longurl"=>"https://redis.io/topics/rediscli", "domain"=>"redis.io"}, "commit"=>"Search"}
Url Load (4.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://redis.io/topics/rediscli"], ["LIMIT", 1]]
↳ app/models/url.rb:37

Redirected to localhost:3000/urls/3 Completed 302 Found in 10ms (ActiveRecord: 4.8ms)

Started GET “/urls/3” for 127.0.0.1 at 2019-01-29 15:13:44 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"3"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:54
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 40ms (Views: 35.8ms | ActiveRecord: 0.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:13:48 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (9.7ms)

Completed 200 OK in 93ms (Views: 85.7ms | ActiveRecord: 0.0ms)

Started GET “/url/long?utf8=%E2%9C%93&url%5Bshorturl%5D=http%3A%2F%2FRbH%2FJ%24%26D&commit=Search” for 127.0.0.1 at 2019-01-29 15:13:50 +0530 Processing by UrlsController#search_longurl as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>"http://RbH/J$&D"}, "commit"=>"Search"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "http://RbH/J$&D"], ["LIMIT", 1]]
↳ app/models/url.rb:43

Redirected to localhost:3000/urls/3 Completed 302 Found in 6ms (ActiveRecord: 0.8ms)

Started GET “/urls/3” for 127.0.0.1 at 2019-01-29 15:13:50 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"3"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:54
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.8ms)

Completed 200 OK in 33ms (Views: 30.6ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:13:52 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (7.2ms)

Completed 200 OK in 57ms (Views: 52.1ms | ActiveRecord: 0.0ms)

Started GET “/url/long?utf8=%E2%9C%93&url%5Bshorturl%5D=J%24%26D&commit=Search” for 127.0.0.1 at 2019-01-29 15:13:59 +0530 Processing by UrlsController#search_longurl as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>"J$&D"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "J$&D"], ["LIMIT", 1]]
↳ app/models/url.rb:50

Redirected to localhost:3000/urls/3 Completed 302 Found in 6ms (ActiveRecord: 0.6ms)

Started GET “/urls/3” for 127.0.0.1 at 2019-01-29 15:13:59 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"3"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:54
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 36ms (Views: 32.9ms | ActiveRecord: 0.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:14:01 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.8ms)

Completed 200 OK in 45ms (Views: 43.3ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-29 15:14:02 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.6ms)  SELECT "urlreports".* FROM "urlreports" ORDER BY id ASC
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (9.5ms)

Completed 200 OK in 65ms (Views: 28.1ms | ActiveRecord: 3.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:14:05 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.9ms)

Completed 200 OK in 43ms (Views: 40.8ms | ActiveRecord: 0.0ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-29 15:14:06 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (3.1ms)

Completed 200 OK in 72ms (Views: 69.3ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:14:08 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.3ms)

Completed 200 OK in 66ms (Views: 60.0ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-29 15:14:10 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.5ms)

Completed 200 OK in 58ms (Views: 57.6ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-29 15:14:31 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.4ms)

Completed 200 OK in 54ms (Views: 38.6ms | ActiveRecord: 4.6ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-29 15:14:32 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.7ms)

Completed 200 OK in 37ms (Views: 36.1ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-29 15:14:33 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"2H9L+rbt3X2jzDjXHwZxNCqnYMt7r0zVuV3CQSLOy7FqrA0M7GVARGJV3y9ZZPudp8EGgIj7CiKqr0/vEGUxmg==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.1ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:50

Redirected to localhost:3000/urls/new Completed 302 Found in 6ms (ActiveRecord: 1.1ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:14:33 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 67ms (Views: 44.4ms | ActiveRecord: 4.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:15:10 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.6ms)

Completed 200 OK in 60ms (Views: 56.6ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:15:10 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.4ms)

Completed 200 OK in 41ms (Views: 39.7ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:15:11 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.0ms)

Completed 200 OK in 36ms (Views: 34.2ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-29 15:15:14 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (4.4ms)

Completed 200 OK in 51ms (Views: 50.4ms | ActiveRecord: 0.0ms)

Started GET “/url/long?utf8=%E2%9C%93&url%5Bshorturl%5D=tRUB&commit=Search” for 127.0.0.1 at 2019-01-29 15:15:31 +0530 Processing by UrlsController#search_longurl as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>"tRUB"}, "commit"=>"Search"}
Url Load (2.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "tRUB"], ["LIMIT", 1]]
↳ app/models/url.rb:50

Redirected to localhost:3000/urls/new Completed 302 Found in 9ms (ActiveRecord: 2.1ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:15:31 +0530 Processing by UrlsController#new as HTML Redirected to localhost:3000/user/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:15:31 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.6ms)

Completed 200 OK in 33ms (Views: 30.9ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:15:36 +0530 Processing by UrlsController#new as HTML Redirected to localhost:3000/user/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:15:36 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.4ms)

Completed 200 OK in 28ms (Views: 26.2ms | ActiveRecord: 0.0ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-29 15:15:37 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.9ms)

Completed 200 OK in 37ms (Views: 35.4ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-29 15:15:39 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (3.8ms)  SELECT "urlreports".* FROM "urlreports" ORDER BY id ASC
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (17.6ms)

Completed 200 OK in 73ms (Views: 56.0ms | ActiveRecord: 10.1ms)

Started GET “/urls/3” for 127.0.0.1 at 2019-01-29 15:15:40 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"3"}

Redirected to localhost:3000/user/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:15:40 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (4.0ms)

Completed 200 OK in 40ms (Views: 37.4ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:15:46 +0530 Processing by UrlsController#new as HTML Redirected to localhost:3000/user/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:15:47 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.5ms)

Completed 200 OK in 37ms (Views: 33.7ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&url=youtube.com&commit=Go” for 127.0.0.1 at 2019-01-29 15:15:47 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"youtube.com", "commit"=>"Go"}
Url Search (44.7ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"youtube.com","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.5ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34)  [["id", 23], ["id", 31], ["id", 37], ["id", 45], ["id", 47], ["id", 50], ["id", 21], ["id", 30], ["id", 32], ["id", 33], ["id", 34], ["id", 42], ["id", 18], ["id", 28], ["id", 39], ["id", 46], ["id", 49], ["id", 20], ["id", 27], ["id", 35], ["id", 36], ["id", 38], ["id", 43], ["id", 51], ["id", 22], ["id", 24], ["id", 25], ["id", 26], ["id", 29], ["id", 40], ["id", 41], ["id", 44], ["id", 48], ["id", 52]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (4.9ms)

Completed 200 OK in 88ms (Views: 38.6ms | Searchkick: 44.7ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:15:48 +0530 Processing by UrlsController#new as HTML Redirected to localhost:3000/user/login Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:15:48 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.5ms)

Completed 200 OK in 38ms (Views: 35.6ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:17:46 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.8ms)

Completed 200 OK in 81ms (Views: 38.3ms | ActiveRecord: 5.2ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-29 15:17:49 +0530 Processing by UsersController#login_new as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"WNSAbTDR+BPq6HJIM8ASYyVgG0rEvKznFpFTPMKtfiDqB8aballlKitxlbB1opjKqAZ9ATfo6hAFY96S8AaECw==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (2.2ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:50

Redirected to localhost:3000/urls/new Completed 302 Found in 7ms (ActiveRecord: 2.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:17:49 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.7ms)

Completed 200 OK in 53ms (Views: 33.3ms | ActiveRecord: 4.1ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 15:18:09 +0530 Processing by UrlsController#create_shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"dCz0QFB+AOL7DdkkROPyhQwAFybd+w6D1cEKz74pGJfG/7K2Cvad2zqUPtwCgXgsgWZxbS6vSHTGM4dhjILivA==", "url"=>{"longurl"=>"https://www.netflix.com/browse", "domain"=>"netflix.com"}, "commit"=>"Search"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.netflix.com/browse"], ["LIMIT", 1]]
↳ app/models/url.rb:37
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "i&2C"], ["LIMIT", 1]]
↳ app/models/url.rb:56
 (0.3ms)  BEGIN
↳ app/models/url.rb:28
Url Create (1.8ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.netflix.com/browse"], ["shorturl", "http://jILB/i&2C"], ["domain", "netflix.com"], ["suffix", "i&2C"]]
↳ app/models/url.rb:28
 (41.3ms)  COMMIT
↳ app/models/url.rb:28
Urlreport Load (1.2ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-29"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Exists (0.5ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-29"], ["id", 7], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.7ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 6], ["id", 7]]
↳ app/workers/convert_worker.rb:12
Url Store (61.1ms)  {"id":97}
 (40.9ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Redirected to localhost:3000/urls/97 Completed 302 Found in 199ms (Searchkick: 61.1ms | ActiveRecord: 45.2ms)

Started GET “/urls/97” for 127.0.0.1 at 2019-01-29 15:18:09 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"97"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 97], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:50
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 37ms (Views: 34.0ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:18:11 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.8ms)

Completed 200 OK in 73ms (Views: 72.1ms | ActiveRecord: 0.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 15:18:18 +0530 Processing by UrlsController#create_shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"laBWcyF5FXahkzP7tryKHY2SNFFNJ0bt8gUiC926bvJPfGceGnJreiOUVIwJXxbHybywefkHlWoudykCKECFPg==", "url"=>{"longurl"=>"https://www.netflix.com/browse", "domain"=>"netflix.com"}, "commit"=>"Search"}
Url Load (6.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.netflix.com/browse"], ["LIMIT", 1]]
↳ app/models/url.rb:37

Redirected to localhost:3000/urls/97 Completed 302 Found in 10ms (ActiveRecord: 6.6ms)

Started GET “/urls/97” for 127.0.0.1 at 2019-01-29 15:18:18 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"97"}
Url Load (1.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 97], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:50
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 35ms (Views: 30.5ms | ActiveRecord: 1.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:18:24 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.0ms)

Completed 200 OK in 66ms (Views: 64.2ms | ActiveRecord: 0.0ms)

Started GET “/url/long?utf8=%E2%9C%93&url%5Bshorturl%5D=http%3A%2F%2FjILB%2Fi%262C%09&commit=Search” for 127.0.0.1 at 2019-01-29 15:18:27 +0530 Processing by UrlsController#search_longurl as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>"http://jILB/i&2C\t"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "http://jILB/i&2C\t"], ["LIMIT", 1]]
↳ app/models/url.rb:43

Redirected to localhost:3000/urls/new Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:18:27 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 66ms (Views: 63.4ms | ActiveRecord: 0.0ms)

Started GET “/url/long?utf8=%E2%9C%93&url%5Bshorturl%5D=http%3A%2F%2FjILB%2Fi%262C%09&commit=Search” for 127.0.0.1 at 2019-01-29 15:18:45 +0530 Processing by UrlsController#search_longurl as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>"http://jILB/i&2C\t"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/new Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:18:45 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 53ms (Views: 50.9ms | ActiveRecord: 0.0ms)

Started GET “/url/long?utf8=%E2%9C%93&url%5Bshorturl%5D=http%3A%2F%2FjILB%2Fi%262C&commit=Search” for 127.0.0.1 at 2019-01-29 15:18:55 +0530 Processing by UrlsController#search_longurl as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>"http://jILB/i&2C"}, "commit"=>"Search"}
Url Load (4.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "http://jILB/i&2C"], ["LIMIT", 1]]
↳ app/models/url.rb:43

Redirected to localhost:3000/urls/97 Completed 302 Found in 14ms (ActiveRecord: 4.9ms)

Started GET “/urls/97” for 127.0.0.1 at 2019-01-29 15:18:55 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"97"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 97], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:50
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.6ms)

Completed 200 OK in 34ms (Views: 30.7ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:20:08 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.5ms)

Completed 200 OK in 38ms (Views: 24.3ms | ActiveRecord: 3.5ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-29 15:20:10 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.1ms)

Completed 200 OK in 57ms (Views: 26.7ms | ActiveRecord: 15.6ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-29 15:20:10 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.0ms)

Completed 200 OK in 60ms (Views: 59.0ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-29 15:20:11 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.6ms)

Completed 200 OK in 40ms (Views: 39.1ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-29 15:20:11 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.8ms)

Completed 200 OK in 41ms (Views: 39.8ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-29 15:20:12 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.6ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-29 15:20:12 +0530 Completed 200 OK in 61ms (Views: 59.7ms | ActiveRecord: 0.0ms)

Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.6ms)

Completed 200 OK in 33ms (Views: 32.0ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-29 15:20:12 +0530 Processing by UsersController#check_login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"UuOBmLE8ow88dDe20XEIatN+fR2mj21lXmktAxrsVjXgMMdu67Q+Nv3t0E6XE4LDXhgbVlXbK5JNm6CtKEesHg==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.4ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:50

Redirected to localhost:3000/urls/new Completed 302 Found in 14ms (ActiveRecord: 10.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:20:12 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.6ms)

Completed 200 OK in 36ms (Views: 33.9ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:24:06 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 74ms (Views: 53.8ms | ActiveRecord: 6.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:24:07 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (1.9ms)

Completed 200 OK in 37ms (Views: 35.5ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:24:07 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.7ms)

Completed 200 OK in 41ms (Views: 39.5ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-29 15:24:08 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.0ms)

Completed 200 OK in 70ms (Views: 32.9ms | ActiveRecord: 18.1ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 15:24:13 +0530 Processing by UrlsController#create_shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"fytfqpuZFNVlINZkLyob2WHt8gqmHcr8o6XuxxE/aZ7N+BlcwRGJ7KS5MZxpSJFw7IuUQVVJjAuwV2NpI5STtQ==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook"}, "commit"=>"Search"}
Url Load (1.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/models/url.rb:37

Redirected to localhost:3000/urls/2 Completed 302 Found in 6ms (ActiveRecord: 1.5ms)

Started GET “/urls/2” for 127.0.0.1 at 2019-01-29 15:24:13 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"2"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:49
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.3ms)

Completed 200 OK in 33ms (Views: 30.0ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:24:14 +0530 Processing by UrlsController#new as HTML Redirected to localhost:3000/user/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:24:14 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.8ms)

Completed 200 OK in 44ms (Views: 41.3ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:25:14 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.7ms)

Completed 200 OK in 66ms (Views: 44.5ms | ActiveRecord: 5.6ms)

Started GET “/urls/2” for 127.0.0.1 at 2019-01-29 15:25:14 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"2"}

Redirected to localhost:3000/user/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:25:14 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.8ms)

Completed 200 OK in 41ms (Views: 38.2ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:25:16 +0530 Processing by UrlsController#new as HTML Redirected to localhost:3000/user/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:25:16 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.5ms)

Completed 200 OK in 37ms (Views: 34.6ms | ActiveRecord: 0.0ms)

Started GET “/urls/97” for 127.0.0.1 at 2019-01-29 15:25:17 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"97"}

Redirected to localhost:3000/user/login Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:25:17 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.8ms)

Completed 200 OK in 51ms (Views: 49.6ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&url=h&commit=Go” for 127.0.0.1 at 2019-01-29 15:25:24 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"h", "commit"=>"Go"}
Url Search (29.4ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"h","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"h","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"h","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"h","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.5ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14)  [["id", 25], ["id", 10], ["id", 62], ["id", 94], ["id", 96], ["id", 2], ["id", 35], ["id", 7], ["id", 13], ["id", 18], ["id", 3], ["id", 37], ["id", 47], ["id", 58]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (24.1ms)

Completed 200 OK in 111ms (Views: 53.6ms | Searchkick: 29.4ms | ActiveRecord: 13.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:25:28 +0530 Processing by UrlsController#new as HTML Redirected to localhost:3000/user/login Completed 302 Found in 5ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:25:28 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.5ms)

Completed 200 OK in 62ms (Views: 31.0ms | ActiveRecord: 0.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 15:26:42 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"http://www.facebook.com/pages/Hillsong/53505999810", "domain"=>"facebook.com", "url"=>{"longurl"=>"http://www.facebook.com/pages/Hillsong/53505999810", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://www.facebook.com/pages/Hillsong/53505999810"], ["LIMIT", 1]]
↳ app/models/url.rb:37

Completed 200 OK in 10ms (Views: 0.2ms | ActiveRecord: 3.9ms)

Started GET “/url/long?shorturl=enTB/KBuF” for 127.0.0.1 at 2019-01-29 15:26:46 +0530 Processing by UrlsController#search_longurl as /

Parameters: {"shorturl"=>"http://enTB/KBuF"}

Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 15:27:26 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"http://www.facebook.com/pages/Hillsong/53505999810", "domain"=>"facebook.com", "url"=>{"longurl"=>"http://www.facebook.com/pages/Hillsong/53505999810", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://www.facebook.com/pages/Hillsong/53505999810"], ["LIMIT", 1]]
↳ app/models/url.rb:37

Completed 200 OK in 11ms (Views: 0.4ms | ActiveRecord: 4.5ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 15:27:32 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"http://www.facebook.com/Hillsong/53505999810", "domain"=>"facebook.com", "url"=>{"longurl"=>"http://www.facebook.com/Hillsong/53505999810", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (2.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://www.facebook.com/Hillsong/53505999810"], ["LIMIT", 1]]
↳ app/models/url.rb:37
Url Load (4.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "Gc9D"], ["LIMIT", 1]]
↳ app/models/url.rb:56
 (0.3ms)  BEGIN
↳ app/models/url.rb:28
Url Create (3.0ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "http://www.facebook.com/Hillsong/53505999810"], ["shorturl", "http://vPLB/Gc9D"], ["domain", "facebook.com"], ["suffix", "Gc9D"]]
↳ app/models/url.rb:28
Urlreport Load (1.0ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-29"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.3ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Exists (0.5ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-29"], ["id", 7], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.4ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 7], ["id", 7]]
↳ app/workers/convert_worker.rb:12
 (380.5ms)  COMMIT
 (290.3ms)  COMMIT
↳ app/models/url.rb:28
↳ app/workers/convert_worker.rb:12
Url Store (57.7ms)  {"id":98}

Completed 200 OK in 532ms (Views: 0.3ms | Searchkick: 57.7ms | ActiveRecord: 390.1ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 15:27:46 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"http://www.facebook.com/Hillsong/53505999810", "domain"=>"facebook.com", "url"=>{"longurl"=>"http://www.facebook.com/Hillsong/53505999810", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (1.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://www.facebook.com/Hillsong/53505999810"], ["LIMIT", 1]]
↳ app/models/url.rb:37

Completed 200 OK in 17ms (Views: 0.2ms | ActiveRecord: 7.6ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 15:27:53 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"http://www.facebook.com/53505999810", "domain"=>"facebook.com", "url"=>{"longurl"=>"http://www.facebook.com/53505999810", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://www.facebook.com/53505999810"], ["LIMIT", 1]]
↳ app/models/url.rb:37
Url Load (2.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "mR1C"], ["LIMIT", 1]]
↳ app/models/url.rb:56
 (0.7ms)  BEGIN
↳ app/models/url.rb:28
Url Create (0.9ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "http://www.facebook.com/53505999810"], ["shorturl", "http://vPLB/mR1C"], ["domain", "facebook.com"], ["suffix", "mR1C"]]
↳ app/models/url.rb:28
Urlreport Load (0.4ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-29"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
 (40.3ms)  COMMIT
↳ app/workers/convert_worker.rb:12
↳ app/models/url.rb:28
Urlreport Exists (0.5ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-29"], ["id", 7], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.7ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 8], ["id", 7]]
↳ app/workers/convert_worker.rb:12
 (0.6ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (16.0ms)  {"id":99}

Completed 200 OK in 86ms (Views: 0.3ms | Searchkick: 16.0ms | ActiveRecord: 44.9ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 15:27:59 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"http://www.facebook.com/535059998", "domain"=>"facebook.com", "url"=>{"longurl"=>"http://www.facebook.com/535059998", "domain"=>"facebook.com"}}

Can't verify CSRF token authenticity.

Url Load (16.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "http://www.facebook.com/535059998"], ["LIMIT", 1]]
↳ app/models/url.rb:37
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "TI0C"], ["LIMIT", 1]]
↳ app/models/url.rb:56
 (0.2ms)  BEGIN
↳ app/models/url.rb:28
Url Create (1.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "http://www.facebook.com/535059998"], ["shorturl", "http://vPLB/TI0C"], ["domain", "facebook.com"], ["suffix", "TI0C"]]
↳ app/models/url.rb:28
Urlreport Load (1.0ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-29"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.3ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Exists (0.7ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-29"], ["id", 7], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 9], ["id", 7]]
↳ app/workers/convert_worker.rb:12
 (41.2ms)  COMMIT
↳ app/models/url.rb:28
 (33.9ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (52.7ms)  {"id":100}

Completed 200 OK in 162ms (Views: 0.2ms | Searchkick: 52.7ms | ActiveRecord: 60.4ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:28:41 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.2ms)

Completed 200 OK in 44ms (Views: 25.0ms | ActiveRecord: 5.2ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:28:43 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.5ms)

Completed 200 OK in 42ms (Views: 39.1ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-29 15:28:50 +0530 Processing by UsersController#check_login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"HTsDKosKQu3L0Ad4/xEL5D7kqb/6Y1T1c/bFQ1WyWDWv6EXc0YLf1ApJ4IC5c4FNs4LP9Ak3EgJgBEjtZxmiHg==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:50
Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.9ms)

Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.5ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

22: <h2><i>WELCOME TO LOGIN PAGE</i></h2>
23: <div class="Login_Form">
24:   <h1>Login</h1>
25:   <%= form_for @user, :url => users_login_path do |form| %>
26:     <p> Email:</br> <%= form.text_field :email%> </p>
27:     <p> Password:</br> <%= form.password_field :password%></p>
28:     <%= form.submit :login_new %>

app/views/users/login.html.erb:25:in `_app_views_users_login_html_erb___313888642471678402_70094494009520' app/controllers/users_controller.rb:60:in `check_login' Started POST “/users/login” for 127.0.0.1 at 2019-01-29 15:29:06 +0530 Processing by UsersController#check_login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"HTsDKosKQu3L0Ad4/xEL5D7kqb/6Y1T1c/bFQ1WyWDWv6EXc0YLf1ApJ4IC5c4FNs4LP9Ak3EgJgBEjtZxmiHg==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.1ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:50
Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (397.0ms)

Completed 500 Internal Server Error in 406ms (ActiveRecord: 1.1ms)

ActionView::Template::Error (undefined local variable or method `user' for #<#<Class:0x00007f804da73c38>:0x00007f804b45c7c0> Did you mean? super):

22: <h2><i>WELCOME TO LOGIN PAGE</i></h2>
23: <div class="Login_Form">
24:   <h1>Login</h1>
25:   <%= form_for user, :url => users_login_path do |form| %>
26:     <p> Email:</br> <%= form.text_field :email%> </p>
27:     <p> Password:</br> <%= form.password_field :password%></p>
28:     <%= form.submit :login_new %>

app/views/users/login.html.erb:25:in `_app_views_users_login_html_erb___313888642471678402_70094497718720' app/controllers/users_controller.rb:60:in `check_login' Started GET “/” for 127.0.0.1 at 2019-01-29 15:29:37 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.3ms)

Completed 200 OK in 33ms (Views: 31.8ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 15:29:39 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.6ms)

Completed 200 OK in 85ms (Views: 44.9ms | ActiveRecord: 18.1ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-29 15:29:41 +0530 Processing by UsersController#check_login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"oNcH5D/HbGkQk5QhTd40zti3DLBlkioD1kCYjx/iC5xSRUj+vEDc5tjobJBXJEfnsm09GkuEN74Fn/Ro7DbBzQ==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:50

Redirected to localhost:3000/urls/new Completed 302 Found in 6ms (ActiveRecord: 0.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:29:41 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.6ms)

Completed 200 OK in 78ms (Views: 53.6ms | ActiveRecord: 4.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:30:25 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.8ms)

Completed 200 OK in 116ms (Views: 87.1ms | ActiveRecord: 4.1ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-29 15:30:27 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.1ms)

Completed 200 OK in 58ms (Views: 27.5ms | ActiveRecord: 16.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-29 15:30:28 +0530 Processing by UsersController#check_login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"v2NYJJkkJ0Kzvk0ZPGjGpsvhFqg2qhz9bwN64TLX1dpN8Rc+GqOXzXvFtagmkrWPoTsnAhi8AUC83BYGwQMfiw==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (3.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:50

Redirected to localhost:3000/urls/new Completed 302 Found in 8ms (ActiveRecord: 3.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:30:28 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.5ms)

Completed 200 OK in 40ms (Views: 37.6ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-29 15:31:54 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.8ms)

Completed 200 OK in 51ms (Views: 34.3ms | ActiveRecord: 5.6ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-29 15:31:55 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.3ms)

Completed 200 OK in 35ms (Views: 33.9ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-29 15:31:59 +0530 Processing by UsersController#check_login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"GbvhV/Ip/gPKY4j0TvIz0+G9X+b1BP9Ax9FCx9f32eeraKehqKFjOgv6bwwIkLl6bNs5rQZQubfUI89p5VwjzA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565ko780ho992h"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:50
Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.9ms)

Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.5ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

22: <h2><i>WELCOME TO LOGIN PAGE</i></h2>
23: <div class="Login_Form">
24:   <h1>Login</h1>
25:   <%= form_for @user, :url => users_login_path do |form| %>
26:     <p> Email:</br> <%= form.text_field :email%> </p>
27:     <p> Password:</br> <%= form.password_field :password%></p>
28:     <%= form.submit :login_new %>

app/views/users/login.html.erb:25:in `_app_views_users_login_html_erb___313888642471678402_70094494690900' app/controllers/users_controller.rb:59:in `check_login' Started GET “/user/logout” for 127.0.0.1 at 2019-01-29 15:32:15 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.6ms)

Completed 200 OK in 41ms (Views: 27.7ms | ActiveRecord: 3.7ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-29 15:32:16 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.0ms)

Completed 200 OK in 41ms (Views: 39.7ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-29 15:32:19 +0530 Processing by UsersController#check_login as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"SUZnNnb/kAplfUhVPIgQTlBB3RkAiu8UH4fahKw7hUL7lSHALHcNM6Tkr6166prn3Se7UvPeqeMMdVcqnpB/aQ==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988ih1194ih1400"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:50
Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (4.0ms)

Completed 200 OK in 38ms (Views: 34.8ms | ActiveRecord: 0.5ms)

Started GET “/users/login” for 127.0.0.1 at 2019-01-29 15:35:20 +0530

ActionController::RoutingError (No route matches [GET] “/users/login”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/user/logout” for 127.0.0.1 at 2019-01-29 15:36:10 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.2ms)

Completed 200 OK in 49ms (Views: 29.7ms | ActiveRecord: 5.3ms)

Started POST “/user/login” for 127.0.0.1 at 2019-01-29 15:36:12 +0530

ActionController::RoutingError (No route matches [POST] “/user/login”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/user/logout” for 127.0.0.1 at 2019-01-29 15:37:19 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.3ms)

Completed 200 OK in 46ms (Views: 29.8ms | ActiveRecord: 4.2ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-29 15:37:20 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.8ms)

Completed 200 OK in 38ms (Views: 36.9ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-29 15:37:21 +0530 Processing by UsersController#login_check as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"4KyevIXzZ0jZFxzrdZ+wuEUPPUXJMwTmZE1UphPHy/hSf9hK33v6cRiO+xMz/ToRyGlbDjpnQhF3v9kIIWwx0w==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:50

Redirected to localhost:3000/urls/new Completed 302 Found in 4ms (ActiveRecord: 0.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:37:21 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (1.9ms)

Completed 200 OK in 100ms (Views: 73.7ms | ActiveRecord: 4.9ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 15:37:32 +0530 Processing by UrlsController#create_shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"29rOpuUuZK9u6lL57Rq3FTW10KYAyGtjY1qwvcTfzpRpCYhQv6b5lq9ztQGreD28uNO27fOcLZRwqD0T9nQ0vw==", "url"=>{"longurl"=>"https://redis.io/topics/rediscli", "domain"=>"redis.io"}, "commit"=>"Search"}
Url Load (2.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://redis.io/topics/rediscli"], ["LIMIT", 1]]
↳ app/models/url.rb:37

Redirected to localhost:3000/urls/3 Completed 302 Found in 6ms (ActiveRecord: 2.3ms)

Started GET “/urls/3” for 127.0.0.1 at 2019-01-29 15:37:32 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"3"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:50
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.1ms)

Completed 200 OK in 38ms (Views: 34.9ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:37:34 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (21.8ms)

Completed 200 OK in 73ms (Views: 68.9ms | ActiveRecord: 0.0ms)

Started GET “/url/long?utf8=%E2%9C%93&url%5Bshorturl%5D=www.nav.com%2FPwKA&commit=Search” for 127.0.0.1 at 2019-01-29 15:37:39 +0530 Processing by UrlsController#search_longurl as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>"www.nav.com/PwKA"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "www.nav.com/PwKA"], ["LIMIT", 1]]
↳ app/models/url.rb:50

Redirected to localhost:3000/urls/new Completed 302 Found in 9ms (ActiveRecord: 0.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:37:39 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (1.9ms)

Completed 200 OK in 36ms (Views: 34.3ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-29 15:37:42 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.9ms)  SELECT "urlreports".* FROM "urlreports" ORDER BY id ASC
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (10.1ms)

Completed 200 OK in 45ms (Views: 37.2ms | ActiveRecord: 3.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:37:44 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (7.6ms)

Completed 200 OK in 72ms (Views: 69.5ms | ActiveRecord: 0.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 15:37:49 +0530 Processing by UrlsController#create_shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"d4T1K0DXpzbSXaMwHwaavfY+dRNChnw6nVTtT5qC1H2tWMRGe9zZOlBaxEeg5QZnshDxO/amr71BJuZGb3g/sQ==", "url"=>{"longurl"=>"https://redis.io/topics/rediscli", "domain"=>"redis.io"}, "commit"=>"Search"}
Url Load (2.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://redis.io/topics/rediscli"], ["LIMIT", 1]]
↳ app/models/url.rb:37

Redirected to localhost:3000/urls/3 Completed 302 Found in 9ms (ActiveRecord: 2.9ms)

Started GET “/urls/3” for 127.0.0.1 at 2019-01-29 15:37:50 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"3"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:50
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 33ms (Views: 30.3ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:37:51 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 80ms (Views: 79.0ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-29 15:37:52 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (9.6ms)  SELECT "urlreports".* FROM "urlreports" ORDER BY id ASC
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (12.4ms)

Completed 200 OK in 74ms (Views: 59.0ms | ActiveRecord: 9.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:37:54 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 69ms (Views: 66.7ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:39:57 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 44ms (Views: 27.2ms | ActiveRecord: 4.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 15:40:38 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (1.8ms)

Completed 200 OK in 37ms (Views: 35.2ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-29 15:40:40 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.9ms)

Completed 200 OK in 132ms (Views: 86.7ms | ActiveRecord: 26.3ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-29 15:44:47 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.8ms)

Completed 200 OK in 32ms (Views: 30.2ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq” for 127.0.0.1 at 2019-01-29 16:04:40 +0530 Started GET “/sidekiq/stylesheets/bootstrap.css” for 127.0.0.1 at 2019-01-29 16:04:41 +0530 Started GET “/sidekiq/stylesheets/application.css” for 127.0.0.1 at 2019-01-29 16:04:41 +0530 Started GET “/sidekiq/javascripts/application.js” for 127.0.0.1 at 2019-01-29 16:04:41 +0530 Started GET “/sidekiq/javascripts/dashboard.js” for 127.0.0.1 at 2019-01-29 16:04:41 +0530 Started GET “/sidekiq/images/status.png” for 127.0.0.1 at 2019-01-29 16:04:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:04:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:04:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:04:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:05:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:05:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:05:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:05:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:05:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:05:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:05:32 +0530

Url Load (0.7ms)  SELECT  "urls".* FROM "urls" LIMIT $1  [["LIMIT", 11]]

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:05:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:05:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:05:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:05:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:05:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:06:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:06:07 +0530

Url Load (0.5ms)  SELECT  "urls".* FROM "urls" ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1000]]

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:06:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:06:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:06:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:06:27 +0530

Url Load (0.5ms)  SELECT  "urls".* FROM "urls" ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1000]]

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:06:32 +0530

Url Load (0.5ms)  SELECT  "urls".* FROM "urls" ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1000]]

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:06:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:06:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:06:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:06:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:06:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:07:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:07:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:07:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:07:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:07:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:07:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:07:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:07:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:07:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:07:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:07:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:07:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:08:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:08:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:08:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:08:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:08:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:08:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:08:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:08:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:08:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:08:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:08:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:08:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:09:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:09:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:09:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:09:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:09:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:09:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:09:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:09:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:09:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:09:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:09:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:09:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:10:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:10:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:10:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:10:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:10:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:10:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:10:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:10:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:10:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:10:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:10:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:10:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:11:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:11:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:11:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:11:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:11:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:11:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:11:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:11:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:11:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:11:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:11:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:11:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:12:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:12:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:12:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:12:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:12:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:12:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:12:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:12:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:12:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:12:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:12:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:12:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:13:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:13:07 +0530

Url Search (11.2ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"hg","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"hg","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"hg","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"hg","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:13:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:13:17 +0530

Url Search (11.2ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"hg","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"hg","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"hg","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"hg","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:13:22 +0530

Url Load (0.6ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2)  [["id", 54], ["id", 25]]

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:13:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:13:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:13:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:13:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:13:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:13:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:13:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:14:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:14:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:14:12 +0530

Url Load (0.5ms)  SELECT  "urls".* FROM "urls" ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:14:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:14:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:14:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:14:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:14:37 +0530

Url Search (15.9ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"housing","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"housing","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"housing","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"housing","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:14:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:14:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:14:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:14:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:15:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:15:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:15:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:15:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:15:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:15:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:15:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:15:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:15:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:15:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:15:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:15:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:16:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:16:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:16:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:16:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:16:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:16:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:16:32 +0530 Started POST “/users/login” for 127.0.0.1 at 2019-01-29 16:16:35 +0530 Processing by UsersController#login_check as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"T3vbDuA1DiwuHw4XRVYoLtzNXlG6xsXAgVXpvdUry3f9qJ34ur2TFe+G6e8DNKKHUas4GkmSgzeSp2QT54AxXA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}

Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 16:16:35 +0530

AbstractController::ActionNotFound (The action 'login_render' could not be found for UsersController):

actionpack (5.2.2) lib/abstract_controller/base.rb:129:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:16:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:16:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:16:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:16:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:16:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:17:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:17:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:17:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:17:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:17:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:17:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:17:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:17:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:17:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:17:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:17:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:17:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:18:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:18:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:18:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:18:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:18:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:18:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:18:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:18:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:18:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:18:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:18:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:18:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:19:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:19:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:19:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:19:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:19:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:19:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:19:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:19:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:19:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:19:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:19:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:19:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:20:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:20:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:20:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:20:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:20:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:20:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:20:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:20:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:20:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:20:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:20:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:20:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:21:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:21:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:21:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:21:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:21:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:21:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:21:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:21:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:21:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:21:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:21:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:21:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:22:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:22:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:22:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:22:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:22:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:22:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:22:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:22:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:22:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:22:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:22:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:22:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:23:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:23:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:23:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:23:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:23:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:23:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:23:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:23:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:23:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:23:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:23:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:23:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:24:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:24:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:24:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:24:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:24:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:24:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:24:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:24:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:24:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:24:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:24:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:24:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:25:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:25:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:25:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:25:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:25:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:25:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:25:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:25:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:25:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:25:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:25:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:25:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:26:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:26:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:26:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:26:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:26:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:26:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:26:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:26:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:26:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:26:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:26:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:26:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:27:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:27:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:27:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:27:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:27:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:27:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:35:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:35:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:36:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:36:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:36:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:36:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:36:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:36:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:36:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:36:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:36:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:36:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:36:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:36:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:37:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:37:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:37:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:37:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:37:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:37:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:37:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:37:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:37:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:37:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:37:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:37:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:38:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:38:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:38:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:38:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:38:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:38:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:38:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:38:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:38:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:38:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:38:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:38:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:39:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:39:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:39:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:39:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:39:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:39:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:39:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:39:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:39:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:39:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:39:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:39:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:40:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:40:09 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:40:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:40:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:40:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:40:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:40:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:40:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:40:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:40:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:40:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:40:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:41:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:41:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:41:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:41:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:41:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:41:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:41:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:41:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:41:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:41:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:41:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:41:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:42:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:42:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:42:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:42:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:42:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:42:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:42:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:42:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:42:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:42:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:42:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:42:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:43:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:43:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:43:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:43:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:43:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:43:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:43:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:43:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:43:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:43:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:43:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:43:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:44:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:44:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:44:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:44:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:44:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:44:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:44:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:44:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:44:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:44:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:44:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:44:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:45:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:45:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:45:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:45:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:45:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:45:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:45:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:45:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:45:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:45:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:45:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:45:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:46:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:46:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:46:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:46:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:46:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:46:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:46:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:46:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:46:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:46:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:46:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:46:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:47:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:47:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:47:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:47:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:47:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:47:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:47:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:47:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:47:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:47:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:47:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:47:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:48:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:48:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:48:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:48:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:48:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:48:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:48:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:48:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:48:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:48:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:48:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:48:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:49:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:49:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:49:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:49:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:49:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:49:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:49:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:49:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:49:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:49:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:49:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:49:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:50:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:50:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:50:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:50:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:50:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:50:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:50:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:50:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:50:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:50:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:50:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:50:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:51:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:51:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:51:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:51:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:51:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:51:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:51:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 16:51:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:15:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:15:15 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:15:20 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:15:25 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:15:30 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:15:35 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:15:40 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:15:45 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:15:50 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:15:55 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:16:00 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:16:05 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:16:10 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:16:15 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:16:20 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:16:25 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:16:30 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:16:35 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:16:40 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:16:45 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:16:50 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:16:55 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:17:00 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:17:05 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:17:10 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:17:15 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:17:20 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:17:25 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:17:30 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:17:35 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:17:40 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:17:45 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:17:50 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:17:55 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:18:00 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:18:05 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:18:10 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:18:15 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:18:20 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:18:25 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:18:30 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:18:35 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:18:40 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:18:45 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:18:50 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:18:55 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:19:00 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:19:05 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:19:10 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:19:15 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:19:20 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:19:25 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:19:30 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:19:35 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:19:40 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:19:45 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:19:50 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:19:55 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:20:00 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:20:05 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:20:10 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:20:15 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:20:20 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:20:25 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:20:30 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:20:35 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:20:40 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:20:45 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:20:50 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:20:55 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:21:00 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:21:05 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:21:10 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:21:15 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:21:20 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:21:25 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:21:30 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:21:35 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:21:40 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:21:45 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:21:50 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:21:55 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:22:00 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:22:05 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:22:10 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:22:15 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:22:20 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:22:25 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:22:30 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:22:35 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:22:40 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:22:45 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:22:50 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:22:55 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:23:00 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:23:05 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:23:10 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:23:15 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:23:20 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:23:25 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:23:30 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:23:35 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:23:40 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:23:45 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:23:50 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:23:55 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:24:00 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:24:05 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:24:10 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:24:15 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:24:20 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:24:25 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:24:30 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:24:35 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:24:40 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:24:45 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:24:50 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:24:55 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:25:00 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:25:05 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-29 17:25:10 +0530 Started POST “/users/login” for 127.0.0.1 at 2019-01-29 17:25:18 +0530 Processing by UsersController#login_check as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"T3vbDuA1DiwuHw4XRVYoLtzNXlG6xsXAgVXpvdUry3f9qJ34ur2TFe+G6e8DNKKHUas4GkmSgzeSp2QT54AxXA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}

Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:25:19 +0530

AbstractController::ActionNotFound (The action 'login_render' could not be found for UsersController):

actionpack (5.2.2) lib/abstract_controller/base.rb:129:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/users/login” for 127.0.0.1 at 2019-01-29 17:25:48 +0530 Processing by UsersController#login_check as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"T3vbDuA1DiwuHw4XRVYoLtzNXlG6xsXAgVXpvdUry3f9qJ34ur2TFe+G6e8DNKKHUas4GkmSgzeSp2QT54AxXA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}

Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:25:48 +0530 Processing by UsersController#login_render as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:25:48 +0530 Processing by UsersController#login_render as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:25:48 +0530 Processing by UsersController#login_render as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:25:48 +0530 Processing by UsersController#login_render as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:25:48 +0530 Processing by UsersController#login_render as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:25:48 +0530 Processing by UsersController#login_render as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:25:48 +0530 Processing by UsersController#login_render as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:25:48 +0530 Processing by UsersController#login_render as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:25:48 +0530 Processing by UsersController#login_render as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:25:48 +0530 Processing by UsersController#login_render as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:25:48 +0530 Processing by UsersController#login_render as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:25:48 +0530 Processing by UsersController#login_render as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:25:48 +0530 Processing by UsersController#login_render as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:25:48 +0530 Processing by UsersController#login_render as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:25:48 +0530 Processing by UsersController#login_render as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:25:48 +0530 Processing by UsersController#login_render as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:25:48 +0530 Processing by UsersController#login_render as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:25:48 +0530 Processing by UsersController#login_render as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:25:49 +0530 Processing by UsersController#login_render as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started POST “/user/login” for 127.0.0.1 at 2019-01-29 17:26:36 +0530

ActionController::RoutingError (No route matches [POST] “/user/login”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/users/login” for 127.0.0.1 at 2019-01-29 17:26:41 +0530 Processing by UsersController#login_check as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"T3vbDuA1DiwuHw4XRVYoLtzNXlG6xsXAgVXpvdUry3f9qJ34ur2TFe+G6e8DNKKHUas4GkmSgzeSp2QT54AxXA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}

Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:26:41 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:26:41 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:26:41 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:26:41 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:26:41 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:26:41 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:26:41 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:26:41 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:26:41 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:26:41 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:26:41 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:26:41 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:26:41 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:26:41 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:26:41 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:26:41 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:26:41 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:26:41 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:26:41 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-29 17:27:26 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:26 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:26 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:26 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:26 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:26 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:26 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:26 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:26 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:26 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:26 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:26 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:26 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:26 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:26 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:26 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:26 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:26 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:26 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:26 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:26 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:27 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:27 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:27 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:27 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:27 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:27 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:27 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:27 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:27 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:27 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:27 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:27 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:27 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:27 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:27 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:27 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:27 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:27 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:27 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:32 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:32 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:32 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:32 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:32 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:32 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:32 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:32 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:32 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:32 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:32 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:32 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:32 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:32 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:32 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:32 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:32 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:32 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:32 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:27:32 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-29 17:28:19 +0530

 (27.5ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 8ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:20 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:20 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:20 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:20 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:20 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:20 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:20 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:20 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:20 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:20 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:20 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:20 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:20 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:20 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:20 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:20 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:20 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:20 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:20 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:20 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:20 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:20 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:20 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:21 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:21 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:21 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:21 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:21 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:21 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:21 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:21 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:21 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:21 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:21 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:21 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:21 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:21 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:21 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:21 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:44 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:44 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:44 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:44 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:44 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:44 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:44 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:44 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:44 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:44 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:44 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:44 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:44 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:45 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:45 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:45 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:45 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:45 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:45 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:45 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:47 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:47 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:47 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:47 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:47 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:47 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:47 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:47 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:47 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:47 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:47 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:47 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:47 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:47 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:47 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:47 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:47 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:47 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:47 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:47 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2019-01-29 17:28:50 +0530 Processing by UsersController#homepage as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:28:50 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:29:53 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:29:53 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:29:53 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:29:53 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:29:53 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:29:53 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:29:53 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:29:53 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:29:53 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:29:53 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:29:53 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:29:53 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:29:53 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:29:53 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:29:53 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:29:53 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:29:53 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:29:53 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:29:53 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:29:53 +0530 Processing by UsersController#login as HTML Redirected to localhost:3000/user/login Filter chain halted as :check_session rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:31:38 +0530

ActionController::RoutingError (No route matches [GET] “/user/login”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/” for 127.0.0.1 at 2019-01-29 17:31:44 +0530 Processing by UsersController#homepage as HTML Completed 500 Internal Server Error in 299ms (ActiveRecord: 0.0ms)

NameError (undefined local variable or method `user_login_path' for #<UsersController:0x00007fafc21ca718> Did you mean? users_login_path

user_logout_path):

app/controllers/application_controller.rb:10:in `check_session' Started GET “/” for 127.0.0.1 at 2019-01-29 17:32:17 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.6ms)

Completed 200 OK in 524ms (Views: 522.4ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:32:21 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (11.1ms)

Completed 200 OK in 110ms (Views: 36.0ms | ActiveRecord: 7.3ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-29 17:32:23 +0530 Processing by UsersController#login_check as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"oA4ESRU1nTklm5UTj1qXhim3f94HipEAGuk+hyrnk/dSnEtTlrIttu3gbaKVoOSvQ21OdCmcjL3JNlJg2TNZpg==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.2ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:50

Redirected to localhost:3000/urls/new Completed 302 Found in 37ms (ActiveRecord: 1.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 17:32:23 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (1.9ms)

Completed 200 OK in 77ms (Views: 24.9ms | ActiveRecord: 5.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-29 17:34:22 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.2ms)

Completed 200 OK in 44ms (Views: 26.6ms | ActiveRecord: 6.4ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-29 17:34:24 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.7ms)

Completed 200 OK in 37ms (Views: 35.4ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-29 17:34:26 +0530 Processing by UsersController#login_check as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"QzqMCdoQRFfqhTZ0ORRhyXD0Mmo9cPzHvkwdtKRkST/x6cr/gJjZbisc0Yx/dutg/ZJUIc4kujCtvpAals+zFA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.9ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:46

Redirected to localhost:3000/urls/new Completed 302 Found in 4ms (ActiveRecord: 0.9ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 17:34:26 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.6ms)

Completed 200 OK in 53ms (Views: 30.4ms | ActiveRecord: 4.5ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-29 17:36:28 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.3ms)

Completed 200 OK in 52ms (Views: 35.5ms | ActiveRecord: 5.1ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-29 17:36:31 +0530 Processing by UsersController#login_check as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"DToM2lf+9MkP2N8vSWcizcBmGI8Rj0YU3xfpC1bH7P7/qEPA1HlERsejJ55TnVHkqrwpJT+ZW6kMyIXspRMmrw==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.2ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:47

Redirected to localhost:3000/user/new Completed 500 Internal Server Error in 5ms (ActiveRecord: 1.2ms)

AbstractController::DoubleRenderError (Render and/or redirect were called multiple times in this action. Please note that you may only call render OR redirect, and at most once per action. Also note that neither redirect nor render terminate execution of the action, so if you want to exit an action after redirecting, you need to do something like “redirect_to(…) and return”.):

app/controllers/users_controller.rb:54:in `login_check' Started POST “/users/login” for 127.0.0.1 at 2019-01-29 17:36:59 +0530 Processing by UsersController#login_check as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"yJwgNPF2YYkESuOQekzsXWIQpvibDBA7PR666dizFct6T2bCq/78sMXTBGg8Lmb073bAs2hYVswu7DdH6hjv4A==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337r"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:47

Redirected to localhost:3000/user/new Completed 302 Found in 17ms (ActiveRecord: 4.9ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-29 17:36:59 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.7ms)

Completed 200 OK in 43ms (Views: 31.2ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-29 17:37:32 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.3ms)

Completed 200 OK in 50ms (Views: 34.4ms | ActiveRecord: 4.1ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:37:38 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.2ms)

Completed 200 OK in 44ms (Views: 37.5ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-29 17:37:41 +0530 Processing by UsersController#login_check as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"jUjVPqEBkcD++jBdQg9rNdQHh3F98wl+tW86d1BfvfB/2pokIoYhTzaByOxY9Rgcvt2221PlFMNmsFaQo4t3oQ==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337rf550t"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:47

Redirected to localhost:3000/user/login Completed 302 Found in 4ms (ActiveRecord: 0.6ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:37:41 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.3ms)

Completed 200 OK in 38ms (Views: 35.2ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-29 17:38:16 +0530 Processing by UsersController#login_check as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"p/vQ8pgep67v6O8CoaERtLpp+Q/JpxU0A3CytuNWX/AVKJYEwpY6ly5xCPrnw5sdNw+fRDrzU8MQgj8Y0f2l2w==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565k"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:45

Redirected to localhost:3000/user/login Completed 302 Found in 9ms (ActiveRecord: 4.5ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:38:16 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.6ms)

Completed 200 OK in 68ms (Views: 56.9ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-29 17:38:17 +0530 Processing by UsersController#login_check as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"U87i6pIUFBEdjUjmA8t/TeThiEjH4SLeBbEE+2HlAQXhHaQcyJyJKNwUrx5FqfXkaYfuAzS1ZCkWQ4lVU077Lg==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:45

Redirected to localhost:3000/urls/new Completed 302 Found in 5ms (ActiveRecord: 0.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 17:38:17 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (1.8ms)

Completed 200 OK in 51ms (Views: 32.9ms | ActiveRecord: 4.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-29 17:38:18 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.0ms)

Completed 200 OK in 46ms (Views: 43.2ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-29 17:38:21 +0530 Processing by UsersController#login_check as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"8jpYRD5CNQRYtkYBwLh9wCUrNxAHWaoXbKE1MQEMNz4AqBdevcWFi5DNvrDaQg7pT/EGuilPt6q/flnW8tj9bw==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337r"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:45

Redirected to localhost:3000/user/login Completed 302 Found in 5ms (ActiveRecord: 0.6ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 17:38:21 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.5ms)

Completed 200 OK in 28ms (Views: 26.4ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-29 17:41:58 +0530 Processing by UsersController#login_check as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"me8qrJ2F5I+1AYeRjLpV4vU8RT76dxuylbEYGUsQSZUrPGxaxw15tnSYYGnK2N9LeFojdQkjXUWGQ5W3ebuzvg==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 20ms (ActiveRecord: 6.1ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 17:41:58 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 47ms (Views: 30.3ms | ActiveRecord: 3.6ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-29 17:42:01 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.7ms)  SELECT "urlreports".* FROM "urlreports" ORDER BY id ASC
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (9.5ms)

Completed 200 OK in 62ms (Views: 30.3ms | ActiveRecord: 3.6ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 17:44:02 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"https://www.quora.com/Why-are-there-crushed-stones-alongside-rail-tracks", "domain"=>"quora.com", "url"=>{"longurl"=>"https://www.quora.com/Why-are-there-crushed-stones-alongside-rail-tracks", "domain"=>"quora.com"}}

Can't verify CSRF token authenticity.

Url Load (2.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.quora.com/Why-are-there-crushed-stones-alongside-rail-tracks"], ["LIMIT", 1]]
↳ app/models/url.rb:52
Url Load (1.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "BbDG"], ["LIMIT", 1]]
↳ app/models/url.rb:71
 (0.3ms)  BEGIN
↳ app/models/url.rb:43
Url Create (8.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.quora.com/Why-are-there-crushed-stones-alongside-rail-tracks"], ["shorturl", "http://hnJ/BbDG"], ["domain", "quora.com"], ["suffix", "BbDG"]]
↳ app/models/url.rb:43
Urlreport Load (1.0ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-29"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (1.6ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Exists (0.4ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-29"], ["id", 7], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.4ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 10], ["id", 7]]
↳ app/workers/convert_worker.rb:12
 (860.6ms)  COMMIT
 (768.7ms)  COMMIT
↳ app/models/url.rb:43
↳ app/workers/convert_worker.rb:12
Url Store (101.0ms)  {"id":101}

Completed 200 OK in 1072ms (Views: 0.2ms | Searchkick: 101.0ms | ActiveRecord: 873.1ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 17:44:16 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"https://www.quora.com/What-is-it-like-to-regret-having-children", "domain"=>"quora.com", "url"=>{"longurl"=>"https://www.quora.com/What-is-it-like-to-regret-having-children", "domain"=>"quora.com"}}

Can't verify CSRF token authenticity.

Url Load (2.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.quora.com/What-is-it-like-to-regret-having-children"], ["LIMIT", 1]]
↳ app/models/url.rb:52
Url Load (1.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "LHvG"], ["LIMIT", 1]]
↳ app/models/url.rb:71
 (0.7ms)  BEGIN
↳ app/models/url.rb:43
Url Create (1.8ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.quora.com/What-is-it-like-to-regret-having-children"], ["shorturl", "http://hnJ/LHvG"], ["domain", "quora.com"], ["suffix", "LHvG"]]
↳ app/models/url.rb:43
Urlreport Load (0.6ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-29"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (1.6ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Exists (0.5ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-29"], ["id", 7], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.9ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 11], ["id", 7]]
↳ app/workers/convert_worker.rb:12
 (42.3ms)  COMMIT
↳ app/models/url.rb:43
 (33.8ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (195.6ms)  {"id":102}

Completed 200 OK in 359ms (Views: 0.2ms | Searchkick: 195.6ms | ActiveRecord: 48.7ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 17:44:29 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"https://www.quora.com/What-are-some-sleep-hacks-and-tips", "domain"=>"quora.com", "url"=>{"longurl"=>"https://www.quora.com/What-are-some-sleep-hacks-and-tips", "domain"=>"quora.com"}}

Can't verify CSRF token authenticity.

Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.quora.com/What-are-some-sleep-hacks-and-tips"], ["LIMIT", 1]]
↳ app/models/url.rb:52
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "aDoF"], ["LIMIT", 1]]
↳ app/models/url.rb:71
 (0.2ms)  BEGIN
↳ app/models/url.rb:43
Url Create (0.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.quora.com/What-are-some-sleep-hacks-and-tips"], ["shorturl", "http://hnJ/aDoF"], ["domain", "quora.com"], ["suffix", "aDoF"]]
↳ app/models/url.rb:43
Urlreport Load (0.6ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-29"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.4ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Exists (0.7ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-29"], ["id", 7], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.9ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 12], ["id", 7]]
↳ app/workers/convert_worker.rb:12
 (40.1ms)  COMMIT
↳ app/models/url.rb:43
 (32.8ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (15.5ms)  {"id":103}

Completed 200 OK in 79ms (Views: 0.3ms | Searchkick: 15.5ms | ActiveRecord: 42.2ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 17:44:39 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"https://www.quora.com/Photography-What-are-some-of-the-most-inspirational-photos-ever-taken-1", "domain"=>"quora.com", "url"=>{"longurl"=>"https://www.quora.com/Photography-What-are-some-of-the-most-inspirational-photos-ever-taken-1", "domain"=>"quora.com"}}

Can't verify CSRF token authenticity.

Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.quora.com/Photography-What-are-some-of-the-most-inspirational-photos-ever-taken-1"], ["LIMIT", 1]]
↳ app/models/url.rb:52
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "zbWI"], ["LIMIT", 1]]
↳ app/models/url.rb:71
 (0.5ms)  BEGIN
↳ app/models/url.rb:43
Url Create (0.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.quora.com/Photography-What-are-some-of-the-most-inspirational-photos-ever-taken-1"], ["shorturl", "http://hnJ/zbWI"], ["domain", "quora.com"], ["suffix", "zbWI"]]
↳ app/models/url.rb:43
Urlreport Load (0.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-29"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Exists (0.5ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-29"], ["id", 7], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 13], ["id", 7]]
↳ app/workers/convert_worker.rb:12
 (40.5ms)  COMMIT
↳ app/models/url.rb:43
 (35.2ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (14.0ms)  {"id":104}

Completed 200 OK in 81ms (Views: 0.3ms | Searchkick: 14.0ms | ActiveRecord: 42.8ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 17:44:51 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"https://www.quora.com/Just-like-Larry-Page-and-Sergey-Brin-unseated-their-incumbents-with-a-better-search-engine-how-likely-is-it-that-two-Computer-Science-PhD-students-create-a-search-engine-that-unseats-Google-How-vulnerable-is-Google-to-this-possibility", "domain"=>"quora.com", "url"=>{"longurl"=>"https://www.quora.com/Just-like-Larry-Page-and-Sergey-Brin-unseated-their-incumbents-with-a-better-search-engine-how-likely-is-it-that-two-Computer-Science-PhD-students-create-a-search-engine-that-unseats-Google-How-vulnerable-is-Google-to-this-possibility", "domain"=>"quora.com"}}

Can't verify CSRF token authenticity.

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.quora.com/Just-like-Larry-Page-and-Sergey-Brin-unseated-their-incumbents-with-a-better-search-engine-how-likely-is-it-that-two-Computer-Science-PhD-students-create-a-search-engine-that-unseats-Google-How-vulnerable-is-Google-to-this-possibility"], ["LIMIT", 1]]
↳ app/models/url.rb:52
Url Load (1.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "*M$XC"], ["LIMIT", 1]]
↳ app/models/url.rb:71
 (0.2ms)  BEGIN
↳ app/models/url.rb:43
Url Create (1.0ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.quora.com/Just-like-Larry-Page-and-Sergey-Brin-unseated-their-incumbents-with-a-better-search-engine-how-likely-is-it-that-two-Computer-Science-PhD-students-create-a-search-engine-that-unseats-Google-How-vulnerable-is-Google-to-this-possibility"], ["shorturl", "http://hnJ/*M$XC"], ["domain", "quora.com"], ["suffix", "*M$XC"]]
↳ app/models/url.rb:43
Urlreport Load (0.8ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-29"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.4ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Exists (1.7ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-29"], ["id", 7], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.9ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 14], ["id", 7]]
↳ app/workers/convert_worker.rb:12
 (46.9ms)  COMMIT
↳ app/models/url.rb:43
 (38.2ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (43.2ms)  {"id":105}

Completed 200 OK in 174ms (Views: 0.2ms | Searchkick: 43.2ms | ActiveRecord: 49.9ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 17:45:05 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"https://www.quora.com/Are-there-any-positive-benefits-of-laziness-and-procrastination", "domain"=>"quora.com", "url"=>{"longurl"=>"https://www.quora.com/Are-there-any-positive-benefits-of-laziness-and-procrastination", "domain"=>"quora.com"}}

Can't verify CSRF token authenticity.

Url Load (1.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.quora.com/Are-there-any-positive-benefits-of-laziness-and-procrastination"], ["LIMIT", 1]]
↳ app/models/url.rb:52
Url Load (1.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "ZeQI"], ["LIMIT", 1]]
↳ app/models/url.rb:71
 (0.4ms)  BEGIN
↳ app/models/url.rb:43
Url Create (2.3ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.quora.com/Are-there-any-positive-benefits-of-laziness-and-procrastination"], ["shorturl", "http://hnJ/ZeQI"], ["domain", "quora.com"], ["suffix", "ZeQI"]]
↳ app/models/url.rb:43
Urlreport Load (0.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-29"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.4ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Exists (0.6ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-29"], ["id", 7], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 15], ["id", 7]]
↳ app/workers/convert_worker.rb:12
 (41.0ms)  COMMIT
↳ app/models/url.rb:43
 (33.7ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (61.4ms)  {"id":106}

Completed 200 OK in 205ms (Views: 0.2ms | Searchkick: 61.4ms | ActiveRecord: 47.3ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 17:45:24 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"https://www.quora.com/What-is-the-nicest-thing-youve-ever-done-for-a-complete-stranger-and-vice-versa", "domain"=>"quora.com", "url"=>{"longurl"=>"https://www.quora.com/What-is-the-nicest-thing-youve-ever-done-for-a-complete-stranger-and-vice-versa", "domain"=>"quora.com"}}

Can't verify CSRF token authenticity.

Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.quora.com/What-is-the-nicest-thing-youve-ever-done-for-a-complete-stranger-and-vice-versa"], ["LIMIT", 1]]
↳ app/models/url.rb:52
Url Load (2.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "qh3J"], ["LIMIT", 1]]
↳ app/models/url.rb:71
 (0.2ms)  BEGIN
↳ app/models/url.rb:43
Url Create (2.1ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.quora.com/What-is-the-nicest-thing-youve-ever-done-for-a-complete-stranger-and-vice-versa"], ["shorturl", "http://hnJ/qh3J"], ["domain", "quora.com"], ["suffix", "qh3J"]]
↳ app/models/url.rb:43
Urlreport Load (2.8ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-29"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Exists (0.7ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-29"], ["id", 7], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Urlreport Update (1.1ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 16], ["id", 7]]
↳ app/workers/convert_worker.rb:12
 (48.2ms)  COMMIT
 (38.1ms)  COMMIT
↳ app/workers/convert_worker.rb:12
↳ app/models/url.rb:43
Url Store (63.6ms)  {"id":107}

Completed 200 OK in 229ms (Views: 0.3ms | Searchkick: 63.6ms | ActiveRecord: 53.4ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 17:45:41 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"https://www.quora.com/What-is-your-best-Only-In-moment", "domain"=>"quora.com", "url"=>{"longurl"=>"https://www.quora.com/What-is-your-best-Only-In-moment", "domain"=>"quora.com"}}

Can't verify CSRF token authenticity.

Url Load (1.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.quora.com/What-is-your-best-Only-In-moment"], ["LIMIT", 1]]
↳ app/models/url.rb:52
Url Load (2.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "glmF"], ["LIMIT", 1]]
↳ app/models/url.rb:71
 (0.2ms)  BEGIN
↳ app/models/url.rb:43
Url Create (0.7ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.quora.com/What-is-your-best-Only-In-moment"], ["shorturl", "http://hnJ/glmF"], ["domain", "quora.com"], ["suffix", "glmF"]]
↳ app/models/url.rb:43
Urlreport Load (1.0ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-29"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (2.4ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Exists (0.7ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-29"], ["id", 7], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 17], ["id", 7]]
↳ app/workers/convert_worker.rb:12
 (43.4ms)  COMMIT
 (33.4ms)  COMMIT
↳ app/models/url.rb:43
↳ app/workers/convert_worker.rb:12
Url Store (13.3ms)  {"id":108}

Completed 200 OK in 85ms (Views: 0.2ms | Searchkick: 13.3ms | ActiveRecord: 47.4ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 17:45:57 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"https://www.quora.com/Who-are-the-coolest-looking-people-in-all-human-history", "domain"=>"quora.com", "url"=>{"longurl"=>"https://www.quora.com/Who-are-the-coolest-looking-people-in-all-human-history", "domain"=>"quora.com"}}

Can't verify CSRF token authenticity.

Url Load (2.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.quora.com/Who-are-the-coolest-looking-people-in-all-human-history"], ["LIMIT", 1]]
↳ app/models/url.rb:52
Url Load (3.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "eQIH"], ["LIMIT", 1]]
↳ app/models/url.rb:71
 (0.2ms)  BEGIN
↳ app/models/url.rb:43
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.quora.com/Who-are-the-coolest-looking-people-in-all-human-history"], ["shorturl", "http://hnJ/eQIH"], ["domain", "quora.com"], ["suffix", "eQIH"]]
↳ app/models/url.rb:43
Urlreport Load (0.8ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-29"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.5ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Exists (1.0ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-29"], ["id", 7], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Urlreport Update (1.3ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 18], ["id", 7]]
↳ app/workers/convert_worker.rb:12
 (45.9ms)  COMMIT
↳ app/models/url.rb:43
 (35.7ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (13.0ms)  {"id":109}

Completed 200 OK in 90ms (Views: 0.3ms | Searchkick: 13.0ms | ActiveRecord: 53.4ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 17:46:08 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"https://www.quora.com/What-are-the-most-important-lessons-you-have-learned-in-your-life-and-when-did-you-learn-them", "domain"=>"quora.com", "url"=>{"longurl"=>"https://www.quora.com/What-are-the-most-important-lessons-you-have-learned-in-your-life-and-when-did-you-learn-them", "domain"=>"quora.com"}}

Can't verify CSRF token authenticity.

Url Load (3.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.quora.com/What-are-the-most-important-lessons-you-have-learned-in-your-life-and-when-did-you-learn-them"], ["LIMIT", 1]]
↳ app/models/url.rb:52
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "0jgLB"], ["LIMIT", 1]]
↳ app/models/url.rb:71
 (0.2ms)  BEGIN
↳ app/models/url.rb:43
Url Create (0.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.quora.com/What-are-the-most-important-lessons-you-have-learned-in-your-life-and-when-did-you-learn-them"], ["shorturl", "http://hnJ/0jgLB"], ["domain", "quora.com"], ["suffix", "0jgLB"]]
↳ app/models/url.rb:43
 (4.6ms)  COMMIT
↳ app/models/url.rb:43
Urlreport Load (0.6ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-29"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Exists (0.5ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-29"], ["id", 7], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.6ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 19], ["id", 7]]
↳ app/workers/convert_worker.rb:12
 (1.6ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (13.5ms)  {"id":110}

Completed 200 OK in 91ms (Views: 0.2ms | Searchkick: 13.5ms | ActiveRecord: 9.1ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 17:46:22 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"https://www.quora.com/Whats-it-like-to-be-mistaken-for-being-a-different-ethnicity-than-you-actually-are", "domain"=>"quora.com", "url"=>{"longurl"=>"https://www.quora.com/Whats-it-like-to-be-mistaken-for-being-a-different-ethnicity-than-you-actually-are", "domain"=>"quora.com"}}

Can't verify CSRF token authenticity.

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.quora.com/Whats-it-like-to-be-mistaken-for-being-a-different-ethnicity-than-you-actually-are"], ["LIMIT", 1]]
↳ app/models/url.rb:52
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "NH5J"], ["LIMIT", 1]]
↳ app/models/url.rb:71
 (0.3ms)  BEGIN
↳ app/models/url.rb:43
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.quora.com/Whats-it-like-to-be-mistaken-for-being-a-different-ethnicity-than-you-actually-are"], ["shorturl", "http://hnJ/NH5J"], ["domain", "quora.com"], ["suffix", "NH5J"]]
↳ app/models/url.rb:43
Urlreport Load (0.7ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-29"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Exists (0.5ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-29"], ["id", 7], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 20], ["id", 7]]
↳ app/workers/convert_worker.rb:12
 (40.7ms)  COMMIT
 (33.7ms)  COMMIT
↳ app/models/url.rb:43
↳ app/workers/convert_worker.rb:12
Url Store (14.9ms)  {"id":111}

Completed 200 OK in 80ms (Views: 0.3ms | Searchkick: 14.9ms | ActiveRecord: 43.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 17:46:43 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"https://www.quora.com/What-is-the-geekiest-joke", "domain"=>"quora.com", "url"=>{"longurl"=>"https://www.quora.com/What-is-the-geekiest-joke", "domain"=>"quora.com"}}

Can't verify CSRF token authenticity.

Url Load (12.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.quora.com/What-is-the-geekiest-joke"], ["LIMIT", 1]]
↳ app/models/url.rb:52
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "ungE"], ["LIMIT", 1]]
↳ app/models/url.rb:71
 (0.4ms)  BEGIN
↳ app/models/url.rb:43
Url Create (0.9ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.quora.com/What-is-the-geekiest-joke"], ["shorturl", "http://hnJ/ungE"], ["domain", "quora.com"], ["suffix", "ungE"]]
↳ app/models/url.rb:43
 (0.9ms)  COMMIT
↳ app/models/url.rb:43
Urlreport Load (0.7ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-29"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.3ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Exists (6.2ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-29"], ["id", 7], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Urlreport Update (1.0ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 21], ["id", 7]]
↳ app/workers/convert_worker.rb:12
Url Store (14.2ms)  {"id":112}

Completed 200 OK in 52ms (Views: 0.3ms | Searchkick: 14.2ms | ActiveRecord: 16.0ms)

 (40.2ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 17:46:58 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"https://www.quora.com/If-pi-ended-what-number-would-it-end-on", "domain"=>"quora.com", "url"=>{"longurl"=>"https://www.quora.com/If-pi-ended-what-number-would-it-end-on", "domain"=>"quora.com"}}

Can't verify CSRF token authenticity.

Url Load (1.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.quora.com/If-pi-ended-what-number-would-it-end-on"], ["LIMIT", 1]]
↳ app/models/url.rb:52
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "*hsF"], ["LIMIT", 1]]
↳ app/models/url.rb:71
 (1.5ms)  BEGIN
↳ app/models/url.rb:43
Url Create (1.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.quora.com/If-pi-ended-what-number-would-it-end-on"], ["shorturl", "http://hnJ/*hsF"], ["domain", "quora.com"], ["suffix", "*hsF"]]
↳ app/models/url.rb:43
Urlreport Load (0.9ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-29"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.6ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Exists (0.6ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-29"], ["id", 7], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Urlreport Update (2.4ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 22], ["id", 7]]
↳ app/workers/convert_worker.rb:12
 (40.8ms)  COMMIT
↳ app/models/url.rb:43
 (31.7ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (18.6ms)  {"id":113}

Completed 200 OK in 88ms (Views: 0.3ms | Searchkick: 18.6ms | ActiveRecord: 46.1ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 17:47:16 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"https://www.quora.com/What-are-some-of-the-most-epic-photos-ever-taken", "domain"=>"quora.com", "url"=>{"longurl"=>"https://www.quora.com/What-are-some-of-the-most-epic-photos-ever-taken", "domain"=>"quora.com"}}

Can't verify CSRF token authenticity.

Url Load (1.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.quora.com/What-are-some-of-the-most-epic-photos-ever-taken"], ["LIMIT", 1]]
↳ app/models/url.rb:52
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "JHAG"], ["LIMIT", 1]]
↳ app/models/url.rb:71
 (10.0ms)  BEGIN
↳ app/models/url.rb:43
Url Create (2.0ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.quora.com/What-are-some-of-the-most-epic-photos-ever-taken"], ["shorturl", "http://hnJ/JHAG"], ["domain", "quora.com"], ["suffix", "JHAG"]]
↳ app/models/url.rb:43
Urlreport Load (0.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-29"], ["LIMIT", 1]]
 (1.6ms)  COMMIT
↳ app/workers/convert_worker.rb:5
↳ app/models/url.rb:43
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Exists (7.9ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-29"], ["id", 7], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Urlreport Update (1.4ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 23], ["id", 7]]
↳ app/workers/convert_worker.rb:12
Url Store (13.9ms)  {"id":114}

Completed 200 OK in 58ms (Views: 0.3ms | Searchkick: 13.9ms | ActiveRecord: 15.9ms)

 (44.0ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 17:47:32 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"https://www.quora.com/Jobs-and-Careers-Why-are-so-many-people-content-with-just-earning-a-salary-and-working-9-6-their-entire-adult-life", "domain"=>"quora.com", "url"=>{"longurl"=>"https://www.quora.com/Jobs-and-Careers-Why-are-so-many-people-content-with-just-earning-a-salary-and-working-9-6-their-entire-adult-life", "domain"=>"quora.com"}}

Can't verify CSRF token authenticity.

Url Load (1.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.quora.com/Jobs-and-Careers-Why-are-so-many-people-content-with-just-earning-a-salary-and-working-9-6-their-entire-adult-life"], ["LIMIT", 1]]
↳ app/models/url.rb:52
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "$&xMB"], ["LIMIT", 1]]
↳ app/models/url.rb:71
 (0.2ms)  BEGIN
↳ app/models/url.rb:43
Url Create (1.1ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.quora.com/Jobs-and-Careers-Why-are-so-many-people-content-with-just-earning-a-salary-and-working-9-6-their-entire-adult-life"], ["shorturl", "http://hnJ/$&xMB"], ["domain", "quora.com"], ["suffix", "$&xMB"]]
↳ app/models/url.rb:43
 (0.7ms)  COMMIT
↳ app/models/url.rb:43
Urlreport Load (1.3ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-29"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Exists (0.9ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-29"], ["id", 7], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Urlreport Update (6.0ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 24], ["id", 7]]
↳ app/workers/convert_worker.rb:12
Url Store (13.0ms)  {"id":115}

Completed 200 OK in 42ms (Views: 0.3ms | Searchkick: 13.0ms | ActiveRecord: 4.1ms)

 (57.3ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 17:47:44 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"https://www.quora.com/Jokes-What-are-some-dumb-questions-you-have-been-asked", "domain"=>"quora.com", "url"=>{"longurl"=>"https://www.quora.com/Jokes-What-are-some-dumb-questions-you-have-been-asked", "domain"=>"quora.com"}}

Can't verify CSRF token authenticity.

Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.quora.com/Jokes-What-are-some-dumb-questions-you-have-been-asked"], ["LIMIT", 1]]
↳ app/models/url.rb:52
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "NBGH"], ["LIMIT", 1]]
↳ app/models/url.rb:71
 (0.2ms)  BEGIN
↳ app/models/url.rb:43
Url Create (0.7ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.quora.com/Jokes-What-are-some-dumb-questions-you-have-been-asked"], ["shorturl", "http://hnJ/NBGH"], ["domain", "quora.com"], ["suffix", "NBGH"]]
↳ app/models/url.rb:43
Urlreport Load (1.0ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-29"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Exists (0.5ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-29"], ["id", 7], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.6ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 25], ["id", 7]]
↳ app/workers/convert_worker.rb:12
 (39.9ms)  COMMIT
↳ app/models/url.rb:43
 (33.3ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (13.6ms)  {"id":116}

Completed 200 OK in 76ms (Views: 0.3ms | Searchkick: 13.6ms | ActiveRecord: 42.4ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 17:48:01 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"https://www.quora.com/How-do-introverts-enjoy-life", "domain"=>"quora.com", "url"=>{"longurl"=>"https://www.quora.com/How-do-introverts-enjoy-life", "domain"=>"quora.com"}}

Can't verify CSRF token authenticity.

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.quora.com/How-do-introverts-enjoy-life"], ["LIMIT", 1]]
↳ app/models/url.rb:52
Url Load (1.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "eXjE"], ["LIMIT", 1]]
↳ app/models/url.rb:71
 (1.1ms)  BEGIN
↳ app/models/url.rb:43
Url Create (1.0ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.quora.com/How-do-introverts-enjoy-life"], ["shorturl", "http://hnJ/eXjE"], ["domain", "quora.com"], ["suffix", "eXjE"]]
↳ app/models/url.rb:43
Urlreport Load (2.8ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-29"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.3ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Exists (0.9ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-29"], ["id", 7], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.6ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 26], ["id", 7]]
↳ app/workers/convert_worker.rb:12
 (45.8ms)  COMMIT
↳ app/models/url.rb:43
 (38.9ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (19.2ms)  {"id":117}

Completed 200 OK in 99ms (Views: 0.2ms | Searchkick: 19.2ms | ActiveRecord: 49.7ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 17:48:12 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"https://www.quora.com/What-are-your-most-controversial-or-unpopular-opinions", "domain"=>"quora.com", "url"=>{"longurl"=>"https://www.quora.com/What-are-your-most-controversial-or-unpopular-opinions", "domain"=>"quora.com"}}

Can't verify CSRF token authenticity.

Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.quora.com/What-are-your-most-controversial-or-unpopular-opinions"], ["LIMIT", 1]]
↳ app/models/url.rb:52
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "X1JH"], ["LIMIT", 1]]
↳ app/models/url.rb:71
 (0.2ms)  BEGIN
↳ app/models/url.rb:43
Url Create (34.2ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.quora.com/What-are-your-most-controversial-or-unpopular-opinions"], ["shorturl", "http://hnJ/X1JH"], ["domain", "quora.com"], ["suffix", "X1JH"]]
↳ app/models/url.rb:43
Urlreport Load (1.0ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-29"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.4ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Exists (0.6ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-29"], ["id", 7], ["LIMIT", 1]]
 (6.3ms)  COMMIT
↳ app/workers/convert_worker.rb:12
↳ app/models/url.rb:43
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 27], ["id", 7]]
↳ app/workers/convert_worker.rb:12
 (0.7ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (19.0ms)  {"id":118}

Completed 200 OK in 81ms (Views: 0.3ms | Searchkick: 19.0ms | ActiveRecord: 42.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 17:48:24 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"https://www.quora.com/What-are-20-random-facts-about-yourself", "domain"=>"quora.com", "url"=>{"longurl"=>"https://www.quora.com/What-are-20-random-facts-about-yourself", "domain"=>"quora.com"}}

Can't verify CSRF token authenticity.

Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.quora.com/What-are-20-random-facts-about-yourself"], ["LIMIT", 1]]
↳ app/models/url.rb:52
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "VjsF"], ["LIMIT", 1]]
↳ app/models/url.rb:71
 (0.2ms)  BEGIN
↳ app/models/url.rb:43
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.quora.com/What-are-20-random-facts-about-yourself"], ["shorturl", "http://hnJ/VjsF"], ["domain", "quora.com"], ["suffix", "VjsF"]]
↳ app/models/url.rb:43
 (0.6ms)  COMMIT
↳ app/models/url.rb:43
Urlreport Load (0.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-29"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.5ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Url Store (18.9ms)  {"id":119}
Urlreport Exists (48.3ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-29"], ["id", 7], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12

Completed 200 OK in 62ms (Views: 0.2ms | Searchkick: 18.9ms | ActiveRecord: 2.7ms)

Urlreport Update (1.0ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 28], ["id", 7]]
↳ app/workers/convert_worker.rb:12
 (48.1ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 17:49:03 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"https://www.quora.com/What-is-the-greatest-single-image-in-movie-history", "domain"=>"quora.com", "url"=>{"longurl"=>"https://www.quora.com/What-is-the-greatest-single-image-in-movie-history", "domain"=>"quora.com"}}

Can't verify CSRF token authenticity.

Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.quora.com/What-is-the-greatest-single-image-in-movie-history"], ["LIMIT", 1]]
↳ app/models/url.rb:52
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "V7DG"], ["LIMIT", 1]]
↳ app/models/url.rb:71
 (0.4ms)  BEGIN
↳ app/models/url.rb:43
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.quora.com/What-is-the-greatest-single-image-in-movie-history"], ["shorturl", "http://hnJ/V7DG"], ["domain", "quora.com"], ["suffix", "V7DG"]]
↳ app/models/url.rb:43
Urlreport Load (0.7ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-29"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Exists (0.7ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-29"], ["id", 7], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Urlreport Update (1.4ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 29], ["id", 7]]
↳ app/workers/convert_worker.rb:12
 (40.4ms)  COMMIT
↳ app/models/url.rb:43
 (32.8ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (13.1ms)  {"id":120}

Completed 200 OK in 77ms (Views: 0.3ms | Searchkick: 13.1ms | ActiveRecord: 42.6ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 17:49:15 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"https://www.quora.com/What-are-some-words-of-wisdom-for-men", "domain"=>"quora.com", "url"=>{"longurl"=>"https://www.quora.com/What-are-some-words-of-wisdom-for-men", "domain"=>"quora.com"}}

Can't verify CSRF token authenticity.

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.quora.com/What-are-some-words-of-wisdom-for-men"], ["LIMIT", 1]]
↳ app/models/url.rb:52
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "Q6rF"], ["LIMIT", 1]]
↳ app/models/url.rb:71
 (0.2ms)  BEGIN
↳ app/models/url.rb:43
Url Create (0.5ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.quora.com/What-are-some-words-of-wisdom-for-men"], ["shorturl", "http://hnJ/Q6rF"], ["domain", "quora.com"], ["suffix", "Q6rF"]]
↳ app/models/url.rb:43
Urlreport Load (0.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-29"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Exists (0.5ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-29"], ["id", 7], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.7ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 30], ["id", 7]]
↳ app/workers/convert_worker.rb:12
 (40.7ms)  COMMIT
↳ app/models/url.rb:43
 (34.9ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (14.7ms)  {"id":121}

Completed 200 OK in 82ms (Views: 0.3ms | Searchkick: 14.7ms | ActiveRecord: 42.7ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 17:49:29 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"https://www.quora.com/What-are-some-examples-of-bad-design", "domain"=>"quora.com", "url"=>{"longurl"=>"https://www.quora.com/What-are-some-examples-of-bad-design", "domain"=>"quora.com"}}

Can't verify CSRF token authenticity.

Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.quora.com/What-are-some-examples-of-bad-design"], ["LIMIT", 1]]
↳ app/models/url.rb:52
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "&VqF"], ["LIMIT", 1]]
↳ app/models/url.rb:71
 (0.2ms)  BEGIN
↳ app/models/url.rb:43
Url Create (1.2ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.quora.com/What-are-some-examples-of-bad-design"], ["shorturl", "http://hnJ/&VqF"], ["domain", "quora.com"], ["suffix", "&VqF"]]
↳ app/models/url.rb:43
 (1.3ms)  COMMIT
↳ app/models/url.rb:43
Urlreport Load (0.8ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-29"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Exists (1.3ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-29"], ["id", 7], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Urlreport Update (1.9ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 31], ["id", 7]]
↳ app/workers/convert_worker.rb:12
 (0.7ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (12.9ms)  {"id":122}

Completed 200 OK in 36ms (Views: 0.2ms | Searchkick: 12.9ms | ActiveRecord: 4.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 17:49:54 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"https://www.quora.com/What-are-some-examples-of-bad-design", "domain"=>"quora.com", "url"=>{"longurl"=>"https://www.quora.com/What-are-some-examples-of-bad-design", "domain"=>"quora.com"}}

Can't verify CSRF token authenticity.

Url Load (2.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.quora.com/What-are-some-examples-of-bad-design"], ["LIMIT", 1]]
↳ app/models/url.rb:52

Completed 200 OK in 6ms (Views: 0.3ms | ActiveRecord: 2.3ms)

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1000]]

Started GET “/urlreport” for 127.0.0.1 at 2019-01-29 18:02:15 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (1.4ms)  SELECT "urlreports".* FROM "urlreports" ORDER BY id ASC
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (17.0ms)

Completed 200 OK in 161ms (Views: 103.7ms | ActiveRecord: 8.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 18:02:17 +0530 Processing by UrlsController#new as HTML Redirected to localhost:3000/user/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 18:02:17 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.4ms)

Completed 200 OK in 65ms (Views: 29.7ms | ActiveRecord: 4.6ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-29 18:02:19 +0530 Processing by UsersController#login_check as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"RYGdQBwxVbAV02i3Jdpm9Gy2Ic4ntnGDYSb9PebcJ4y3E9Jan7blP92okAY/IBXdBmwQZAmgbD6y+ZHaFQjt3Q==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (2.2ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 9ms (ActiveRecord: 2.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 18:02:19 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.4ms)

Completed 200 OK in 125ms (Views: 35.4ms | ActiveRecord: 5.7ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-29 18:02:21 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (51.7ms)

Completed 200 OK in 149ms (Views: 105.5ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&url=youtube.com&commit=Go” for 127.0.0.1 at 2019-01-29 18:02:27 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"youtube.com", "commit"=>"Go"}
Url Search (34.1ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"youtube.com","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (4.7ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34)  [["id", 21], ["id", 30], ["id", 32], ["id", 33], ["id", 34], ["id", 42], ["id", 18], ["id", 28], ["id", 39], ["id", 46], ["id", 49], ["id", 23], ["id", 31], ["id", 37], ["id", 45], ["id", 47], ["id", 50], ["id", 20], ["id", 27], ["id", 35], ["id", 36], ["id", 38], ["id", 43], ["id", 51], ["id", 22], ["id", 24], ["id", 25], ["id", 26], ["id", 29], ["id", 40], ["id", 41], ["id", 44], ["id", 48], ["id", 52]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (18.3ms)

Completed 200 OK in 103ms (Views: 50.0ms | Searchkick: 34.1ms | ActiveRecord: 4.7ms)

Started GET “/url/search?utf8=%E2%9C%93&url=youtube&commit=Go” for 127.0.0.1 at 2019-01-29 18:02:31 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"youtube", "commit"=>"Go"}
Url Search (22.1ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"youtube","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.6ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" = $1  [["id", 53]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (4.9ms)

Completed 200 OK in 60ms (Views: 34.2ms | Searchkick: 22.1ms | ActiveRecord: 0.6ms)

Started GET “/url/search?utf8=%E2%9C%93&url=youtub&commit=Go” for 127.0.0.1 at 2019-01-29 18:02:34 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"youtub", "commit"=>"Go"}
Url Search (16.4ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"youtub","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtub","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtub","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtub","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.4ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" = $1  [["id", 53]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (3.4ms)

Completed 200 OK in 51ms (Views: 31.8ms | Searchkick: 16.4ms | ActiveRecord: 0.4ms)

Started GET “/url/search?utf8=%E2%9C%93&url=you&commit=Go” for 127.0.0.1 at 2019-01-29 18:02:38 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"you", "commit"=>"Go"}
Url Search (30.2ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"you","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"you","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"you","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"you","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.9ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8)  [["id", 15], ["id", 110], ["id", 17], ["id", 116], ["id", 111], ["id", 118], ["id", 108], ["id", 107]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (10.9ms)

Completed 200 OK in 80ms (Views: 45.4ms | Searchkick: 30.2ms | ActiveRecord: 0.9ms)

Started GET “/url/search?utf8=%E2%9C%93&url=quora&commit=Go” for 127.0.0.1 at 2019-01-29 18:02:45 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"quora", "commit"=>"Go"}
Url Search (19.0ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"quora","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"quora","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"quora","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"quora","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (3.2ms)

Completed 200 OK in 62ms (Views: 39.4ms | Searchkick: 19.0ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&url=quora.com&commit=Go” for 127.0.0.1 at 2019-01-29 18:02:48 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"quora.com", "commit"=>"Go"}
Url Search (24.8ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"quora.com","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"quora.com","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"quora.com","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"quora.com","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (1.8ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22)  [["id", 102], ["id", 122], ["id", 106], ["id", 109], ["id", 114], ["id", 118], ["id", 101], ["id", 103], ["id", 104], ["id", 113], ["id", 117], ["id", 105], ["id", 108], ["id", 110], ["id", 116], ["id", 119], ["id", 120], ["id", 107], ["id", 111], ["id", 112], ["id", 115], ["id", 121]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (8.5ms)

Completed 200 OK in 71ms (Views: 40.9ms | Searchkick: 24.8ms | ActiveRecord: 1.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 18:13:35 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.3ms)

Completed 200 OK in 45ms (Views: 42.2ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-29 18:13:41 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.7ms)

Completed 200 OK in 57ms (Views: 52.5ms | ActiveRecord: 0.0ms)

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1000]]
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1000]]
Url Import (121.9ms)  {"count":122}

Started POST “/users/login” for 127.0.0.1 at 2019-01-29 18:20:05 +0530 Processing by UsersController#login_check as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"sE3itIcaXHMNFjboPsqvqfz1Jw2AoFiTN61jQ+VfNWdC362uBJ3s/MVtzlkkMNyAli8Wp662RS7kcg+kFov/Ng==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.9ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 13ms (ActiveRecord: 9.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 18:20:05 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.7ms)

Completed 200 OK in 73ms (Views: 71.0ms | ActiveRecord: 0.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 18:20:25 +0530 Processing by UrlsController#create_shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Tziobi3EqrbolbQks3pLS0/O0UsF4ghZrEsaQdGo3Fz96+6Yd0w3jykMU9z1GMHiwqi3APa2Tq6/uZfv4wMmdw==", "url"=>{"longurl"=>"https://felipeelias.github.io/ruby/2017/12/28/elasticsearch-rails-blog.html", "domain"=>"github.com"}, "commit"=>"Search"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://felipeelias.github.io/ruby/2017/12/28/elasticsearch-rails-blog.html"], ["LIMIT", 1]]
↳ app/models/url.rb:64
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "RUCG"], ["LIMIT", 1]]
↳ app/models/url.rb:83
 (0.2ms)  BEGIN
↳ app/models/url.rb:55
Url Create (1.1ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://felipeelias.github.io/ruby/2017/12/28/elasticsearch-rails-blog.html"], ["shorturl", "http://UwKB/RUCG"], ["domain", "github.com"], ["suffix", "RUCG"]]
↳ app/models/url.rb:55
Urlreport Load (0.9ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-29"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.3ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Exists (0.4ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-29"], ["id", 7], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.4ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 32], ["id", 7]]
↳ app/workers/convert_worker.rb:12
 (415.6ms)  COMMIT
 (338.8ms)  COMMIT
↳ app/models/url.rb:55
↳ app/workers/convert_worker.rb:12
Url Store (14.2ms)  {"id":123}

Redirected to localhost:3000/urls/123 Completed 302 Found in 474ms (Searchkick: 14.2ms | ActiveRecord: 426.7ms)

Started GET “/urls/123” for 127.0.0.1 at 2019-01-29 18:20:25 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"123"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 123], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:50
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 39ms (Views: 25.0ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 18:20:30 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 39ms (Views: 36.6ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-29 18:20:33 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (1.0ms)  SELECT "urlreports".* FROM "urlreports" ORDER BY id ASC
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (11.2ms)

Completed 200 OK in 49ms (Views: 36.7ms | ActiveRecord: 8.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 18:20:34 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.1ms)

Completed 200 OK in 70ms (Views: 66.1ms | ActiveRecord: 0.0ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-29 18:20:36 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.6ms)

Completed 200 OK in 52ms (Views: 50.0ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&url=youtube.com&commit=Go” for 127.0.0.1 at 2019-01-29 18:20:45 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"youtube.com", "commit"=>"Go"}
Url Search (40.2ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"youtube.com","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.8ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34)  [["id", 18], ["id", 28], ["id", 39], ["id", 46], ["id", 49], ["id", 21], ["id", 30], ["id", 32], ["id", 33], ["id", 34], ["id", 42], ["id", 23], ["id", 31], ["id", 37], ["id", 45], ["id", 47], ["id", 50], ["id", 20], ["id", 27], ["id", 35], ["id", 36], ["id", 38], ["id", 43], ["id", 51], ["id", 22], ["id", 24], ["id", 25], ["id", 26], ["id", 29], ["id", 40], ["id", 41], ["id", 44], ["id", 48], ["id", 52]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (7.5ms)

Completed 200 OK in 77ms (Views: 32.0ms | Searchkick: 40.2ms | ActiveRecord: 0.8ms)

Started GET “/url/search?utf8=%E2%9C%93&url=youtube.com&commit=Go” for 127.0.0.1 at 2019-01-29 18:20:59 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"youtube.com", "commit"=>"Go"}
Url Search (33.0ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"youtube.com","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.8ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34)  [["id", 18], ["id", 28], ["id", 39], ["id", 46], ["id", 49], ["id", 21], ["id", 30], ["id", 32], ["id", 33], ["id", 34], ["id", 42], ["id", 23], ["id", 31], ["id", 37], ["id", 45], ["id", 47], ["id", 50], ["id", 20], ["id", 27], ["id", 35], ["id", 36], ["id", 38], ["id", 43], ["id", 51], ["id", 22], ["id", 24], ["id", 25], ["id", 26], ["id", 29], ["id", 40], ["id", 41], ["id", 44], ["id", 48], ["id", 52]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (6.6ms)

Completed 200 OK in 69ms (Views: 31.9ms | Searchkick: 33.0ms | ActiveRecord: 0.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 18:21:08 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 51ms (Views: 48.2ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-29 18:21:45 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (5.3ms)  SELECT "urlreports".* FROM "urlreports" ORDER BY id ASC
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (8.7ms)

Completed 200 OK in 52ms (Views: 42.5ms | ActiveRecord: 5.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 18:21:47 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 101ms (Views: 96.7ms | ActiveRecord: 0.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 18:21:56 +0530 Processing by UrlsController#create_shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"F8pljLrfISdBSj7/6A012xnDygyCnS62y6jb1yWT4ArNFlThgdRfK8NNWYhX7qkBXe1OJDa9/TEX2tDe0GkLxg==", "url"=>{"longurl"=>"https://redis.io/topics/rediscli", "domain"=>"redis.io"}, "commit"=>"Search"}
Url Load (1.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://redis.io/topics/rediscli"], ["LIMIT", 1]]
↳ app/models/url.rb:64

Redirected to localhost:3000/urls/3 Completed 302 Found in 7ms (ActiveRecord: 1.3ms)

Started GET “/urls/3” for 127.0.0.1 at 2019-01-29 18:21:56 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"3"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:50
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 30ms (Views: 26.9ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 18:22:02 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 53ms (Views: 48.8ms | ActiveRecord: 0.0ms)

Started GET “/url/long?utf8=%E2%9C%93&url%5Bshorturl%5D=J%24%26D&commit=Search” for 127.0.0.1 at 2019-01-29 18:22:05 +0530 Processing by UrlsController#search_longurl as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>"J$&D"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/3 Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/urls/3” for 127.0.0.1 at 2019-01-29 18:22:05 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"3"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:50
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 29ms (Views: 26.0ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 18:22:08 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.9ms)

Completed 200 OK in 47ms (Views: 42.8ms | ActiveRecord: 0.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 18:22:23 +0530 Processing by UrlsController#create_shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"8XKaoUd+GYRMoWKGX+CBLWoJ2Uvq4D8fUzrYuKHqbiArrqvMfHVniM6mBfHgAx33LiddY17A7JiPSNOxVBCF7A==", "url"=>{"longurl"=>"www.gmail.com", "domain"=>"gmail.com"}, "commit"=>"Search"}
Url Load (1.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.gmail.com"], ["LIMIT", 1]]
↳ app/models/url.rb:64
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "8*MB"], ["LIMIT", 1]]
↳ app/models/url.rb:83
 (0.2ms)  BEGIN
↳ app/models/url.rb:55
Url Create (1.2ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "www.gmail.com"], ["shorturl", "http://DkI/8*MB"], ["domain", "gmail.com"], ["suffix", "8*MB"]]
↳ app/models/url.rb:55
Urlreport Load (0.8ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-29"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.3ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Exists (0.5ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-29"], ["id", 7], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.8ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 33], ["id", 7]]
↳ app/workers/convert_worker.rb:12
 (40.7ms)  COMMIT
 (33.6ms)  COMMIT
↳ app/models/url.rb:55
↳ app/workers/convert_worker.rb:12
Url Store (12.9ms)  {"id":124}

Redirected to localhost:3000/urls/124 Completed 302 Found in 83ms (Searchkick: 12.9ms | ActiveRecord: 44.6ms)

Started GET “/urls/124” for 127.0.0.1 at 2019-01-29 18:22:23 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"124"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 124], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:50
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.3ms)

Completed 200 OK in 35ms (Views: 32.1ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 18:22:31 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (6.0ms)

Completed 200 OK in 51ms (Views: 48.4ms | ActiveRecord: 0.0ms)

Started GET “/url/long?utf8=%E2%9C%93&url%5Bshorturl%5D=http%3A%2F%2FDkI%2F8*MB&commit=Search” for 127.0.0.1 at 2019-01-29 18:22:34 +0530 Processing by UrlsController#search_longurl as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>"http://DkI/8*MB"}, "commit"=>"Search"}
Url Load (1.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "http://DkI/8*MB"], ["LIMIT", 1]]
↳ app/models/url.rb:70

Redirected to localhost:3000/urls/124 Completed 302 Found in 8ms (ActiveRecord: 1.1ms)

Started GET “/urls/124” for 127.0.0.1 at 2019-01-29 18:22:34 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"124"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 124], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:50
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.2ms)

Completed 200 OK in 31ms (Views: 27.8ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 18:22:37 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.4ms)

Completed 200 OK in 47ms (Views: 44.7ms | ActiveRecord: 0.0ms)

Started GET “/url/long?utf8=%E2%9C%93&url%5Bshorturl%5D=http%3A%2F%2FDkI%2F8*MB&commit=Search” for 127.0.0.1 at 2019-01-29 18:22:41 +0530 Processing by UrlsController#search_longurl as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>"http://DkI/8*MB"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/124 Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/urls/124” for 127.0.0.1 at 2019-01-29 18:22:41 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"124"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 124], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:50
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 57ms (Views: 54.1ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 18:22:42 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.5ms)

Completed 200 OK in 51ms (Views: 47.9ms | ActiveRecord: 0.0ms)

Started GET “/url/long?utf8=%E2%9C%93&url%5Bshorturl%5D=http%3A%2F%2FDkI%2F8*MB&commit=Search” for 127.0.0.1 at 2019-01-29 18:22:45 +0530 Processing by UrlsController#search_longurl as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>"http://DkI/8*MB"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/124 Completed 302 Found in 4ms (ActiveRecord: 0.0ms)

Started GET “/urls/124” for 127.0.0.1 at 2019-01-29 18:22:45 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"124"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 124], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:50
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.3ms)

Completed 200 OK in 36ms (Views: 33.3ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 18:22:47 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.8ms)

Completed 200 OK in 51ms (Views: 47.3ms | ActiveRecord: 0.0ms)

Started GET “/url/long?utf8=%E2%9C%93&url%5Bshorturl%5D=http%3A%2F%2FDkI%2F8*MB&commit=Search” for 127.0.0.1 at 2019-01-29 18:22:50 +0530 Processing by UrlsController#search_longurl as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>"http://DkI/8*MB"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/124 Completed 302 Found in 4ms (ActiveRecord: 0.0ms)

Started GET “/urls/124” for 127.0.0.1 at 2019-01-29 18:22:50 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"124"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 124], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:50
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 28ms (Views: 25.3ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 18:22:54 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.6ms)

Completed 200 OK in 48ms (Views: 43.8ms | ActiveRecord: 0.0ms)

Started GET “/url/long?utf8=%E2%9C%93&url%5Bshorturl%5D=http%3A%2F%2FDkI%2F8*MB&commit=Search” for 127.0.0.1 at 2019-01-29 18:23:01 +0530 Processing by UrlsController#search_longurl as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>"http://DkI/8*MB"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/124 Completed 302 Found in 4ms (ActiveRecord: 0.0ms)

Started GET “/urls/124” for 127.0.0.1 at 2019-01-29 18:23:01 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"124"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 124], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:50
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 31ms (Views: 27.2ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 18:23:02 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.6ms)

Completed 200 OK in 56ms (Views: 52.6ms | ActiveRecord: 0.0ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-29 18:23:04 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.5ms)

Completed 200 OK in 44ms (Views: 42.3ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&url=http%3A%2F%2FDkI%2F8*MB&commit=Go” for 127.0.0.1 at 2019-01-29 18:23:08 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"http://DkI/8*MB", "commit"=>"Go"}
Url Search (64.9ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"http:////DkI//8*MB","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////DkI//8*MB","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////DkI//8*MB","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////DkI//8*MB","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.6ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" = $1  [["id", 124]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (4.2ms)

Completed 200 OK in 112ms (Views: 43.4ms | Searchkick: 64.9ms | ActiveRecord: 0.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 18:23:12 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 71ms (Views: 68.0ms | ActiveRecord: 0.0ms)

Started GET “/url/long?utf8=%E2%9C%93&url%5Bshorturl%5D=http%3A%2F%2FDkI%2F8*MB&commit=Search” for 127.0.0.1 at 2019-01-29 18:23:20 +0530 Processing by UrlsController#search_longurl as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>"http://DkI/8*MB"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/124 Completed 302 Found in 4ms (ActiveRecord: 0.0ms)

Started GET “/urls/124” for 127.0.0.1 at 2019-01-29 18:23:20 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"124"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 124], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:50
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.2ms)

Completed 200 OK in 30ms (Views: 27.7ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 18:23:21 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 43ms (Views: 39.2ms | ActiveRecord: 0.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 18:26:22 +0530 Processing by UrlsController#create_shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"p3Zjlxfra2EAPM6NK3xu4A2BdrE3tIqvQrGIInph38h9qlL6LOAVbYI7qfqUn/I6Sa/ymYOUWSiew4Mrj5s0BA==", "url"=>{"longurl"=>"https://github.com/elastic/elasticsearch-rails/tree/master/elasticsearch-model", "domain"=>"github.com"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://github.com/elastic/elasticsearch-rails/tree/master/elasticsearch-model"], ["LIMIT", 1]]
↳ app/models/url.rb:64
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "0eKH"], ["LIMIT", 1]]
↳ app/models/url.rb:83
 (0.1ms)  BEGIN
↳ app/models/url.rb:55
Url Create (0.3ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://github.com/elastic/elasticsearch-rails/tree/master/elasticsearch-model"], ["shorturl", "http://UwKB/0eKH"], ["domain", "github.com"], ["suffix", "0eKH"]]
↳ app/models/url.rb:55
 (0.5ms)  COMMIT
↳ app/models/url.rb:55
Url Store (11.8ms)  {"id":125}

Redirected to localhost:3000/urls/125 Completed 302 Found in 52ms (Searchkick: 11.8ms | ActiveRecord: 8.2ms)

Started GET “/urls/125” for 127.0.0.1 at 2019-01-29 18:26:22 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"125"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 125], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:50
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)
Urlreport Load (0.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-29"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Exists (0.5ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-29"], ["id", 7], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 34], ["id", 7]]
↳ app/workers/convert_worker.rb:12
 (0.4ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Completed 200 OK in 36ms (Views: 31.7ms | ActiveRecord: 0.4ms)

Started GET “/” for 127.0.0.1 at 2019-01-29 20:49:22 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.7ms)

Completed 200 OK in 199ms (Views: 197.0ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 20:49:25 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.7ms)

Completed 200 OK in 91ms (Views: 23.2ms | ActiveRecord: 19.3ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-29 20:49:26 +0530 Processing by UsersController#login_check as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"JVgiQz6NvCVaHbt3e61AzuvnYUG65nMkDwjCtPtR0MTXym1ZvQoMqpJmQ8ZhVzPngT1Q65Twbpnc165TCIUalQ==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (3.8ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 8ms (ActiveRecord: 3.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 20:49:26 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 77ms (Views: 29.1ms | ActiveRecord: 3.3ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-29 20:49:29 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (1.7ms)

Completed 200 OK in 60ms (Views: 49.0ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&url=youtube.com&commit=Go” for 127.0.0.1 at 2019-01-29 20:49:36 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"youtube.com", "commit"=>"Go"}
Url Search (31.7ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"youtube.com","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (1.2ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34)  [["id", 18], ["id", 28], ["id", 39], ["id", 46], ["id", 49], ["id", 21], ["id", 30], ["id", 32], ["id", 33], ["id", 34], ["id", 42], ["id", 23], ["id", 31], ["id", 37], ["id", 45], ["id", 47], ["id", 50], ["id", 20], ["id", 27], ["id", 35], ["id", 36], ["id", 38], ["id", 43], ["id", 51], ["id", 22], ["id", 24], ["id", 25], ["id", 26], ["id", 29], ["id", 40], ["id", 41], ["id", 44], ["id", 48], ["id", 52]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (8.2ms)

Completed 200 OK in 81ms (Views: 44.7ms | Searchkick: 31.7ms | ActiveRecord: 1.2ms)

Started GET “/url/search?utf8=%E2%9C%93&url=http%3A%2F%2FCKLB%2FW%25dE&commit=Go” for 127.0.0.1 at 2019-01-29 20:49:54 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"http://CKLB/W%dE", "commit"=>"Go"}
Url Search (35.2ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"http:////CKLB//W%dE","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////CKLB//W%dE","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////CKLB//W%dE","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////CKLB//W%dE","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.5ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2)  [["id", 18], ["id", 35]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (4.3ms)

Completed 200 OK in 80ms (Views: 41.3ms | Searchkick: 35.2ms | ActiveRecord: 0.5ms)

Started GET “/url/search?utf8=%E2%9C%93&url=http%3A%2F%2FCKLB%2FW%25dE&commit=Go” for 127.0.0.1 at 2019-01-29 20:50:01 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"http://CKLB/W%dE", "commit"=>"Go"}
Url Search (124.2ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"http:////CKLB//W%dE","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////CKLB//W%dE","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////CKLB//W%dE","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////CKLB//W%dE","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.6ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2)  [["id", 18], ["id", 35]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (6.6ms)

Completed 200 OK in 219ms (Views: 89.8ms | Searchkick: 124.2ms | ActiveRecord: 0.6ms)

Started GET “/url/search?utf8=%E2%9C%93&url=http%3A%2F%2FCKLB%2FW%25dE&commit=Go” for 127.0.0.1 at 2019-01-29 20:50:16 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"http://CKLB/W%dE", "commit"=>"Go"}
Url Search (37.2ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"http:////CKLB//W%dE","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////CKLB//W%dE","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////CKLB//W%dE","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////CKLB//W%dE","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.9ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2)  [["id", 18], ["id", 35]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (4.8ms)

Completed 200 OK in 82ms (Views: 39.8ms | Searchkick: 37.2ms | ActiveRecord: 0.9ms)

Started GET “/url/search?utf8=%E2%9C%93&url=http%3A%2F%2FCKLB%2FW%25dE&commit=Go” for 127.0.0.1 at 2019-01-29 20:50:19 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"http://CKLB/W%dE", "commit"=>"Go"}
Url Search (31.3ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"http:////CKLB//W%dE","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////CKLB//W%dE","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////CKLB//W%dE","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////CKLB//W%dE","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.6ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2)  [["id", 18], ["id", 35]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (4.6ms)

Completed 200 OK in 64ms (Views: 29.4ms | Searchkick: 31.3ms | ActiveRecord: 0.6ms)

Started GET “/url/search?utf8=%E2%9C%93&url=http%3A%2F%2FCKLB%2FW%25&commit=Go” for 127.0.0.1 at 2019-01-29 20:50:22 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"http://CKLB/W%", "commit"=>"Go"}
Url Search (34.7ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"http:////CKLB//W%","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////CKLB//W%","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////CKLB//W%","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////CKLB//W%","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (1.8ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34)  [["id", 18], ["id", 37], ["id", 47], ["id", 28], ["id", 39], ["id", 46], ["id", 49], ["id", 21], ["id", 30], ["id", 32], ["id", 33], ["id", 34], ["id", 42], ["id", 23], ["id", 31], ["id", 45], ["id", 50], ["id", 20], ["id", 27], ["id", 36], ["id", 38], ["id", 43], ["id", 51], ["id", 35], ["id", 22], ["id", 24], ["id", 25], ["id", 26], ["id", 29], ["id", 40], ["id", 41], ["id", 44], ["id", 48], ["id", 52]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (8.4ms)

Completed 200 OK in 79ms (Views: 39.5ms | Searchkick: 34.7ms | ActiveRecord: 1.8ms)

Started GET “/url/search?utf8=%E2%9C%93&url=http%3A%2F%2FCKLB&commit=Go” for 127.0.0.1 at 2019-01-29 20:50:33 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"http://CKLB", "commit"=>"Go"}
Url Search (32.7ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"http:////CKLB","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////CKLB","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////CKLB","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////CKLB","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.7ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34)  [["id", 28], ["id", 39], ["id", 46], ["id", 49], ["id", 21], ["id", 30], ["id", 32], ["id", 33], ["id", 34], ["id", 42], ["id", 18], ["id", 23], ["id", 31], ["id", 45], ["id", 50], ["id", 37], ["id", 47], ["id", 20], ["id", 27], ["id", 36], ["id", 38], ["id", 43], ["id", 51], ["id", 35], ["id", 22], ["id", 24], ["id", 25], ["id", 26], ["id", 29], ["id", 40], ["id", 41], ["id", 44], ["id", 48], ["id", 52]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (7.0ms)

Completed 200 OK in 81ms (Views: 43.9ms | Searchkick: 32.7ms | ActiveRecord: 0.7ms)

Started GET “/url/search?utf8=%E2%9C%93&url=http%3A%2F%2FCKLB&commit=Go” for 127.0.0.1 at 2019-01-29 20:50:36 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"http://CKLB", "commit"=>"Go"}
Url Search (34.3ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"http:////CKLB","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////CKLB","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////CKLB","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////CKLB","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (1.7ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34)  [["id", 28], ["id", 39], ["id", 46], ["id", 49], ["id", 21], ["id", 30], ["id", 32], ["id", 33], ["id", 34], ["id", 42], ["id", 18], ["id", 23], ["id", 31], ["id", 45], ["id", 50], ["id", 37], ["id", 47], ["id", 20], ["id", 27], ["id", 36], ["id", 38], ["id", 43], ["id", 51], ["id", 35], ["id", 22], ["id", 24], ["id", 25], ["id", 26], ["id", 29], ["id", 40], ["id", 41], ["id", 44], ["id", 48], ["id", 52]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (9.4ms)

Completed 200 OK in 102ms (Views: 63.3ms | Searchkick: 34.3ms | ActiveRecord: 1.7ms)

Started GET “/url/search?utf8=%E2%9C%93&url=http%3A%2F%2FCKLB&commit=Go” for 127.0.0.1 at 2019-01-29 20:50:37 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"http://CKLB", "commit"=>"Go"}
Url Search (23.2ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"http:////CKLB","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////CKLB","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////CKLB","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"http:////CKLB","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.7ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34)  [["id", 28], ["id", 39], ["id", 46], ["id", 49], ["id", 21], ["id", 30], ["id", 32], ["id", 33], ["id", 34], ["id", 42], ["id", 18], ["id", 23], ["id", 31], ["id", 45], ["id", 50], ["id", 37], ["id", 47], ["id", 20], ["id", 27], ["id", 36], ["id", 38], ["id", 43], ["id", 51], ["id", 35], ["id", 22], ["id", 24], ["id", 25], ["id", 26], ["id", 29], ["id", 40], ["id", 41], ["id", 44], ["id", 48], ["id", 52]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (6.6ms)

Completed 200 OK in 83ms (Views: 54.0ms | Searchkick: 23.2ms | ActiveRecord: 0.7ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 20:59:39 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"https://www.quora.com/What-are-some-examples-of-bad-design", "domain"=>"quora.com", "url"=>{"longurl"=>"https://www.quora.com/What-are-some-examples-of-bad-design", "domain"=>"quora.com"}}

Can't verify CSRF token authenticity.

Url Load (1.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.quora.com/What-are-some-examples-of-bad-design"], ["LIMIT", 1]]
↳ app/models/url.rb:64

Completed 200 OK in 9ms (Views: 0.2ms | ActiveRecord: 5.6ms)

Started GET “/url/long?shorturl=enTB/KBuF” for 127.0.0.1 at 2019-01-29 21:12:31 +0530 Processing by UrlsController#search_longurl as /

Parameters: {"shorturl"=>"http://enTB/KBuF"}

Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms)

Started GET “/url/long” for 127.0.0.1 at 2019-01-29 22:21:15 +0530 Processing by UrlsController#search_longurl as / Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)

NoMethodError (undefined method `[]' for nil:NilClass):

app/controllers/urls_controller.rb:60:in `block (2 levels) in search_longurl' app/controllers/urls_controller.rb:58:in `search_longurl' Started GET “/url/long?shorturl=enTB/KBuF” for 127.0.0.1 at 2019-01-29 22:22:45 +0530 Processing by UrlsController#search_longurl as /

Parameters: {"shorturl"=>"http://enTB/KBuF"}

Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms)

Started GET “/url/long?shorturl=” for 127.0.0.1 at 2019-01-29 22:31:08 +0530 Processing by UrlsController#search_longurl as /

Parameters: {"shorturl"=>""}
Url Load (2.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", ""], ["LIMIT", 1]]
↳ app/models/url.rb:77

Completed 200 OK in 15ms (Views: 0.2ms | ActiveRecord: 7.4ms)

Started GET “/urls/125” for 127.0.0.1 at 2019-01-29 23:04:45 +0530

 (62.3ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UrlsController#show as HTML

Parameters: {"id"=>"125"}

Redirected to localhost:3000/user/login Completed 302 Found in 8ms (ActiveRecord: 0.0ms)

Started GET “/users/login” for 127.0.0.1 at 2019-01-29 23:22:25 +0530

 (1.3ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

ActionController::RoutingError (No route matches [GET] “/users/login”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/users/login” for 127.0.0.1 at 2019-01-29 23:22:37 +0530 Processing by UsersController#login_check as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"atXAYzrNBsiypJfZHrEm8+x64TB3TshWQMIyaL/LE8bYBoaVYEWb8XM9cCFY06xaYRyHe4QajqFTML/GjWDp7Q==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}

Can't verify CSRF token authenticity.

User Load (75.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 239ms (ActiveRecord: 174.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 23:22:38 +0530 Processing by UrlsController#new as HTML Redirected to localhost:3000/user/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-29 23:22:38 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (25.5ms)

Completed 200 OK in 500ms (Views: 489.6ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-29 23:22:40 +0530 Processing by UsersController#login_check as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"A5+7wDTkeSXdGRgvf3dJbJGnDrlah+OYKIkQqaT7P1vRpeMGDO7cQphykLOxQ4L4ZfAkhD3TYckcyqtqtGoQtw==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.7ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 4ms (ActiveRecord: 0.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 23:22:40 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.9ms)

Completed 200 OK in 102ms (Views: 36.1ms | ActiveRecord: 3.2ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 23:22:53 +0530 Processing by UrlsController#create_shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"BYcT7LC9v0OZVm918eVbK9lFwtgOC+S+kFVnFZwgN8bXvUsqiLcaJNw95+k/0ZC/LRLo5WlfZu+kFtzWjLEYKg==", "url"=>{"longurl"=>"https://felipeelias.github.io/ruby/2017/12/28/elasticsearch-rails-blog.html", "domain"=>"github.com"}, "commit"=>"Search"}
Url Load (72.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://felipeelias.github.io/ruby/2017/12/28/elasticsearch-rails-blog.html"], ["LIMIT", 1]]
↳ app/models/url.rb:64

Redirected to localhost:3000/urls/123 Completed 302 Found in 77ms (ActiveRecord: 72.6ms)

Started GET “/urls/123” for 127.0.0.1 at 2019-01-29 23:22:53 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"123"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 123], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:50
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 94ms (Views: 76.2ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 23:22:55 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 48ms (Views: 46.3ms | ActiveRecord: 0.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-29 23:23:06 +0530 Processing by UrlsController#create_shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"7LK2/b9IwLbtBnUmter7q4dpNfZOUSzrR9rqMM4ppHRrUuKONUuBDQgZb+9Vu6utBblUuzrABx/d13nh2dg2kQ==", "url"=>{"longurl"=>"https://felipeelias.github.io/ruby/2017/12/28/elasticsearch-rails-blog.html", "domain"=>"github.com"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://felipeelias.github.io/ruby/2017/12/28/elasticsearch-rails-blog.html"], ["LIMIT", 1]]
↳ app/models/url.rb:64

Redirected to localhost:3000/urls/123 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

Started GET “/urls/123” for 127.0.0.1 at 2019-01-29 23:23:06 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"123"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 123], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:50
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 30ms (Views: 28.3ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 23:23:13 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.1ms)

Completed 200 OK in 45ms (Views: 41.3ms | ActiveRecord: 0.0ms)

Started GET “/url/long?utf8=%E2%9C%93&url%5Bshorturl%5D=RUCG&commit=Search” for 127.0.0.1 at 2019-01-29 23:23:16 +0530 Processing by UrlsController#search_longurl as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>"RUCG"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "RUCG"], ["LIMIT", 1]]
↳ app/models/url.rb:77

Redirected to localhost:3000/urls/123 Completed 302 Found in 17ms (ActiveRecord: 0.5ms)

Started GET “/urls/123” for 127.0.0.1 at 2019-01-29 23:23:16 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"123"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 123], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:50
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 28ms (Views: 25.0ms | ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-29 23:34:32 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 58ms (Views: 33.8ms | ActiveRecord: 10.2ms)

Started GET “/documentation.html” for 127.0.0.1 at 2019-01-29 23:34:47 +0530

ActionController::RoutingError (No route matches [GET] “/documentation.html”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 00:05:59 +0530 Processing by UrlsController#new as HTML Redirected to localhost:3000/user/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-30 00:05:59 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.2ms)

Completed 200 OK in 67ms (Views: 26.1ms | ActiveRecord: 9.9ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-30 00:06:01 +0530 Processing by UsersController#login_check as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"HlVkQhU01X1mzZlRGyzU3YmAUCGvTDuzip1ayhQyZ+nMbzyELT5wGiOmEc3VGB9Jfdd6HMgYueK+3uEJBKNIBQ==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.9ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:44

Redirected to localhost:3000/urls/new Completed 302 Found in 6ms (ActiveRecord: 1.9ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 00:06:01 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.1ms)

Completed 200 OK in 45ms (Views: 28.2ms | ActiveRecord: 3.2ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-30 00:06:02 +0530

LoadError (Unable to autoload constant UrlreportsController, expected /Users/naveen/Documents/Internship/projectIntern/app/controllers/urlreports_controller.rb to define it):

activesupport (5.2.2) lib/active_support/dependencies.rb:511:in `load_missing_constant' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:58:in `block in load_missing_constant' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:16:in `allow_bootsnap_retry' bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:57:in `load_missing_constant' activesupport (5.2.2) lib/active_support/dependencies.rb:195:in `const_missing' activesupport (5.2.2) lib/active_support/inflector/methods.rb:283:in `const_get' activesupport (5.2.2) lib/active_support/inflector/methods.rb:283:in `block in constantize' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.2) lib/active_support/inflector/methods.rb:281:in `constantize' activesupport (5.2.2) lib/active_support/dependencies.rb:582:in `get' activesupport (5.2.2) lib/active_support/dependencies.rb:613:in `constantize' actionpack (5.2.2) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.2) lib/action_dispatch/http/parameters.rb:101:in `binary_params_for?' actionpack (5.2.2) lib/action_dispatch/http/parameters.rb:92:in `set_binary_encoding' actionpack (5.2.2) lib/action_dispatch/http/parameters.rb:69:in `path_parameters=' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:50:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 00:06:11 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.5ms)

Completed 200 OK in 51ms (Views: 49.1ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 00:06:25 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.3ms)

Completed 200 OK in 45ms (Views: 28.6ms | ActiveRecord: 5.1ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-30 00:06:27 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (43.5ms)  SELECT "urlreports".* FROM "urlreports" ORDER BY id ASC
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (53.0ms)

Completed 200 OK in 101ms (Views: 27.7ms | ActiveRecord: 47.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 00:06:29 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (15.2ms)

Completed 200 OK in 73ms (Views: 70.6ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-30 00:06:30 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.6ms)

Completed 200 OK in 39ms (Views: 24.8ms | ActiveRecord: 3.8ms)

Started GET “/” for 127.0.0.1 at 2019-01-30 10:02:04 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.1ms)

Completed 200 OK in 27ms (Views: 25.4ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-30 10:02:06 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.7ms)

Completed 200 OK in 74ms (Views: 40.1ms | ActiveRecord: 16.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 10:09:15 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"https://www.quora.com/What-are-some-examples-of-bad-design", "domain"=>"quora.com", "url"=>{"longurl"=>"https://www.quora.com/What-are-some-examples-of-bad-design", "domain"=>"quora.com"}}

Can't verify CSRF token authenticity.

Url Load (2.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.quora.com/What-are-some-examples-of-bad-design"], ["LIMIT", 1]]
↳ app/models/url.rb:64

Completed 200 OK in 16ms (Views: 0.4ms | ActiveRecord: 9.9ms)

Started GET “/url/long?shorturl=hnJ/&VqF” for 127.0.0.1 at 2019-01-30 10:09:25 +0530 Processing by UrlsController#search_longurl as /

Parameters: {"shorturl"=>"http://hnJ/", "VqF"=>nil}
Url Load (1.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "http://hnJ/"], ["LIMIT", 1]]
↳ app/models/url.rb:70

Completed 200 OK in 10ms (Views: 0.3ms | ActiveRecord: 1.3ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 10:17:01 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"https://www.quora.com/What", "domain"=>"quora.com", "url"=>{"longurl"=>"https://www.quora.com/What", "domain"=>"quora.com"}}

Can't verify CSRF token authenticity.

Url Load (1.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.quora.com/What"], ["LIMIT", 1]]
↳ app/models/url.rb:64
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "glXC"], ["LIMIT", 1]]
↳ app/models/url.rb:83
 (0.2ms)  BEGIN
↳ app/models/url.rb:55
Url Create (47.1ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.quora.com/What"], ["shorturl", "http://hnJ/glXC"], ["domain", "quora.com"], ["suffix", "glXC"]]
↳ app/models/url.rb:55
Urlreport Load (2.3ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-30"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:10
Urlreport Exists (0.3ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 LIMIT $2  [["date", "2019-01-30"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:10
Urlreport Create (52.4ms)  INSERT INTO "urlreports" ("count", "date") VALUES ($1, $2) RETURNING "id"  [["count", 1], ["date", "2019-01-30"]]
↳ app/workers/convert_worker.rb:10
 (466.0ms)  COMMIT
 (162.4ms)  COMMIT
↳ app/models/url.rb:55
↳ app/workers/convert_worker.rb:10
Url Store (588.1ms)  {"id":126}

Completed 200 OK in 1217ms (Views: 0.3ms | Searchkick: 588.1ms | ActiveRecord: 522.3ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 10:19:45 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"www.quora.com/What", "domain"=>"quora.com", "url"=>{"longurl"=>"www.quora.com/What", "domain"=>"quora.com"}}

Can't verify CSRF token authenticity.

Url Load (3.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.quora.com/What"], ["LIMIT", 1]]
↳ app/models/url.rb:64
Url Load (1.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "qhQB"], ["LIMIT", 1]]
↳ app/models/url.rb:83
 (0.5ms)  BEGIN
↳ app/models/url.rb:55
Url Create (9.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "www.quora.com/What"], ["shorturl", "http://hnJ/qhQB"], ["domain", "quora.com"], ["suffix", "qhQB"]]
↳ app/models/url.rb:55
 (1.5ms)  COMMIT
↳ app/models/url.rb:55
Urlreport Load (0.6ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-30"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.4ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Exists (0.9ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-30"], ["id", 8], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Url Store (47.2ms)  {"id":127}
Urlreport Update (0.6ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 2], ["id", 8]]
↳ app/workers/convert_worker.rb:12
 (48.3ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Completed 200 OK in 222ms (Views: 0.4ms | Searchkick: 47.2ms | ActiveRecord: 16.5ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 10:19:56 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"quora.com/What", "domain"=>"quora.com", "url"=>{"longurl"=>"quora.com/What", "domain"=>"quora.com"}}

Can't verify CSRF token authenticity.

Url Load (4.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "quora.com/What"], ["LIMIT", 1]]
↳ app/models/url.rb:64
Url Load (2.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "jENB"], ["LIMIT", 1]]
↳ app/models/url.rb:83
 (0.3ms)  BEGIN
↳ app/models/url.rb:55
Url Create (0.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "quora.com/What"], ["shorturl", "http://hnJ/jENB"], ["domain", "quora.com"], ["suffix", "jENB"]]
↳ app/models/url.rb:55
 (0.5ms)  COMMIT
↳ app/models/url.rb:55
Urlreport Load (0.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-30"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Exists (0.5ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-30"], ["id", 8], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Urlreport Update (1.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 3], ["id", 8]]
↳ app/workers/convert_worker.rb:12
 (1.0ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (36.0ms)  {"id":128}

Completed 200 OK in 130ms (Views: 0.3ms | Searchkick: 36.0ms | ActiveRecord: 8.6ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 10:20:10 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"quora", "domain"=>"quora.com", "url"=>{"longurl"=>"quora", "domain"=>"quora.com"}}

Can't verify CSRF token authenticity.

Url Load (1.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "quora"], ["LIMIT", 1]]
↳ app/models/url.rb:64
Url Load (1.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "XqF"], ["LIMIT", 1]]
↳ app/models/url.rb:83
 (0.3ms)  BEGIN
↳ app/models/url.rb:55
 (0.2ms)  ROLLBACK
↳ app/models/url.rb:55

Completed 200 OK in 96ms (Views: 0.2ms | ActiveRecord: 4.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-30 10:23:27 +0530 Processing by UsersController#login_check as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"R+xCeTdo+U4rvGISgP4wSwqQdYbO+lkLahuirZd2moDW+ASgwYqdnueMNULBm8D7SOG2AdHB+1F0XLSE/AgD4Q==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.8ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:33

Redirected to localhost:3000/urls/new Completed 302 Found in 27ms (ActiveRecord: 9.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 10:23:27 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.9ms)

Completed 200 OK in 39ms (Views: 36.8ms | ActiveRecord: 0.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 10:23:33 +0530 Processing by UrlsController#create_shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"KdsfiayPmgKOZ/CaCrHxjBUknHjOLqBAmYi+tQJnaKD74UdPlIU/ZcsMeAbEhToY4XO2Ral6IhGtywV2EvZHTA==", "url"=>{"longurl"=>"quora", "domain"=>"quora.com"}, "commit"=>"Search"}
Url Load (1.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "quora"], ["LIMIT", 1]]
↳ app/models/url.rb:64
Url Load (1.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "XqF"], ["LIMIT", 1]]
↳ app/models/url.rb:83
 (0.2ms)  BEGIN
↳ app/models/url.rb:55
 (0.2ms)  ROLLBACK
↳ app/models/url.rb:55
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.1ms)

Completed 200 OK in 44ms (Views: 32.1ms | ActiveRecord: 3.3ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 10:24:54 +0530 Processing by UrlsController#create_shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"j9ye+UMO4S4Rrk7J0CB1WvE6zXNgX6ygdfQduJwGAP1d5sY/ewRESVTFxlUeFL7OBW3nTgcLLvFBt6Z7jJcvEQ==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook.com"}, "commit"=>"Search"}
Url Load (1.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/models/url.rb:64

Redirected to localhost:3000/urls/2 Completed 302 Found in 7ms (ActiveRecord: 1.4ms)

Started GET “/urls/2” for 127.0.0.1 at 2019-01-30 10:24:54 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"2"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:50
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 31ms (Views: 28.5ms | ActiveRecord: 0.3ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 10:25:14 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"", "domain"=>"quora.com", "url"=>{"longurl"=>"", "domain"=>"quora.com"}}

Can't verify CSRF token authenticity.

Url Load (1.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", ""], ["LIMIT", 1]]
↳ app/models/url.rb:64
Url Load (2.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", ""], ["LIMIT", 1]]
↳ app/models/url.rb:83
 (7.4ms)  BEGIN
↳ app/models/url.rb:55
 (0.2ms)  ROLLBACK
↳ app/models/url.rb:55

Completed 200 OK in 19ms (Views: 0.2ms | ActiveRecord: 11.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 10:26:48 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.5ms)

Completed 200 OK in 52ms (Views: 35.2ms | ActiveRecord: 3.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 10:27:02 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.3ms)

Completed 200 OK in 42ms (Views: 26.1ms | ActiveRecord: 3.4ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 10:27:05 +0530 Processing by UrlsController#create_shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"fS8htl++/N7XQPJ8akgUl9Tb6PN3M3o+4Zuna8Szz7+vFXlwZ7RZuZIreuCkfN8DIIzCzhBn+G/V2Byo1CLgUw==", "url"=>{"longurl"=>"fmfmfm", "domain"=>""}, "commit"=>"Search"}
Url Load (2.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "fmfmfm"], ["LIMIT", 1]]
↳ app/models/url.rb:64
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "b*G"], ["LIMIT", 1]]
↳ app/models/url.rb:83
 (0.3ms)  BEGIN
↳ app/models/url.rb:55
 (0.5ms)  ROLLBACK
↳ app/models/url.rb:55
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (1.9ms)

Completed 200 OK in 45ms (Views: 29.6ms | ActiveRecord: 3.5ms)

Started GET “/urls/long” for 127.0.0.1 at 2019-01-30 10:27:07 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"long"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 0], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:51

Completed 404 Not Found in 3ms (ActiveRecord: 0.4ms)

ActiveRecord::RecordNotFound (Couldn't find Url with 'id'=long):

app/controllers/urls_controller.rb:51:in `show' Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 10:27:12 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.4ms)

Completed 200 OK in 32ms (Views: 30.4ms | ActiveRecord: 0.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 10:28:50 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"", "domain"=>"quora.com", "url"=>{"longurl"=>"", "domain"=>"quora.com"}}

Can't verify CSRF token authenticity.

Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", ""], ["LIMIT", 1]]
↳ app/models/url.rb:64
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", ""], ["LIMIT", 1]]
↳ app/models/url.rb:83
 (0.3ms)  BEGIN
↳ app/models/url.rb:55
 (0.2ms)  ROLLBACK
↳ app/models/url.rb:55

Completed 200 OK in 17ms (Views: 0.2ms | ActiveRecord: 5.9ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 10:28:57 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>" ", "domain"=>"quora.com", "url"=>{"longurl"=>" ", "domain"=>"quora.com"}}

Can't verify CSRF token authenticity.

Url Load (1.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", " "], ["LIMIT", 1]]
↳ app/models/url.rb:64
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "4D"], ["LIMIT", 1]]
↳ app/models/url.rb:83
 (0.2ms)  BEGIN
↳ app/models/url.rb:55
 (0.3ms)  ROLLBACK
↳ app/models/url.rb:55

Completed 200 OK in 12ms (Views: 0.3ms | ActiveRecord: 2.4ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 10:29:43 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>" ", "domain"=>"quora.com", "url"=>{"longurl"=>" ", "domain"=>"quora.com"}}

Can't verify CSRF token authenticity.

Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", " "], ["LIMIT", 1]]
↳ app/models/url.rb:64
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "4D"], ["LIMIT", 1]]
↳ app/models/url.rb:83
 (0.2ms)  BEGIN
↳ app/models/url.rb:55
 (0.3ms)  ROLLBACK
↳ app/models/url.rb:55

Completed 200 OK in 19ms (Views: 0.2ms | ActiveRecord: 7.8ms)

Started GET “/url/long” for 127.0.0.1 at 2019-01-30 10:30:16 +0530 Processing by UrlsController#search_longurl as / Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)

NoMethodError (undefined method `[]' for nil:NilClass):

app/controllers/urls_controller.rb:61:in `block (2 levels) in search_longurl' app/controllers/urls_controller.rb:59:in `search_longurl' Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 10:30:33 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"domain"=>"quora.com", "url"=>{"domain"=>"quora.com"}}

Can't verify CSRF token authenticity.

Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" IS NULL ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1]]
↳ app/models/url.rb:64

Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.8ms)

NoMethodError (undefined method `each_char' for nil:NilClass):

app/helpers/urls_helper.rb:6:in `ascii_value' app/helpers/urls_helper.rb:12:in `suffix' app/models/url.rb:50:in `create_short_url' app/controllers/urls_controller.rb:22:in `block (2 levels) in create_shorturl' app/controllers/urls_controller.rb:16:in `create_shorturl' Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 10:33:41 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"", "domain"=>"quora.com", "url"=>{"longurl"=>"", "domain"=>"quora.com"}}

Can't verify CSRF token authenticity.

Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", ""], ["LIMIT", 1]]
↳ app/models/url.rb:64
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", ""], ["LIMIT", 1]]
↳ app/models/url.rb:83
 (0.2ms)  BEGIN
↳ app/models/url.rb:55
 (0.4ms)  ROLLBACK
↳ app/models/url.rb:55

Completed 200 OK in 18ms (Views: 0.3ms | ActiveRecord: 5.5ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 10:36:45 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"", "domain"=>"quora.com", "url"=>{"longurl"=>"", "domain"=>"quora.com"}}

Can't verify CSRF token authenticity.

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", ""], ["LIMIT", 1]]
↳ app/models/url.rb:64
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", ""], ["LIMIT", 1]]
↳ app/models/url.rb:83
 (0.2ms)  BEGIN
↳ app/models/url.rb:55
 (0.3ms)  ROLLBACK
↳ app/models/url.rb:55

Completed 200 OK in 18ms (Views: 0.2ms | ActiveRecord: 5.6ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 10:37:19 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"", "domain"=>"quora.com", "url"=>{"longurl"=>"", "domain"=>"quora.com"}}

Can't verify CSRF token authenticity.

Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", ""], ["LIMIT", 1]]
↳ app/models/url.rb:64
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", ""], ["LIMIT", 1]]
↳ app/models/url.rb:83
 (0.3ms)  BEGIN
↳ app/models/url.rb:55
 (0.3ms)  ROLLBACK
↳ app/models/url.rb:55

Completed 200 OK in 12ms (Views: 0.3ms | ActiveRecord: 2.2ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 10:38:10 +0530 Processing by UrlsController#create_shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"jSNiNLxl1mpqlOg+XezxDjgUPWd3sxN0T1Y5Xk86u8dfGTryhG9zDS//YKKT2DqazEMXWhDnkSV7FYKdX6uUKw==", "url"=>{"longurl"=>"f", "domain"=>"ffff"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "f"], ["LIMIT", 1]]
↳ app/models/url.rb:64
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "8KB"], ["LIMIT", 1]]
↳ app/models/url.rb:83
 (0.2ms)  BEGIN
↳ app/models/url.rb:55
 (0.2ms)  ROLLBACK
↳ app/models/url.rb:55
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.7ms)

Completed 200 OK in 68ms (Views: 30.6ms | ActiveRecord: 7.1ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-30 10:38:17 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.1ms)

Completed 200 OK in 58ms (Views: 33.1ms | ActiveRecord: 5.3ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-30 10:38:20 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.9ms)

Completed 200 OK in 61ms (Views: 42.1ms | ActiveRecord: 0.0ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-30 10:38:43 +0530 Processing by UsersController#signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"EVXN82uu6Zpf/moonmPYCUSvZxjf0iYQ8Cz4u9Y4cLM1uffLtpzJqrqiqnT0XznHJ0zizA1Njb/q+nBpwJ6P5A==", "user"=>{"username"=>"test1", "email"=>"test1@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"signup"}
User Load (3.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "test1@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:16
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (1.9ms)

Completed 500 Internal Server Error in 15ms (ActiveRecord: 3.6ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

24: 
25: <div class="Sign_Form">
26:   <h1>Sign Up</h1>
27:   <%= form_for @user, :url => users_signup_path do |form| %>
28:     <p> Username:<br/><%= form.text_field :username%> </p>
29:     <p> Email:<br/><%= form.text_field :email%> </p>
30:     <p> Password:<br/> <%= form.password_field :password%></p>

app/views/users/new.html.erb:27:in `_app_views_users_new_html_erb__1414321501588251192_70286255527340' app/controllers/users_controller.rb:18:in `signup' Started POST “/users/signup” for 127.0.0.1 at 2019-01-30 10:39:15 +0530 Processing by UsersController#signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"i7KWYM5h3YxPC6Y2fql2sdCuUnpGWD8Gymn1oCstkQZZiM6m9mt46wpgLqqwnb0lJPl4RyEMvVf+Kk5jO7y+6g==", "user"=>{"username"=>"test1", "email"=>"test1@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"signup"}
User Load (2.9ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "test1@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:16
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.6ms)

Completed 500 Internal Server Error in 30ms (ActiveRecord: 8.4ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

24: 
25: <div class="Sign_Form">
26:   <h1>Sign Up</h1>
27:   <%= form_for @user, :url => users_signup_path do |form| %>
28:     <p> Username:<br/><%= form.text_field :username%> </p>
29:     <p> Email:<br/><%= form.text_field :email%> </p>
30:     <p> Password:<br/> <%= form.password_field :password%></p>

app/views/users/new.html.erb:27:in `_app_views_users_new_html_erb__1414321501588251192_70286240670100' app/controllers/users_controller.rb:18:in `signup' Started GET “/user/login” for 127.0.0.1 at 2019-01-30 10:40:40 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.5ms)

Completed 200 OK in 39ms (Views: 25.5ms | ActiveRecord: 3.9ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-30 10:40:41 +0530 Processing by UsersController#login_check as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"zR4JOm3FM5RkR1ZnYfvxoj9lYX7BoUNxhZkIXFMB6TZcCk/jmydXRKh3ATcgngESfRSi+d6a4Sub3h51OH9wVw==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.7ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:34

Redirected to localhost:3000/urls/new Completed 302 Found in 5ms (ActiveRecord: 0.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 10:40:41 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.5ms)

Completed 200 OK in 74ms (Views: 50.3ms | ActiveRecord: 3.3ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-30 10:40:43 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.0ms)

Completed 200 OK in 85ms (Views: 83.6ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-30 10:40:45 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (3.3ms)

Completed 200 OK in 56ms (Views: 51.5ms | ActiveRecord: 0.0ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-30 10:41:10 +0530 Processing by UsersController#signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"LvZoUJwZ30biT7kDgFO/SSzpjRE9kERWK8kzaXNa0T0KGlJoQSv/dgcTeV/qb16HTwoIxe8P7/kxH7u7Zfwuag==", "user"=>{"username"=>"rakesh", "email"=>"rakheshiiita@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"signup"}
User Load (1.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "rakheshiiita@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:15
User Load (0.9ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "rakesh"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:18

Unpermitted parameter: :password_confirmation

 (0.3ms)  BEGIN
↳ app/models/user.rb:11
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "rakesh"], ["LIMIT", 1]]
↳ app/models/user.rb:11
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "rakheshiiita@gmail.com"], ["LIMIT", 1]]
↳ app/models/user.rb:11
User Create (29.0ms)  INSERT INTO "users" ("username", "email", "password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["username", "rakesh"], ["email", "rakheshiiita@gmail.com"], ["password", "s114cl318jf523ui742kj952ku1173c"], ["created_at", "2019-01-30 05:11:10.616258"], ["updated_at", "2019-01-30 05:11:10.616258"]]
↳ app/models/user.rb:11
 (389.1ms)  COMMIT
↳ app/models/user.rb:11

Redirected to localhost:3000/urls/new Completed 302 Found in 438ms (ActiveRecord: 421.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 10:41:11 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 40ms (Views: 39.2ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-30 10:41:22 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.6ms)  SELECT "urlreports".* FROM "urlreports" ORDER BY id ASC
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (9.3ms)

Completed 200 OK in 38ms (Views: 31.5ms | ActiveRecord: 3.7ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 10:43:50 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"https://www.quora.com/What-are-some-examples-of-bad-design", "domain"=>"quora.com", "url"=>{"longurl"=>"https://www.quora.com/What-are-some-examples-of-bad-design", "domain"=>"quora.com"}}

Can't verify CSRF token authenticity.

Url Load (1.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.quora.com/What-are-some-examples-of-bad-design"], ["LIMIT", 1]]
↳ app/models/url.rb:64

Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 1.5ms)

Started GET “/url/long?shorturl=hnJ/&VqF” for 127.0.0.1 at 2019-01-30 10:44:25 +0530 Processing by UrlsController#search_longurl as /

Parameters: {"shorturl"=>"http://hnJ/", "VqF"=>nil}

Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 10:44:34 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.0ms)

Completed 200 OK in 79ms (Views: 75.6ms | ActiveRecord: 0.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 10:44:39 +0530 Processing by UrlsController#create_shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"LXeAoofzyWNVZJ3swm8zXxt2jdGEEBqNCl5CcYNgkwGql9TRDfCI2LB7hyUiPmNZmabsnPCBMXmQU9GglJEB5A==", "url"=>{"longurl"=>"https://redis.io/topics/rediscli", "domain"=>"redis.io"}, "commit"=>"Search"}
Url Load (1.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://redis.io/topics/rediscli"], ["LIMIT", 1]]
↳ app/models/url.rb:64

Redirected to localhost:3000/urls/3 Completed 302 Found in 5ms (ActiveRecord: 1.2ms)

Started GET “/urls/3” for 127.0.0.1 at 2019-01-30 10:44:39 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"3"}
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:51
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 30ms (Views: 26.9ms | ActiveRecord: 0.9ms)

Started GET “/url/long?shorturl=RbH/J$&D” for 127.0.0.1 at 2019-01-30 10:44:48 +0530 Processing by UrlsController#search_longurl as /

Parameters: {"shorturl"=>"http://RbH/J$", "D"=>nil}
Url Load (1.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "http://RbH/J$"], ["LIMIT", 1]]
↳ app/models/url.rb:70

Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 1.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 10:45:50 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (6.4ms)

Completed 200 OK in 51ms (Views: 48.8ms | ActiveRecord: 0.0ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-30 10:45:51 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (27.9ms)

Completed 200 OK in 64ms (Views: 52.2ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&url=youtubr.com&commit=Go” for 127.0.0.1 at 2019-01-30 10:45:58 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"youtubr.com", "commit"=>"Go"}
Url Search (342.5ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"youtubr.com","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtubr.com","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtubr.com","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtubr.com","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (1.0ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34)  [["id", 18], ["id", 28], ["id", 39], ["id", 46], ["id", 49], ["id", 21], ["id", 30], ["id", 32], ["id", 33], ["id", 34], ["id", 42], ["id", 23], ["id", 31], ["id", 37], ["id", 45], ["id", 47], ["id", 50], ["id", 20], ["id", 27], ["id", 35], ["id", 36], ["id", 38], ["id", 43], ["id", 51], ["id", 22], ["id", 24], ["id", 25], ["id", 26], ["id", 29], ["id", 40], ["id", 41], ["id", 44], ["id", 48], ["id", 52]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (8.4ms)

Completed 200 OK in 466ms (Views: 47.2ms | Searchkick: 342.5ms | ActiveRecord: 1.0ms)

Started GET “/url/long?shorturl=RbH/J$%26” for 127.0.0.1 at 2019-01-30 10:48:09 +0530 Processing by UrlsController#search_longurl as /

Parameters: {"shorturl"=>"http://RbH/J$&"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "http://RbH/J$&"], ["LIMIT", 1]]
↳ app/models/url.rb:70

Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.5ms)

Started GET “/url/long?shorturl=CKLB/9%2AbD” for 127.0.0.1 at 2019-01-30 10:48:35 +0530 Processing by UrlsController#search_longurl as /

Parameters: {"shorturl"=>"http://CKLB/9*bD"}
Url Load (1.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "http://CKLB/9*bD"], ["LIMIT", 1]]
↳ app/models/url.rb:70

Completed 200 OK in 7ms (Views: 0.3ms | ActiveRecord: 1.4ms)

Started GET “/url/long?shorturl=CKLB/9%2Ab” for 127.0.0.1 at 2019-01-30 10:51:17 +0530 Processing by UrlsController#search_longurl as /

Parameters: {"shorturl"=>"http://CKLB/9*b"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "http://CKLB/9*b"], ["LIMIT", 1]]
↳ app/models/url.rb:70

Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.6ms)

Started GET “/url/long?shorturl=” for 127.0.0.1 at 2019-01-30 10:52:20 +0530 Processing by UrlsController#search_longurl as /

Parameters: {"shorturl"=>""}

Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms)

Started GET “/url/long?=CKLB/9%2AbD” for 127.0.0.1 at 2019-01-30 10:53:10 +0530 Processing by UrlsController#search_longurl as / Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)

NoMethodError (undefined method `[]' for nil:NilClass):

app/controllers/urls_controller.rb:61:in `block (2 levels) in search_longurl' app/controllers/urls_controller.rb:59:in `search_longurl' Started GET “/url/long?=CKLB/9%2AbD” for 127.0.0.1 at 2019-01-30 10:53:32 +0530 Processing by UrlsController#search_longurl as / Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)

NoMethodError (undefined method `[]' for nil:NilClass):

app/controllers/urls_controller.rb:61:in `block (2 levels) in search_longurl' app/controllers/urls_controller.rb:59:in `search_longurl' Started GET “/url/long?shorturl=CKLB/9%2AbD” for 127.0.0.1 at 2019-01-30 10:53:38 +0530 Processing by UrlsController#search_longurl as /

Parameters: {"shorturl"=>"http://CKLB/9*bD"}

Completed 200 OK in 35ms (Views: 0.3ms | ActiveRecord: 17.4ms)

Started GET “/url/long?shorturl=” for 127.0.0.1 at 2019-01-30 10:53:44 +0530 Processing by UrlsController#search_longurl as /

Parameters: {"shorturl"=>""}

Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 0.0ms)

Started GET “/url/long?shorturl=” for 127.0.0.1 at 2019-01-30 10:54:01 +0530 Processing by UrlsController#search_longurl as /

Parameters: {"shorturl"=>""}

Completed 200 OK in 35ms (Views: 0.4ms | ActiveRecord: 22.4ms)

Started GET “/url/search?utf8=%E2%9C%93&url=youtubr.com&commit=Go” for 127.0.0.1 at 2019-01-30 11:06:12 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"youtubr.com", "commit"=>"Go"}
Url Search (58.9ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"youtubr.com","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtubr.com","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtubr.com","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtubr.com","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (1.4ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34)  [["id", 18], ["id", 28], ["id", 39], ["id", 46], ["id", 49], ["id", 21], ["id", 30], ["id", 32], ["id", 33], ["id", 34], ["id", 42], ["id", 23], ["id", 31], ["id", 37], ["id", 45], ["id", 47], ["id", 50], ["id", 20], ["id", 27], ["id", 35], ["id", 36], ["id", 38], ["id", 43], ["id", 51], ["id", 22], ["id", 24], ["id", 25], ["id", 26], ["id", 29], ["id", 40], ["id", 41], ["id", 44], ["id", 48], ["id", 52]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (16.5ms)

Completed 200 OK in 117ms (Views: 35.0ms | Searchkick: 58.9ms | ActiveRecord: 12.9ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 11:06:14 +0530

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:15: syntax error, unexpected '=', expecting end

=begin
^

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:19: syntax error, unexpected '=', expecting end

=end
^

/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:159: syntax error, unexpected end-of-input, expecting end):

app/controllers/urls_controller.rb:15: syntax error, unexpected '=', expecting end app/controllers/urls_controller.rb:19: syntax error, unexpected '=', expecting end app/controllers/urls_controller.rb:159: syntax error, unexpected end-of-input, expecting end Started GET “/” for 127.0.0.1 at 2019-01-30 12:02:03 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.8ms)

Completed 200 OK in 43ms (Views: 41.5ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-30 12:02:07 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.2ms)

Completed 200 OK in 69ms (Views: 26.7ms | ActiveRecord: 26.6ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-30 12:02:09 +0530 Processing by UsersController#login_check as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"CI9q80Z2L2Bap8iU+tvSwdDE1vjCuXvsJ4TA+FG3goOZmywqsJRLsJaXn8S7viJxkrUVf92C2bY5w9bROskb4g==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (2.8ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:68

Redirected to localhost:3000/urls/new Completed 302 Found in 9ms (ActiveRecord: 2.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 12:02:09 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.8ms)

Completed 200 OK in 51ms (Views: 28.5ms | ActiveRecord: 5.1ms)

 (16.2ms)  SELECT pg_try_advisory_lock(4940285333737373340)
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21
 (8.9ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21

Migrating to ShortDomain (20190130063658)

 (0.3ms)  BEGIN
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21
 (475.4ms)  CREATE TABLE "shortdomain" ("id" bigserial primary key, "domain" character varying, "prefix" character varying)
↳ db/migrate/20190130063658_short_domain.rb:3
ActiveRecord::SchemaMigration Create (0.5ms)  INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"  [["version", "20190130063658"]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21
 (371.2ms)  COMMIT
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21
ActiveRecord::InternalMetadata Load (62.2ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21
 (0.2ms)  BEGIN
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21
 (0.2ms)  COMMIT
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21
 (0.2ms)  SELECT pg_advisory_unlock(4940285333737373340)
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21
 (0.4ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21

Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 12:17:17 +0530

 (1.3ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by ShortDomainController#add_domain as HTML Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)

NameError (uninitialized constant ShortDomainController::ShortDomain):

app/controllers/short_domain_controller.rb:3:in `add_domain' Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 12:17:47 +0530 Processing by ShortDomainController#add_domain as HTML Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)

NameError (uninitialized constant ShortDomainController::ShortDomain):

app/controllers/short_domain_controller.rb:3:in `add_domain' Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 12:17:48 +0530 Processing by ShortDomainController#add_domain as HTML Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)

NameError (uninitialized constant ShortDomainController::ShortDomain):

app/controllers/short_domain_controller.rb:3:in `add_domain' Started GET “/short_domain” for 127.0.0.1 at 2019-01-30 12:19:00 +0530 Processing by ShortDomainController#add_domain as HTML Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)

NameError (uninitialized constant ShortDomainController::ShortDomain):

app/controllers/short_domain_controller.rb:3:in `add_domain' Started GET “/short_domain” for 127.0.0.1 at 2019-01-30 12:20:06 +0530 Processing by ShortDomainController#add_domain as HTML

Rendering short_domain/add_domain.html.erb within layouts/application
Rendered short_domain/add_domain.html.erb within layouts/application (1.5ms)

Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

1: <%= form_for @short_domain , url: urls_long_path do |form| %>
2:     <p>Long Url: <%= form.text_field :domain%> </br></p>
3:     <p>Domain : <%= form.text_field :prefix%> <br /></p>
4:     <p>Find : <%=  form.submit 'Search' %><br/>

app/views/short_domain/add_domain.html.erb:1:in `_app_views_short_domain_add_domain_html_erb__3288100979162946970_70286239393680' Started GET “/” for 127.0.0.1 at 2019-01-30 12:21:36 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.7ms)

Completed 200 OK in 215ms (Views: 213.6ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-30 12:21:38 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.8ms)

Completed 200 OK in 67ms (Views: 25.1ms | ActiveRecord: 26.7ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-30 12:21:40 +0530 Processing by UsersController#login_check as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"lf0VUGrrJUqrOGIZw/+JA/zdsXKNYnN+MzMc+WUFTyUE6VOJnAlBmmcINUmCmnmzvqxy9ZJZ0SQtdArQDnvWRA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (3.2ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:68

Redirected to localhost:3000/urls/new Completed 302 Found in 9ms (ActiveRecord: 3.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 12:21:40 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.6ms)

Completed 500 Internal Server Error in 23ms (ActiveRecord: 4.1ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

71: </div>
72: 
73: <br/><br/>
74: <%= form_for @short_domain , url: urls_long_path do |form| %>
75:     <p>Long Url: <%= form.text_field :domain%> </br></p>
76:     <p>Domain : <%= form.text_field :prefix%> <br /></p>
77:     <p>Find : <%=  form.submit 'Search' %><br/>

app/views/urls/new.html.erb:74:in `_app_views_urls_new_html_erb___475174622275705942_70286256168220' Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 12:21:49 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.8ms)

Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

71: </div>
72: 
73: <br/><br/>
74: <%= form_for @short_domain  do |form| %>
75:     <p>Long Url: <%= form.text_field :domain%> </br></p>
76:     <p>Domain : <%= form.text_field :prefix%> <br /></p>
77:     <p>Find : <%=  form.submit 'Search' %><br/>

app/views/urls/new.html.erb:74:in `_app_views_urls_new_html_erb___475174622275705942_70286215859080' Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 12:22:44 +0530 Processing by UrlsController#new as HTML Completed 500 Internal Server Error in 20ms (ActiveRecord: 4.7ms)

NameError (uninitialized constant UrlsController::ShortDomain):

app/controllers/urls_controller.rb:12:in `new' Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 12:23:48 +0530

 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

ActiveRecord::PendingMigrationError (

Migrations are pending. To resolve this issue, run:

bin/rails db:migrate RAILS_ENV=development

):

activerecord (5.2.2) lib/active_record/migration.rb:579:in `check_pending!' activerecord (5.2.2) lib/active_record/migration.rb:556:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread'

 (0.3ms)  SELECT pg_try_advisory_lock(4940285333737373340)
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21

Migrating to CreateShortDomains (20190130065337)

 (0.2ms)  BEGIN
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21
 (47.9ms)  CREATE TABLE "short_domains" ("id" bigserial primary key, "domain" character varying, "prefix" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
↳ db/migrate/20190130065337_create_short_domains.rb:3
ActiveRecord::SchemaMigration Create (0.7ms)  INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"  [["version", "20190130065337"]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21
 (0.9ms)  COMMIT
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21
ActiveRecord::InternalMetadata Load (0.4ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21
 (0.2ms)  BEGIN
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21
 (0.2ms)  COMMIT
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21
 (0.3ms)  SELECT pg_advisory_unlock(4940285333737373340)
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21
 (0.9ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 12:25:17 +0530

 (0.3ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (210.0ms)

Completed 500 Internal Server Error in 240ms (ActiveRecord: 7.4ms)

ActionView::Template::Error (undefined method `short_domains_path' for #<#<Class:0x00007fd9957e4598>:0x00007fd9957ed328> Did you mean? short_domain_path

           short_domain_url):
71: </div>
72: 
73: <br/><br/>
74: <%= form_for @short_domain  do |form| %>
75:     <p>Long Url: <%= form.text_field :domain%> </br></p>
76:     <p>Domain : <%= form.text_field :prefix%> <br /></p>
77:     <p>Find : <%=  form.submit 'Search' %><br/>

app/views/urls/new.html.erb:74:in `_app_views_urls_new_html_erb___475174622275705942_70286246357300' Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 12:26:46 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (6.6ms)

Completed 200 OK in 149ms (Views: 85.2ms | ActiveRecord: 17.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 12:28:17 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.8ms)

Completed 200 OK in 60ms (Views: 32.1ms | ActiveRecord: 7.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 12:28:18 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.0ms)

Completed 200 OK in 41ms (Views: 38.9ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 12:28:19 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.1ms)

Completed 200 OK in 41ms (Views: 38.1ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 12:28:19 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.4ms)

Completed 200 OK in 49ms (Views: 47.0ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 12:28:20 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.1ms)

Completed 200 OK in 57ms (Views: 55.0ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 12:28:20 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 45ms (Views: 43.0ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 12:28:20 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.6ms)

Completed 200 OK in 72ms (Views: 70.2ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 12:28:20 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (7.8ms)

Completed 200 OK in 75ms (Views: 71.5ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 12:28:32 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (240.2ms)

Completed 500 Internal Server Error in 247ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `short_domains_path' for #<#<Class:0x00007fd994d70760>:0x00007fd9979c0568> Did you mean? short_domain_path

           short_domain_new_path
           short_domain_url):
71: </div>
72: 
73: <br/><br/>
74: <%= form_for @short_domain  do |form| %>
75:     <p>Domain Name: <%= form.text_field :domain%> </br></p>
76:     <p>Short Domain : <%= form.text_field :prefix%> <br /></p>
77:     <p>Find : <%=  form.submit 'Search' %><br/>

app/views/urls/new.html.erb:74:in `_app_views_urls_new_html_erb___475174622275705942_70286264109700' Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 12:29:52 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (218.4ms)

Completed 500 Internal Server Error in 251ms (ActiveRecord: 9.6ms)

ActionView::Template::Error (undefined method `short_domains_path' for #<#<Class:0x00007fd994e30bf0>:0x00007fd994e3aa10> Did you mean? short_domain_path

           short_domain_new_path
           short_domain_url):
71: </div>
72: 
73: <br/><br/>
74: <%= form_for @short_domain  do |form| %>
75:     <p>Domain Name: <%= form.text_field :domain%> </br></p>
76:     <p>Short Domain : <%= form.text_field :prefix%> <br /></p>
77:     <p>Find : <%=  form.submit 'Search' %><br/>

app/views/urls/new.html.erb:74:in `_app_views_urls_new_html_erb___475174622275705942_70286241270480' Started POST “/users/login” for 127.0.0.1 at 2019-01-30 12:32:48 +0530 Processing by UsersController#login_check as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"5K6BGH5+4m906fgVvjECeB3H8id4tosqlKbzrnNyTaM2lNneRnRHCDGCcIlwBcns6ZDYGh/iCXug5UhtY+NiTw==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:68

Redirected to localhost:3000/urls/new Completed 302 Found in 37ms (ActiveRecord: 5.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 12:32:48 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.2ms)

Completed 200 OK in 83ms (Views: 48.6ms | ActiveRecord: 8.1ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 12:33:08 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.4ms)

Completed 500 Internal Server Error in 29ms (ActiveRecord: 4.2ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

71: </div>
72: 
73: <br/><br/>
74: <%= form_for @short_domain, url: short_domain_create_path do |form| %>
75:     <p>Domain Name: <%= form.text_field :domain%> </br></p>
76:     <p>Short Domain : <%= form.text_field :prefix%> <br /></p>
77:     <p>Find : <%=  form.submit 'Search' %><br/>

app/views/urls/new.html.erb:74:in `_app_views_urls_new_html_erb___475174622275705942_70286246297160' Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 12:34:44 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 40ms (Views: 36.7ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 12:36:36 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.7ms)

Completed 200 OK in 35ms (Views: 33.0ms | ActiveRecord: 0.0ms)

Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 12:36:38 +0530 Processing by ShortDomainController#new as HTML

Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (1.5ms)

Completed 200 OK in 36ms (Views: 24.1ms | ActiveRecord: 3.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 12:36:55 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.9ms)

Completed 200 OK in 38ms (Views: 35.2ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 12:37:03 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.2ms)

Completed 200 OK in 41ms (Views: 37.9ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 12:37:46 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 49ms (Views: 31.0ms | ActiveRecord: 4.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 12:37:47 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.6ms)

Completed 200 OK in 41ms (Views: 38.9ms | ActiveRecord: 0.0ms)

Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 12:37:48 +0530 Processing by ShortDomainController#new as HTML

Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (356.8ms)

Completed 500 Internal Server Error in 385ms (ActiveRecord: 9.0ms)

ActionView::Template::Error (undefined local variable or method `short_domain_create_path' for #<#<Class:0x00007fd9955148e0>:0x00007fd99551e688> Did you mean? short_domain_index_path):

1: <%= form_for @short_domain, url: short_domain_create_path do |form| %>
2:     <p>Domain Name: <%= form.text_field :domain%> </br></p>
3:     <p>Short Domain : <%= form.text_field :prefix%> <br /></p>
4:     <p>Find : <%=  form.submit 'create' %><br/>

app/views/short_domain/new.html.erb:1:in `_app_views_short_domain_new_html_erb___785370159793626736_70286244882560' Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 12:38:05 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.3ms)

Completed 200 OK in 36ms (Views: 33.7ms | ActiveRecord: 0.0ms)

Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 12:38:07 +0530 Processing by ShortDomainController#new as HTML

Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (182.8ms)

Completed 500 Internal Server Error in 195ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `short_domains_path' for #<#<Class:0x00007fd9955148e0>:0x00007fd990b6c508> Did you mean? short_domain_path

           short_domain_url):
1: <%= form_for @short_domain do |form| %>
2:     <p>Domain Name: <%= form.text_field :domain%> </br></p>
3:     <p>Short Domain : <%= form.text_field :prefix%> <br /></p>
4:     <p>Find : <%=  form.submit 'create' %><br/>

app/views/short_domain/new.html.erb:1:in `_app_views_short_domain_new_html_erb___785370159793626736_70286206265680' Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 12:38:35 +0530 Processing by ShortDomainController#new as HTML

Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 34ms (Views: 31.2ms | ActiveRecord: 0.0ms)

Started POST “/short_domain/new” for 127.0.0.1 at 2019-01-30 12:38:48 +0530

ActionController::RoutingError (No route matches [POST] “/short_domain/new”):

actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 12:40:09 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.8ms)

Completed 200 OK in 63ms (Views: 43.9ms | ActiveRecord: 3.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 12:40:10 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 58ms (Views: 55.6ms | ActiveRecord: 0.0ms)

Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 12:40:12 +0530 Processing by ShortDomainController#new as HTML

Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (3.3ms)

Completed 200 OK in 109ms (Views: 75.5ms | ActiveRecord: 7.7ms)

Started POST “/short_domain/create” for 127.0.0.1 at 2019-01-30 12:40:16 +0530 Processing by ShortDomainController#create_short_domain as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"9UvsKlazFEY285RFi/ReY/EqCyhbRoqJsABMtfhqDHTLC45Eize45cDLp/r80JAsj24fFesFYINIX41QJd9MUA==", "short_domain"=>{"domain"=>"housing.com", "prefix"=>"hsng.com"}, "commit"=>"create"}

Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.0ms)

SystemStackError (stack level too deep):

app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' app/controllers/short_domain_controller.rb:9:in `params' Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 12:41:11 +0530 Started GET “/” for 127.0.0.1 at 2019-01-30 12:47:57 +0530

 (62.0ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.9ms)

Completed 200 OK in 824ms (Views: 817.3ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-30 12:48:01 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (141.3ms)

Completed 200 OK in 780ms (Views: 167.7ms | ActiveRecord: 534.2ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-30 12:48:03 +0530 Processing by UsersController#login_check as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"/uK1Xc+sOeXXYd9igLibWmmE66rqaGl3DeAkdetwcimA35bqP329amZcRC6+u7XTi1/EGayuXwDWdR3ZsvE1Rg==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (86.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:68

Redirected to localhost:3000/urls/new Completed 302 Found in 123ms (ActiveRecord: 86.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 12:48:04 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.0ms)

Completed 200 OK in 126ms (Views: 27.3ms | ActiveRecord: 4.2ms)

Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 12:48:05 +0530 Processing by ShortDomainController#new as HTML

Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (1.8ms)

Completed 200 OK in 155ms (Views: 30.8ms | ActiveRecord: 25.2ms)

Started POST “/short_domain/create” for 127.0.0.1 at 2019-01-30 12:48:13 +0530 Processing by ShortDomainController#create_short_domain as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"aPGFgOg2gBnpaC1fnT/b00KyBWpoEt0g2d22nwCwaBWrhccIxVH8Ym5jDwcTfvR4C9JcVEjrwIvTKlKaMsW7Bw==", "short_domain"=>{"domain"=>"housing.com", "prefix"=>"hsng.com"}, "commit"=>"create"}

No template found for ShortDomainController#create_short_domain, rendering head :no_content Completed 204 No Content in 37ms (ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 12:51:08 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.0ms)

Completed 200 OK in 58ms (Views: 40.3ms | ActiveRecord: 4.1ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 12:51:09 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.1ms)

Completed 200 OK in 106ms (Views: 104.1ms | ActiveRecord: 0.0ms)

Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 12:51:09 +0530 Processing by ShortDomainController#new as HTML

Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (2.0ms)

Completed 200 OK in 65ms (Views: 39.2ms | ActiveRecord: 8.1ms)

Started POST “/short_domain/create” for 127.0.0.1 at 2019-01-30 12:51:13 +0530 Processing by ShortDomainController#create_short_domain as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"bBShumMAU+Tk98xBfgz6K9fTT9K40/o7QrJvRt3fiZOvYOMyTmcvn2P87hnwTdWAnrMW7Jgq55BIRYtD76pagQ==", "short_domain"=>{"domain"=>"housing.com", "prefix"=>"hsng.com"}, "commit"=>"create"}
 (1.1ms)  BEGIN
↳ app/controllers/short_domain_controller.rb:7
ShortDomain Create (46.1ms)  INSERT INTO "short_domains" ("domain", "prefix", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["domain", "housing.com"], ["prefix", "hsng.com"], ["created_at", "2019-01-30 07:21:14.006167"], ["updated_at", "2019-01-30 07:21:14.006167"]]
↳ app/controllers/short_domain_controller.rb:7
 (0.5ms)  COMMIT
↳ app/controllers/short_domain_controller.rb:7

Redirected to localhost:3000/urls/new Completed 302 Found in 53ms (ActiveRecord: 47.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 12:51:14 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.7ms)

Completed 200 OK in 35ms (Views: 32.8ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 12:56:55 +0530

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/helpers/urls_helper.rb:23: syntax error, unexpected end-of-input, expecting end):

app/helpers/urls_helper.rb:23: syntax error, unexpected end-of-input, expecting end app/controllers/application_controller.rb:1:in `<main>' app/controllers/urls_controller.rb:2:in `<main>' Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 12:57:12 +0530 Processing by ShortDomainController#new as HTML

Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (1.7ms)

Completed 200 OK in 53ms (Views: 39.0ms | ActiveRecord: 3.3ms)

Started GET “/” for 127.0.0.1 at 2019-01-30 12:57:17 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.9ms)

Completed 200 OK in 40ms (Views: 38.4ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-30 12:57:19 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.8ms)

Completed 200 OK in 69ms (Views: 31.0ms | ActiveRecord: 14.2ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-30 12:57:21 +0530 Processing by UsersController#login_check as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"/w5gAARxniKvPDxeV7T2CKTQ5EqyWcJHv+316uJBUUSBM0O39KAarR4BpxJpt9iBRgvL+fSf9DBkeMxGu8AWKw==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:68

Redirected to localhost:3000/urls/new Completed 302 Found in 3ms (ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 12:57:21 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.4ms)

Completed 200 OK in 52ms (Views: 32.2ms | ActiveRecord: 4.1ms)

Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 12:57:22 +0530 Processing by ShortDomainController#new as HTML

Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (3.0ms)

Completed 200 OK in 54ms (Views: 50.5ms | ActiveRecord: 0.0ms)

Started POST “/short_domain/create” for 127.0.0.1 at 2019-01-30 12:57:30 +0530 Processing by ShortDomainController#create_short_domain as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"GvigtheyTKVKY6gGi9vHH7dyyNfG6GXRcseQ6XZ9hx/ZjOI+OtUw3s1oil4Fmui0/hKR6eYReHp4MHTsRAhUDQ==", "short_domain"=>{"domain"=>"makaan.com", "prefix"=>"mk.com"}, "commit"=>"create"}
 (0.2ms)  BEGIN
↳ app/controllers/short_domain_controller.rb:7
ShortDomain Create (0.7ms)  INSERT INTO "short_domains" ("domain", "prefix", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["domain", "makaan.com"], ["prefix", "mk.com"], ["created_at", "2019-01-30 07:27:30.790675"], ["updated_at", "2019-01-30 07:27:30.790675"]]
↳ app/controllers/short_domain_controller.rb:7
 (0.6ms)  COMMIT
↳ app/controllers/short_domain_controller.rb:7

Redirected to localhost:3000/urls/new Completed 302 Found in 6ms (ActiveRecord: 1.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 12:57:30 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 39ms (Views: 36.9ms | ActiveRecord: 0.0ms)

Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 12:57:32 +0530 Processing by ShortDomainController#new as HTML

Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (1.9ms)

Completed 200 OK in 70ms (Views: 65.8ms | ActiveRecord: 0.0ms)

Started POST “/short_domain/create” for 127.0.0.1 at 2019-01-30 12:57:41 +0530 Processing by ShortDomainController#create_short_domain as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"4+IRzLPFFC6dKFb/HlPwrxBBEm1QVAI75vG4/E77tw0gllNEnqJoVRojdKeQEt8EWSFLU3CtH5DsBlz5fI5kHw==", "short_domain"=>{"domain"=>"proptiger.com", "prefix"=>"pt.com"}, "commit"=>"create"}
 (0.3ms)  BEGIN
↳ app/controllers/short_domain_controller.rb:7
ShortDomain Create (0.5ms)  INSERT INTO "short_domains" ("domain", "prefix", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["domain", "proptiger.com"], ["prefix", "pt.com"], ["created_at", "2019-01-30 07:27:41.850701"], ["updated_at", "2019-01-30 07:27:41.850701"]]
↳ app/controllers/short_domain_controller.rb:7
 (0.8ms)  COMMIT
↳ app/controllers/short_domain_controller.rb:7

Redirected to localhost:3000/urls/new Completed 302 Found in 6ms (ActiveRecord: 1.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 12:57:41 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 34ms (Views: 31.7ms | ActiveRecord: 0.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 12:58:09 +0530 Processing by UrlsController#create_shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"XbeiZBU8NTsT66vV3XMjl1uP9nsXbXGlRVq98q76nLIKUNuTIYON20wXRXCCpmTaPq93zIwDd2Z0GHMGcbrYbg==", "url"=>{"longurl"=>"https://housing.com/in/buy/projects/page/46122-aaradhyam-golf-homes-by-aaradhyam-in-amrapali-leisure-valley?fltcnt=e79667", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (49.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://housing.com/in/buy/projects/page/46122-aaradhyam-golf-homes-by-aaradhyam-in-amrapali-leisure-valley?fltcnt=e79667"], ["LIMIT", 1]]
↳ app/models/url.rb:67
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "4DiLB"], ["LIMIT", 1]]
↳ app/models/url.rb:86
ShortDomain Load (0.8ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "housing.com"], ["LIMIT", 1]]
↳ app/models/url.rb:57
 (0.2ms)  BEGIN
↳ app/models/url.rb:58
Url Create (19.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://housing.com/in/buy/projects/page/46122-aaradhyam-golf-homes-by-aaradhyam-in-amrapali-leisure-valley?fltcnt=e79667"], ["shorturl", "http://hsng.com/4DiLB"], ["domain", "housing.com"], ["suffix", "4DiLB"]]
↳ app/models/url.rb:58
 (96.1ms)  COMMIT
↳ app/models/url.rb:58
Urlreport Load (104.4ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-30"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Exists (0.5ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-30"], ["id", 8], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.6ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 4], ["id", 8]]
↳ app/workers/convert_worker.rb:12
 (41.5ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (1703.2ms)  {"id":129}

Redirected to localhost:3000/urls/129 Completed 302 Found in 2159ms (Searchkick: 1703.2ms | ActiveRecord: 166.8ms)

Started GET “/urls/129” for 127.0.0.1 at 2019-01-30 12:58:12 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"129"}
Url Load (5.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 129], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:101
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (1.0ms)

Completed 200 OK in 56ms (Views: 34.6ms | ActiveRecord: 5.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 12:58:20 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 56ms (Views: 52.1ms | ActiveRecord: 0.0ms)

Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 12:58:37 +0530 Processing by ShortDomainController#new as HTML

Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (2.3ms)

Completed 200 OK in 62ms (Views: 58.6ms | ActiveRecord: 0.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 12:58:54 +0530 Processing by UrlsController#create_shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"wjILhhqldN7wFklBOQcg9GvmxOqeBmm9Oszi0jM7B3Hdkwdc/fGffLc42u5eYSOMU19hqdOlx4WzjANYArjShg==", "url"=>{"longurl"=>"https://housing.com/in/buy/projects/page/46122-aaradhyam-golf-homes-by-aaradhyam-in-amrapali-leisure-valley?fltcnt=e79667bd-3c76-4af4-8196-0546bc561337", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://housing.com/in/buy/projects/page/46122-aaradhyam-golf-homes-by-aaradhyam-in-amrapali-leisure-valley?fltcnt=e79667bd-3c76-4af4-8196-0546bc561337"], ["LIMIT", 1]]
↳ app/models/url.rb:67
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "stzNB"], ["LIMIT", 1]]
↳ app/models/url.rb:86
ShortDomain Load (0.4ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "housing.com"], ["LIMIT", 1]]
↳ app/models/url.rb:57
 (0.2ms)  BEGIN
↳ app/models/url.rb:58
Url Create (0.3ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://housing.com/in/buy/projects/page/46122-aaradhyam-golf-homes-by-aaradhyam-in-amrapali-leisure-valley?fltcnt=e79667bd-3c76-4af4-8196-0546bc561337"], ["shorturl", "http://hsng.com/stzNB"], ["domain", "housing.com"], ["suffix", "stzNB"]]
↳ app/models/url.rb:58
 (0.5ms)  COMMIT
↳ app/models/url.rb:58
Urlreport Load (1.0ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-30"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Exists (0.8ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-30"], ["id", 8], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Urlreport Update (1.6ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 5], ["id", 8]]
↳ app/workers/convert_worker.rb:12
 (0.6ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (34.8ms)  {"id":130}

Redirected to localhost:3000/urls/130 Completed 302 Found in 82ms (Searchkick: 34.8ms | ActiveRecord: 2.8ms)

Started GET “/urls/130” for 127.0.0.1 at 2019-01-30 12:58:54 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"130"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 130], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:101
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 28ms (Views: 25.8ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 12:59:34 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (6.3ms)

Completed 200 OK in 65ms (Views: 61.5ms | ActiveRecord: 0.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 13:05:14 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"https://housing.com/in/buy/projects/page/46122-aaradhyam-golf-homes-by-aaradhyam-in-amrapali-leisure-valley?fltcnt=e79667bd-3c76-4af4-8196-0546bc561337", "domain"=>"housing.com", "url"=>{"longurl"=>"https://housing.com/in/buy/projects/page/46122-aaradhyam-golf-homes-by-aaradhyam-in-amrapali-leisure-valley?fltcnt=e79667bd-3c76-4af4-8196-0546bc561337", "domain"=>"housing.com"}}

Can't verify CSRF token authenticity.

Url Load (1.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://housing.com/in/buy/projects/page/46122-aaradhyam-golf-homes-by-aaradhyam-in-amrapali-leisure-valley?fltcnt=e79667bd-3c76-4af4-8196-0546bc561337"], ["LIMIT", 1]]
↳ app/models/url.rb:67

Completed 200 OK in 13ms (Views: 0.5ms | ActiveRecord: 9.9ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 13:08:20 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 48ms (Views: 29.6ms | ActiveRecord: 3.9ms)

Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 13:08:22 +0530 Processing by ShortDomainController#new as HTML

Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (7.0ms)

Completed 500 Internal Server Error in 40ms (ActiveRecord: 13.7ms)

ActionView::Template::Error (undefined method `each' for #<ShortDomain:0x00007f99b288b7d0>):

 4:   <p>Find : <%=  form.submit 'create' %><br/>
 5: <% end %>
 6: <table>
 7:   <% @short_domain.each do |urlreport| %>
 8:     <tr>
 9:       <td><%= shortdomain.domain %> &nbsp &nbsp</td>
10:       <td><%= shortdomain.prefix %></td>

app/views/short_domain/new.html.erb:7:in `_app_views_short_domain_new_html_erb__4597522301711255121_70149051078660' Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 13:08:35 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 64ms (Views: 61.6ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 13:08:35 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 42ms (Views: 40.5ms | ActiveRecord: 0.0ms)

Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 13:08:37 +0530 Processing by ShortDomainController#new as HTML

Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (12.1ms)

Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `each' for #<ShortDomain:0x00007f99ad55f598>):

 4:   <p>Find : <%=  form.submit 'create' %><br/>
 5: <% end %>
 6: <table>
 7:   <% @short_domain.each do |shortdomain| %>
 8:     <tr>
 9:       <td><%= shortdomain.domain %> &nbsp &nbsp</td>
10:       <td><%= shortdomain.prefix %></td>

app/views/short_domain/new.html.erb:7:in `_app_views_short_domain_new_html_erb__4597522301711255121_70149007401520' Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 13:09:17 +0530 Processing by ShortDomainController#new as HTML

Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (458.6ms)

Completed 500 Internal Server Error in 463ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined local variable or method `short_domain' for #<#<Class:0x00007f99b28aa8b0>:0x00007f99b2a21e28> Did you mean? @short_domain):

1: <%= form_for short_domain, url:short_domain_create_path   do |form| %>
2:   <p>Domain Name: <%= form.text_field :domain%> </br></p>
3:   <p>Short Domain : <%= form.text_field :prefix%> <br /></p>
4:   <p>Find : <%=  form.submit 'create' %><br/>

app/views/short_domain/new.html.erb:1:in `_app_views_short_domain_new_html_erb__4597522301711255121_70149051847820' Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 13:09:23 +0530 Processing by ShortDomainController#new as HTML

Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (11.3ms)

Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `each' for #<ShortDomain:0x00007f99b2af8130>):

 4:   <p>Find : <%=  form.submit 'create' %><br/>
 5: <% end %>
 6: <table>
 7:   <% @short_domain.each do |shortdomain| %>
 8:     <tr>
 9:       <td><%= shortdomain.domain %> &nbsp &nbsp</td>
10:       <td><%= shortdomain.prefix %></td>

app/views/short_domain/new.html.erb:7:in `_app_views_short_domain_new_html_erb__4597522301711255121_70149042034460' Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 13:12:10 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 51ms (Views: 50.0ms | ActiveRecord: 0.0ms)

Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 13:12:11 +0530 Processing by ShortDomainController#new as HTML

Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (4.7ms)

Completed 200 OK in 61ms (Views: 59.0ms | ActiveRecord: 0.0ms)

Started GET “/short_domain” for 127.0.0.1 at 2019-01-30 13:12:13 +0530 Processing by ShortDomainController#index as HTML

Rendering short_domain/index.html.erb within layouts/application
ShortDomain Load (3.2ms)  SELECT "short_domains".* FROM "short_domains" ORDER BY id ASC
↳ app/views/short_domain/index.html.erb:2
Rendered short_domain/index.html.erb within layouts/application (6.7ms)

Completed 200 OK in 59ms (Views: 51.3ms | ActiveRecord: 3.2ms)

Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 13:12:48 +0530 Processing by ShortDomainController#new as HTML

Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (1.7ms)

Completed 200 OK in 53ms (Views: 50.4ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 13:14:37 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.4ms)

Completed 200 OK in 44ms (Views: 28.0ms | ActiveRecord: 3.6ms)

Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 13:14:39 +0530 Processing by ShortDomainController#new as HTML

Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (7.7ms)

Completed 500 Internal Server Error in 41ms (ActiveRecord: 12.9ms)

ActionView::Template::Error (undefined method `each' for #<ShortDomain:0x00007f99b052b358>):

 9:   <% end %>
10: </div>
11: <table>
12:   <% @short_domain.each do |shortdomain| %>
13:     <tr>
14:       <td><%= shortdomain.domain %> &nbsp &nbsp</td>
15:       <td><%= shortdomain.prefix %></td>

app/views/short_domain/new.html.erb:12:in `_app_views_short_domain_new_html_erb__4597522301711255121_70149006864040' Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 13:14:46 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.0ms)

Completed 200 OK in 32ms (Views: 31.0ms | ActiveRecord: 0.0ms)

Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 13:14:47 +0530 Processing by ShortDomainController#new as HTML

Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (10.6ms)

Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `each' for #<ShortDomain:0x00007f99b1711ba8>):

 9:   <% end %>
10: </div>
11: <table>
12:   <% @short_domain.each do |shortdomain| %>
13:     <tr>
14:       <td><%= shortdomain.domain %> &nbsp &nbsp</td>
15:       <td><%= shortdomain.prefix %></td>

app/views/short_domain/new.html.erb:12:in `_app_views_short_domain_new_html_erb__4597522301711255121_70149041849380' Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 13:15:19 +0530 Processing by ShortDomainController#new as HTML

Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (7.3ms)

Completed 500 Internal Server Error in 24ms (ActiveRecord: 3.9ms)

ActionView::Template::Error (undefined method `each' for #<ShortDomain:0x00007f99b14f9820>):

 9:   <% end %>
10: </div>
11: <table>
12:   <% @short_domain.each do |shortdomain| %>
13:     <tr>
14:       <td><%= shortdomain.domain %> &nbsp &nbsp</td>
15:       <td><%= shortdomain.prefix %></td>

app/views/short_domain/new.html.erb:12:in `_app_views_short_domain_new_html_erb__4597522301711255121_70149051024300' Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 13:15:26 +0530 Processing by ShortDomainController#new as HTML

Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (10.6ms)

Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `each' for #<ShortDomain:0x00007f99ac7f15f0>):

 9:   <% end %>
10: </div>
11: <table>
12:   <% @short_domain.each do |shortdomain| %>
13:     <tr>
14:       <td><%= shortdomain.domain %> &nbsp &nbsp</td>
15:       <td><%= shortdomain.prefix %></td>

app/views/short_domain/new.html.erb:12:in `_app_views_short_domain_new_html_erb__4597522301711255121_70149029760460' Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 13:16:12 +0530 Processing by ShortDomainController#new as HTML

Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (6.6ms)

Completed 500 Internal Server Error in 22ms (ActiveRecord: 3.4ms)

ActionView::Template::Error (undefined method `each' for #<ShortDomain:0x00007f99ad69d9f0>):

 9:   <% end %>
10: </div>
11: <table>
12:   <% @short_domain.each do |shortdomain| %>
13:     <tr>
14:       <td><%= shortdomain.domain %> &nbsp &nbsp</td>
15:       <td><%= shortdomain.prefix %></td>

app/views/short_domain/new.html.erb:12:in `_app_views_short_domain_new_html_erb__4597522301711255121_70149041659440' Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 13:16:14 +0530 Processing by ShortDomainController#new as HTML

Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (6.3ms)

Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `each' for #<ShortDomain:0x00007f99b05e13d8>):

 9:   <% end %>
10: </div>
11: <table>
12:   <% @short_domain.each do |shortdomain| %>
13:     <tr>
14:       <td><%= shortdomain.domain %> &nbsp &nbsp</td>
15:       <td><%= shortdomain.prefix %></td>

app/views/short_domain/new.html.erb:12:in `_app_views_short_domain_new_html_erb__4597522301711255121_70149032856980' Started GET “/” for 127.0.0.1 at 2019-01-30 13:16:17 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.9ms)

Completed 200 OK in 32ms (Views: 30.6ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-30 13:16:19 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.8ms)

Completed 200 OK in 120ms (Views: 64.6ms | ActiveRecord: 34.7ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-30 13:16:20 +0530 Processing by UsersController#login_check as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"bZXuatuAZRmqTNK7PKU8VJVAbhQng6/5NVnbQEsxHQsTqM3dK1HhlhtxSfcCphLdd5tBp2FFmY7uzOLsErBaZA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:68

Redirected to localhost:3000/urls/new Completed 302 Found in 3ms (ActiveRecord: 0.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 13:16:20 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.4ms)

Completed 200 OK in 51ms (Views: 30.6ms | ActiveRecord: 5.1ms)

Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 13:16:22 +0530 Processing by ShortDomainController#new as HTML

Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (11.7ms)

Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (undefined method `each' for #<ShortDomain:0x00007f99b13022b0>):

 9:   <% end %>
10: </div>
11: <table>
12:   <% @short_domain.each do |shortdomain| %>
13:     <tr>
14:       <td><%= shortdomain.domain %> &nbsp &nbsp</td>
15:       <td><%= shortdomain.prefix %></td>

app/views/short_domain/new.html.erb:12:in `_app_views_short_domain_new_html_erb__4597522301711255121_70149039735560' Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 13:16:43 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.9ms)

Completed 200 OK in 38ms (Views: 35.7ms | ActiveRecord: 0.0ms)

Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 13:16:45 +0530 Processing by ShortDomainController#new as HTML

Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (6.7ms)

Completed 200 OK in 75ms (Views: 70.2ms | ActiveRecord: 0.0ms)

Started POST “/short_domain/create” for 127.0.0.1 at 2019-01-30 13:17:02 +0530 Processing by ShortDomainController#create_short_domain as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"PgUEJyr0QnGdbnFb6KPGa7AaKjLLSlK4xmkzTT73dBv9cUavB5M+ChplUwNm4unA+XpzDOuzTxPMntdIDIKnCQ==", "short_domain"=>{"domain"=>"housing.com", "prefix"=>"hsng.com"}, "commit"=>"create"}
ShortDomain Load (0.6ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "housing.com"], ["LIMIT", 1]]
↳ app/models/short_domain.rb:5

No template found for ShortDomainController#create_short_domain, rendering head :no_content Completed 204 No Content in 45ms (ActiveRecord: 0.6ms)

Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 13:17:47 +0530 Processing by ShortDomainController#new as HTML

Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (1.8ms)

Completed 200 OK in 46ms (Views: 30.5ms | ActiveRecord: 5.3ms)

Started POST “/short_domain/create” for 127.0.0.1 at 2019-01-30 13:17:52 +0530 Processing by ShortDomainController#create_short_domain as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Zpr+tAIAffurQ23yY4uyR/DqxiC4y+WDBq6G4YENyrgxfYdDNr/FG/S/g1c8XvUKlcpHlyOl40A37EgVXk2OZA==", "short_domain"=>{"domain"=>"housing.com", "prefix"=>"hsng.com"}, "commit"=>"create"}
ShortDomain Load (1.2ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "housing.com"], ["LIMIT", 1]]
↳ app/models/short_domain.rb:5

No template found for ShortDomainController#create_short_domain, rendering head :no_content Completed 204 No Content in 38ms (ActiveRecord: 1.2ms)

Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 13:18:16 +0530 Processing by ShortDomainController#new as HTML

Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (2.7ms)

Completed 200 OK in 44ms (Views: 30.6ms | ActiveRecord: 3.6ms)

Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 13:18:17 +0530 Processing by ShortDomainController#new as HTML

Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (2.6ms)

Completed 200 OK in 37ms (Views: 34.7ms | ActiveRecord: 0.0ms)

Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 13:18:18 +0530 Processing by ShortDomainController#new as HTML

Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (2.5ms)

Completed 200 OK in 34ms (Views: 32.9ms | ActiveRecord: 0.0ms)

Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 13:18:18 +0530 Processing by ShortDomainController#new as HTML

Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (1.4ms)

Completed 200 OK in 60ms (Views: 58.0ms | ActiveRecord: 0.0ms)

Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 13:18:19 +0530 Processing by ShortDomainController#new as HTML

Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (1.4ms)

Completed 200 OK in 33ms (Views: 31.5ms | ActiveRecord: 0.0ms)

Started POST “/short_domain/create” for 127.0.0.1 at 2019-01-30 13:18:22 +0530 Processing by ShortDomainController#create_short_domain as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"VbLt801mSn5eXdi8CqXmi/rangO76ySzxHpntVGg1LUCVZQEednyngGhNhlVcKHGn/oftCCFInD1OKlBjuCQaQ==", "short_domain"=>{"domain"=>"housing.com", "prefix"=>"hsng.com"}, "commit"=>"create"}

Completed 500 Internal Server Error in 211ms (ActiveRecord: 0.0ms)

NameError (undefined local variable or method `f' for #<ShortDomainController:0x00007f99ad407330>):

app/controllers/short_domain_controller.rb:7:in `create_short_domain' Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 13:18:32 +0530 Processing by ShortDomainController#new as HTML

Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (2.5ms)

Completed 200 OK in 65ms (Views: 44.4ms | ActiveRecord: 5.0ms)

Started POST “/short_domain/create” for 127.0.0.1 at 2019-01-30 13:18:36 +0530 Processing by ShortDomainController#create_short_domain as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"yJOgdubyaUJVadiqHNJr6cpIttK//EExXq33EIRF6iOfdNmB0k3RogqVNg9DByykr2g3ZSSSR/Jv7znkWwWu/w==", "short_domain"=>{"domain"=>"housing.com", "prefix"=>"hsng.com"}, "commit"=>"create"}
ShortDomain Load (0.6ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "housing.com"], ["LIMIT", 1]]
↳ app/models/short_domain.rb:5

No template found for ShortDomainController#create_short_domain, rendering head :no_content Completed 204 No Content in 39ms (ActiveRecord: 0.6ms)

Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 13:18:42 +0530 Processing by ShortDomainController#new as HTML

Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (2.0ms)

Completed 200 OK in 59ms (Views: 54.8ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 13:18:53 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.3ms)

Completed 200 OK in 46ms (Views: 30.8ms | ActiveRecord: 3.6ms)

Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 13:18:54 +0530 Processing by ShortDomainController#new as HTML

Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (1.8ms)

Completed 200 OK in 67ms (Views: 29.6ms | ActiveRecord: 25.4ms)

Started POST “/short_domain/create” for 127.0.0.1 at 2019-01-30 13:18:59 +0530 Processing by ShortDomainController#create_short_domain as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"me15kvX+dNHRhN3ysMUMgEzd8DRnnfH2IIY2YS1qH1FamTsa2JkIqlaP/6o+hCMrBb2pCkdk7F0qcdJkHx/MQw==", "short_domain"=>{"domain"=>"housing.com", "prefix"=>"hsng.com"}, "commit"=>"create"}
ShortDomain Load (0.4ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "housing.com"], ["LIMIT", 1]]
↳ app/models/short_domain.rb:5

No template found for ShortDomainController#create_short_domain, rendering head :no_content Completed 204 No Content in 36ms (ActiveRecord: 0.4ms)

Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 13:19:06 +0530 Processing by ShortDomainController#new as HTML

Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 45ms (Views: 30.8ms | ActiveRecord: 3.8ms)

Started POST “/short_domain/create” for 127.0.0.1 at 2019-01-30 13:19:09 +0530 Processing by ShortDomainController#create_short_domain as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"tb+JJGN4jiClrQHCPIAgHDa7WD1AgU+2iOOl0BqsEBLiWPDTV8c2wPpR72djVWdRU5vZitvvSXW5oWskxexUzg==", "short_domain"=>{"domain"=>"housing.com", "prefix"=>"hsng.com"}, "commit"=>"create"}
ShortDomain Load (0.5ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "housing.com"], ["LIMIT", 1]]
↳ app/models/short_domain.rb:5

No template found for ShortDomainController#create_short_domain, rendering head :no_content Completed 204 No Content in 45ms (ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 13:20:33 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 57ms (Views: 30.4ms | ActiveRecord: 9.1ms)

Started GET “/short_domain” for 127.0.0.1 at 2019-01-30 13:20:36 +0530 Processing by ShortDomainController#index as HTML

Rendering short_domain/index.html.erb within layouts/application
ShortDomain Load (0.4ms)  SELECT "short_domains".* FROM "short_domains" ORDER BY id ASC
↳ app/views/short_domain/index.html.erb:2
Rendered short_domain/index.html.erb within layouts/application (2.6ms)

Completed 200 OK in 47ms (Views: 42.8ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 13:20:38 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.5ms)

Completed 200 OK in 89ms (Views: 85.2ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 13:20:52 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.6ms)

Completed 200 OK in 41ms (Views: 36.1ms | ActiveRecord: 0.0ms)

Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 13:20:54 +0530 Processing by ShortDomainController#new as HTML

Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (2.5ms)

Completed 200 OK in 49ms (Views: 45.3ms | ActiveRecord: 0.0ms)

Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 13:21:03 +0530 Processing by ShortDomainController#new as HTML

Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (1.9ms)

Completed 200 OK in 35ms (Views: 32.9ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 13:21:05 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (8.8ms)

Completed 200 OK in 61ms (Views: 57.2ms | ActiveRecord: 0.0ms)

Started GET “/short_domain” for 127.0.0.1 at 2019-01-30 13:21:06 +0530 Processing by ShortDomainController#index as HTML

Rendering short_domain/index.html.erb within layouts/application
ShortDomain Load (1.0ms)  SELECT "short_domains".* FROM "short_domains" ORDER BY id ASC
↳ app/views/short_domain/index.html.erb:2
Rendered short_domain/index.html.erb within layouts/application (4.8ms)

Completed 200 OK in 49ms (Views: 44.6ms | ActiveRecord: 1.0ms)

Started GET “/short_domain” for 127.0.0.1 at 2019-01-30 13:21:54 +0530 Processing by ShortDomainController#index as HTML

Rendering short_domain/index.html.erb within layouts/application
ShortDomain Load (4.1ms)  SELECT "short_domains".* FROM "short_domains" ORDER BY id ASC
↳ app/views/short_domain/index.html.erb:23
Rendered short_domain/index.html.erb within layouts/application (6.7ms)

Completed 200 OK in 44ms (Views: 37.9ms | ActiveRecord: 4.1ms)

Started GET “/short_domain” for 127.0.0.1 at 2019-01-30 13:21:56 +0530 Processing by ShortDomainController#index as HTML

Rendering short_domain/index.html.erb within layouts/application
ShortDomain Load (0.8ms)  SELECT "short_domains".* FROM "short_domains" ORDER BY id ASC
↳ app/views/short_domain/index.html.erb:23
Rendered short_domain/index.html.erb within layouts/application (3.3ms)

Completed 200 OK in 43ms (Views: 40.3ms | ActiveRecord: 0.8ms)

Started GET “/short_domain” for 127.0.0.1 at 2019-01-30 13:21:56 +0530 Processing by ShortDomainController#index as HTML

Rendering short_domain/index.html.erb within layouts/application
ShortDomain Load (2.8ms)  SELECT "short_domains".* FROM "short_domains" ORDER BY id ASC
↳ app/views/short_domain/index.html.erb:23
Rendered short_domain/index.html.erb within layouts/application (5.1ms)

Completed 200 OK in 63ms (Views: 57.9ms | ActiveRecord: 2.8ms)

Started GET “/short_domain” for 127.0.0.1 at 2019-01-30 13:22:32 +0530 Processing by ShortDomainController#index as HTML

Rendering short_domain/index.html.erb within layouts/application
ShortDomain Load (0.5ms)  SELECT "short_domains".* FROM "short_domains" ORDER BY id ASC
↳ app/views/short_domain/index.html.erb:27
Rendered short_domain/index.html.erb within layouts/application (2.9ms)

Completed 200 OK in 37ms (Views: 34.8ms | ActiveRecord: 0.5ms)

Started GET “/short_domain” for 127.0.0.1 at 2019-01-30 13:23:03 +0530 Processing by ShortDomainController#index as HTML

Rendering short_domain/index.html.erb within layouts/application
ShortDomain Load (0.7ms)  SELECT "short_domains".* FROM "short_domains" ORDER BY id ASC
↳ app/views/short_domain/index.html.erb:33
Rendered short_domain/index.html.erb within layouts/application (2.8ms)

Completed 200 OK in 47ms (Views: 44.7ms | ActiveRecord: 0.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 13:23:06 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.4ms)

Completed 200 OK in 39ms (Views: 37.4ms | ActiveRecord: 0.0ms)

Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 13:23:17 +0530 Processing by ShortDomainController#new as HTML

Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (2.4ms)

Completed 200 OK in 56ms (Views: 52.2ms | ActiveRecord: 0.0ms)

Started POST “/short_domain/create” for 127.0.0.1 at 2019-01-30 13:23:26 +0530 Processing by ShortDomainController#create_short_domain as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"w1ds2yg5QonR/A4hioErUNkRgOLdlWnZu2IYYRR5B08AIy5TBV4+8lb3LHkEwAT7kHHZ3P1sdHKxlfxkJgzUXQ==", "short_domain"=>{"domain"=>"facebook.com", "prefix"=>"fb.com"}, "commit"=>"create"}
ShortDomain Load (0.6ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "facebook.com"], ["LIMIT", 1]]
↳ app/models/short_domain.rb:5
 (0.2ms)  BEGIN
↳ app/controllers/short_domain_controller.rb:11
ShortDomain Create (0.8ms)  INSERT INTO "short_domains" ("domain", "prefix", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["domain", "facebook.com"], ["prefix", "fb.com"], ["created_at", "2019-01-30 07:53:26.999349"], ["updated_at", "2019-01-30 07:53:26.999349"]]
↳ app/controllers/short_domain_controller.rb:11
 (0.8ms)  COMMIT
↳ app/controllers/short_domain_controller.rb:11
Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (2.8ms)

Completed 200 OK in 41ms (Views: 33.0ms | ActiveRecord: 2.4ms)

Started PATCH “/short_domain/create” for 127.0.0.1 at 2019-01-30 13:23:30 +0530

AbstractController::ActionNotFound (The action 'update' could not be found for ShortDomainController):

actionpack (5.2.2) lib/abstract_controller/base.rb:129:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:38:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET “/short_domain/create” for 127.0.0.1 at 2019-01-30 13:23:49 +0530

AbstractController::ActionNotFound (The action 'show' could not be found for ShortDomainController):

actionpack (5.2.2) lib/abstract_controller/base.rb:129:in `process' actionview (5.2.2) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.6) lib/rack/etag.rb:25:in `call' rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' rack (2.0.6) lib/rack/head.rb:12:in `call' actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.2) lib/active_record/migration.rb:559:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.2) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.6) lib/rack/method_override.rb:22:in `call' rack (2.0.6) lib/rack/runtime.rb:22:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.6) lib/rack/sendfile.rb:111:in `call' railties (5.2.2) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST “/short_domain/create” for 127.0.0.1 at 2019-01-30 13:23:52 +0530 Processing by ShortDomainController#create_short_domain as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"qP4wguNMnxOZf3nps/o5cAc4PMznVpZLK0Ij36Ku2mb/GUl11/Mn88aDl0zsL349Yhi9e3w4kIgaAO0rfe6eug==", "short_domain"=>{"domain"=>"facebook.com", "prefix"=>"fb.com"}, "commit"=>"create"}
ShortDomain Load (0.5ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "facebook.com"], ["LIMIT", 1]]
↳ app/models/short_domain.rb:5

No template found for ShortDomainController#create_short_domain, rendering head :no_content Completed 204 No Content in 37ms (ActiveRecord: 0.5ms)

Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 13:23:54 +0530 Processing by ShortDomainController#new as HTML

Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (2.3ms)

Completed 200 OK in 35ms (Views: 32.7ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 13:24:11 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.4ms)

Completed 200 OK in 55ms (Views: 52.6ms | ActiveRecord: 0.0ms)

Started GET “/short_domain” for 127.0.0.1 at 2019-01-30 13:24:13 +0530 Processing by ShortDomainController#index as HTML

Rendering short_domain/index.html.erb within layouts/application
ShortDomain Load (1.9ms)  SELECT "short_domains".* FROM "short_domains" ORDER BY id ASC
↳ app/views/short_domain/index.html.erb:33
Rendered short_domain/index.html.erb within layouts/application (4.7ms)

Completed 200 OK in 55ms (Views: 50.1ms | ActiveRecord: 1.9ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 13:24:36 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.9ms)

Completed 200 OK in 55ms (Views: 53.2ms | ActiveRecord: 0.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 13:24:42 +0530 Processing by UrlsController#create_shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"00bHRIVRCBwUzP7NbSu4c1N81QVbE5LOK/JbE68Kn3DM58ueYgXjvlPibWIKTbsLa8VwRhawPPaisrqZnolKhw==", "url"=>{"longurl"=>"www.facebook.com", "domain"=>"facebook.com"}, "commit"=>"Search"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.facebook.com"], ["LIMIT", 1]]
↳ app/models/url.rb:67

Redirected to localhost:3000/urls/2 Completed 302 Found in 5ms (ActiveRecord: 0.8ms)

Started GET “/urls/2” for 127.0.0.1 at 2019-01-30 13:24:42 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"2"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:101
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 30ms (Views: 26.1ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 13:24:45 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.7ms)

Completed 200 OK in 41ms (Views: 39.0ms | ActiveRecord: 0.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 13:26:39 +0530 Processing by UrlsController#create_shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"nJuaMHeJgqsdNp+h8WK9x3Lgp4CnliyybPqv5M7tkWiDOpbqkN1pCVoYDA6WBL6/SlkCw+o1gorluk5u/25Enw==", "url"=>{"longurl"=>"https://housing.com/in/buy/real-estate-noida", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (1.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://housing.com/in/buy/real-estate-noida"], ["LIMIT", 1]]
↳ app/models/url.rb:67
Url Load (1.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "tYeE"], ["LIMIT", 1]]
↳ app/models/url.rb:86
ShortDomain Load (0.4ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "housing.com"], ["LIMIT", 1]]
↳ app/models/url.rb:57
 (0.1ms)  BEGIN
↳ app/models/url.rb:58
Url Create (0.8ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://housing.com/in/buy/real-estate-noida"], ["shorturl", "http://hsng.com/tYeE"], ["domain", "housing.com"], ["suffix", "tYeE"]]
↳ app/models/url.rb:58
 (0.5ms)  COMMIT
↳ app/models/url.rb:58
Url Store (42.2ms)  {"id":131}

Redirected to localhost:3000/urls/131 Completed 302 Found in 140ms (Searchkick: 42.2ms | ActiveRecord: 5.1ms)

Urlreport Load (1.2ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-30"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.3ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Exists (2.4ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-30"], ["id", 8], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Urlreport Update (1.2ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 6], ["id", 8]]
↳ app/workers/convert_worker.rb:12
 (0.6ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started GET “/urls/131” for 127.0.0.1 at 2019-01-30 13:26:39 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"131"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 131], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:101
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 64ms (Views: 33.9ms | ActiveRecord: 0.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 13:26:55 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.5ms)

Completed 200 OK in 42ms (Views: 39.5ms | ActiveRecord: 0.0ms)

Started GET “/url/long?utf8=%E2%9C%93&url%5Bshorturl%5D=http%3A%2F%2Fhsng.com%2FtYeE&commit=Search” for 127.0.0.1 at 2019-01-30 13:26:58 +0530 Processing by UrlsController#search_longurl as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>"http://hsng.com/tYeE"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."shorturl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["shorturl", "http://hsng.com/tYeE"], ["LIMIT", 1]]
↳ app/models/url.rb:73

Redirected to localhost:3000/urls/131 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)

Started GET “/urls/131” for 127.0.0.1 at 2019-01-30 13:26:58 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"131"}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 131], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:101
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 32ms (Views: 27.9ms | ActiveRecord: 0.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 13:27:01 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (6.4ms)

Completed 200 OK in 54ms (Views: 51.5ms | ActiveRecord: 0.0ms)

Started GET “/url/long?utf8=%E2%9C%93&url%5Bshorturl%5D=tYeE&commit=Search” for 127.0.0.1 at 2019-01-30 13:27:05 +0530 Processing by UrlsController#search_longurl as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>"tYeE"}, "commit"=>"Search"}
Url Load (1.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "tYeE"], ["LIMIT", 1]]
↳ app/models/url.rb:80

Redirected to localhost:3000/urls/131 Completed 302 Found in 7ms (ActiveRecord: 1.2ms)

Started GET “/urls/131” for 127.0.0.1 at 2019-01-30 13:27:05 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"131"}
Url Load (6.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 131], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:101
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 42ms (Views: 32.4ms | ActiveRecord: 6.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 13:27:07 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.3ms)

Completed 200 OK in 62ms (Views: 57.3ms | ActiveRecord: 0.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 13:32:28 +0530 Processing by UrlsController#create_shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"bwCcINuZVGUWuvRReOQg7qq8F5lo6A1eJDMHhZIJaOVwoZD6PM2/x1GUZ/4fgiOWkgWy2iVLo2atc+YPo4q9Eg==", "url"=>{"longurl"=>"https://redis.io/topics/rediscli", "domain"=>"redis.io"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://redis.io/topics/rediscli"], ["LIMIT", 1]]
↳ app/models/url.rb:67
ShortDomain Load (0.3ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "redis.io"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:80

Completed 500 Internal Server Error in 23ms (ActiveRecord: 7.2ms)

NoMethodError (undefined method `[]' for nil:NilClass):

app/controllers/urls_controller.rb:80:in `block (2 levels) in create_shorturl' app/controllers/urls_controller.rb:61:in `create_shorturl' Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 13:32:58 +0530 Processing by UrlsController#create_shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"KJ5S/Yj2W0btQW/YDZWI/RxHYOsclEbcb7FLgrZydEV/eSsKvEnjprK9gX1SQM+weWfhXIf6QB9e84V2aTIwmQ==", "url"=>{"longurl"=>"https://redis.io/topics/rediscli", "domain"=>"redis.io"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://redis.io/topics/rediscli"], ["LIMIT", 1]]
↳ app/models/url.rb:67
ShortDomain Load (0.4ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "redis.io"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:80

Completed 500 Internal Server Error in 21ms (ActiveRecord: 8.1ms)

NoMethodError (undefined method `[]' for nil:NilClass):

app/controllers/urls_controller.rb:80:in `block (2 levels) in create_shorturl' app/controllers/urls_controller.rb:61:in `create_shorturl' Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 13:33:34 +0530 Processing by UrlsController#create_shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"KJ5S/Yj2W0btQW/YDZWI/RxHYOsclEbcb7FLgrZydEV/eSsKvEnjprK9gX1SQM+weWfhXIf6QB9e84V2aTIwmQ==", "url"=>{"longurl"=>"https://redis.io/topics/rediscli", "domain"=>"redis.io"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://redis.io/topics/rediscli"], ["LIMIT", 1]]
↳ app/models/url.rb:67
ShortDomain Load (0.4ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "redis.io"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:80

Completed 500 Internal Server Error in 24ms (ActiveRecord: 10.0ms)

NoMethodError (undefined method `[]' for nil:NilClass):

app/controllers/urls_controller.rb:80:in `block (2 levels) in create_shorturl' app/controllers/urls_controller.rb:61:in `create_shorturl' Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 13:33:51 +0530 Processing by UrlsController#create_shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"KJ5S/Yj2W0btQW/YDZWI/RxHYOsclEbcb7FLgrZydEV/eSsKvEnjprK9gX1SQM+weWfhXIf6QB9e84V2aTIwmQ==", "url"=>{"longurl"=>"https://redis.io/topics/rediscli", "domain"=>"redis.io"}, "commit"=>"Search"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://redis.io/topics/rediscli"], ["LIMIT", 1]]
↳ app/models/url.rb:67
ShortDomain Load (0.7ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "redis.io"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:80
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "J$&D"], ["LIMIT", 1]]
↳ app/models/url.rb:86
CACHE ShortDomain Load (0.0ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "redis.io"], ["LIMIT", 1]]
↳ app/models/url.rb:57

Completed 500 Internal Server Error in 31ms (ActiveRecord: 9.3ms)

NoMethodError (undefined method `[]' for nil:NilClass):

app/models/url.rb:57:in `create_short_url' app/controllers/urls_controller.rb:86:in `block (2 levels) in create_shorturl' app/controllers/urls_controller.rb:61:in `create_shorturl' Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 13:34:17 +0530 Processing by UrlsController#create_shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"KJ5S/Yj2W0btQW/YDZWI/RxHYOsclEbcb7FLgrZydEV/eSsKvEnjprK9gX1SQM+weWfhXIf6QB9e84V2aTIwmQ==", "url"=>{"longurl"=>"https://redis.io/topics/rediscli", "domain"=>"redis.io"}, "commit"=>"Search"}
Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://redis.io/topics/rediscli"], ["LIMIT", 1]]
↳ app/models/url.rb:67
ShortDomain Load (0.4ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "redis.io"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:80
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.1ms)

Completed 500 Internal Server Error in 30ms (ActiveRecord: 9.1ms)

ActionView::Template::Error (First argument in form cannot contain nil or be empty):

53: <span>Hi <%= session[:username] %></span><br/>
54: 
55: <div class=LongToShort>
56:   <%= form_for @url , url: urls_long_path do |form| %>
57:     <p>Long Url: <%= form.text_field :longurl%> </br></p>
58:     <p>Domain : <%= form.text_field :domain%> <br /></p>
59:     <p>Find : <%=  form.submit 'Search' %><br/>

app/views/urls/new.html.erb:56:in `_app_views_urls_new_html_erb__87107097664886355_70149006044400' app/controllers/urls_controller.rb:84:in `block (2 levels) in create_shorturl' app/controllers/urls_controller.rb:61:in `create_shorturl' Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 13:34:39 +0530 Processing by UrlsController#create_shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"KJ5S/Yj2W0btQW/YDZWI/RxHYOsclEbcb7FLgrZydEV/eSsKvEnjprK9gX1SQM+weWfhXIf6QB9e84V2aTIwmQ==", "url"=>{"longurl"=>"https://redis.io/topics/rediscli", "domain"=>"redis.io"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://redis.io/topics/rediscli"], ["LIMIT", 1]]
↳ app/models/url.rb:67
ShortDomain Load (0.3ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "redis.io"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:80
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.0ms)

Completed 200 OK in 91ms (Views: 61.2ms | ActiveRecord: 8.8ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 13:36:36 +0530

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:69: syntax error, unexpected ':', expecting => … render json: {'message' : “Short Domain not found,plea… … ^ /Users/naveen/Documents/Internship/projectIntern/app/controllers/urls_controller.rb:69: syntax error, unexpected '}', expecting end …found,please add short domain”} … ^):

app/controllers/urls_controller.rb:69: syntax error, unexpected ':', expecting => app/controllers/urls_controller.rb:69: syntax error, unexpected '}', expecting end Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 13:36:58 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"www.youtube.com", "domain"=>"youtube.com", "url"=>{"longurl"=>"www.youtube.com", "domain"=>"youtube.com"}}

Can't verify CSRF token authenticity.

Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.youtube.com"], ["LIMIT", 1]]
↳ app/models/url.rb:67
ShortDomain Load (0.6ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "youtube.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:67

Completed 200 OK in 15ms (Views: 0.2ms | ActiveRecord: 11.1ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 13:37:28 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"www.youtube.com", "domain"=>"youtube.com", "url"=>{"longurl"=>"www.youtube.com", "domain"=>"youtube.com"}}

Can't verify CSRF token authenticity.

Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.youtube.com"], ["LIMIT", 1]]
↳ app/models/url.rb:66
ShortDomain Load (0.4ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "youtube.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:67

Completed 200 OK in 11ms (Views: 0.2ms | ActiveRecord: 7.3ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-30 13:39:46 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.5ms)

Completed 200 OK in 70ms (Views: 47.8ms | ActiveRecord: 5.9ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-30 13:39:48 +0530 Processing by UsersController#login_check as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"m6X3RwznknGEto19B9jhtOzppCNzIgLs3RHZDs0otQrlmNTw/DYW/jWLFjE52889DjKLkDXkNJsGhOCilKnyZQ==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:68

Redirected to localhost:3000/urls/new Completed 302 Found in 4ms (ActiveRecord: 0.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 13:39:48 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 62ms (Views: 37.4ms | ActiveRecord: 4.4ms)

Started GET “/short_domain” for 127.0.0.1 at 2019-01-30 13:39:49 +0530 Processing by ShortDomainController#index as HTML

Rendering short_domain/index.html.erb within layouts/application
ShortDomain Load (6.1ms)  SELECT "short_domains".* FROM "short_domains" ORDER BY id ASC
↳ app/views/short_domain/index.html.erb:33
Rendered short_domain/index.html.erb within layouts/application (30.2ms)

Completed 200 OK in 72ms (Views: 51.4ms | ActiveRecord: 14.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 13:39:51 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 83ms (Views: 79.7ms | ActiveRecord: 0.0ms)

Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 13:39:52 +0530 Processing by ShortDomainController#new as HTML

Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (5.3ms)

Completed 200 OK in 74ms (Views: 71.2ms | ActiveRecord: 0.0ms)

Started POST “/short_domain/create” for 127.0.0.1 at 2019-01-30 13:40:07 +0530 Processing by ShortDomainController#create_short_domain as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"H9QSKmPnGKTzGdZxisbcKpbzbAX0SlbpbzPcyyd1AuHcoFCiToBk33QS9CkEh/OB35M1O9SzS0JlxDjOFQDR8w==", "short_domain"=>{"domain"=>"youtube.com", "prefix"=>"yt.com"}, "commit"=>"create"}
ShortDomain Load (5.8ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "youtube.com"], ["LIMIT", 1]]
↳ app/models/short_domain.rb:5
 (0.3ms)  BEGIN
↳ app/controllers/short_domain_controller.rb:11
ShortDomain Create (1.7ms)  INSERT INTO "short_domains" ("domain", "prefix", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["domain", "youtube.com"], ["prefix", "yt.com"], ["created_at", "2019-01-30 08:10:07.754487"], ["updated_at", "2019-01-30 08:10:07.754487"]]
↳ app/controllers/short_domain_controller.rb:11
 (0.5ms)  COMMIT
↳ app/controllers/short_domain_controller.rb:11
Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (3.1ms)

Completed 200 OK in 57ms (Views: 42.1ms | ActiveRecord: 8.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 13:40:09 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (8.9ms)

Completed 200 OK in 63ms (Views: 59.7ms | ActiveRecord: 0.0ms)

Started GET “/short_domain” for 127.0.0.1 at 2019-01-30 13:40:11 +0530 Processing by ShortDomainController#index as HTML

Rendering short_domain/index.html.erb within layouts/application
ShortDomain Load (7.2ms)  SELECT "short_domains".* FROM "short_domains" ORDER BY id ASC
↳ app/views/short_domain/index.html.erb:33
Rendered short_domain/index.html.erb within layouts/application (9.7ms)

Completed 200 OK in 73ms (Views: 61.8ms | ActiveRecord: 7.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 13:40:12 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (9.7ms)

Completed 200 OK in 76ms (Views: 72.2ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-30 13:40:15 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (1.7ms)  SELECT "urlreports".* FROM "urlreports" ORDER BY id ASC
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (10.8ms)

Completed 200 OK in 45ms (Views: 34.0ms | ActiveRecord: 4.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 13:40:16 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (6.1ms)

Completed 200 OK in 80ms (Views: 74.0ms | ActiveRecord: 0.0ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-30 13:40:18 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (26.6ms)

Completed 200 OK in 57ms (Views: 54.6ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&url=youtube.com&commit=Go” for 127.0.0.1 at 2019-01-30 13:40:21 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"youtube.com", "commit"=>"Go"}
Url Search (386.1ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"youtube.com","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (1.0ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34)  [["id", 18], ["id", 28], ["id", 39], ["id", 46], ["id", 49], ["id", 21], ["id", 30], ["id", 32], ["id", 33], ["id", 34], ["id", 42], ["id", 23], ["id", 31], ["id", 37], ["id", 45], ["id", 47], ["id", 50], ["id", 20], ["id", 27], ["id", 35], ["id", 36], ["id", 38], ["id", 43], ["id", 51], ["id", 22], ["id", 24], ["id", 25], ["id", 26], ["id", 29], ["id", 40], ["id", 41], ["id", 44], ["id", 48], ["id", 52]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (7.0ms)

Completed 200 OK in 471ms (Views: 49.2ms | Searchkick: 386.1ms | ActiveRecord: 1.0ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 13:41:19 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"https://www.youtube.com/channel/UC1zZE_kJ8rQHgLTVfobLi_g", "domain"=>"youtube.com", "url"=>{"longurl"=>"https://www.youtube.com/channel/UC1zZE_kJ8rQHgLTVfobLi_g", "domain"=>"youtube.com"}}

Can't verify CSRF token authenticity.

Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.youtube.com/channel/UC1zZE_kJ8rQHgLTVfobLi_g"], ["LIMIT", 1]]
↳ app/models/url.rb:66
ShortDomain Load (0.5ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "youtube.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:71
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "utnF"], ["LIMIT", 1]]
↳ app/models/url.rb:85
CACHE ShortDomain Load (0.0ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "youtube.com"], ["LIMIT", 1]]
↳ app/models/url.rb:56
 (0.2ms)  BEGIN
↳ app/models/url.rb:57
Url Create (0.3ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.youtube.com/channel/UC1zZE_kJ8rQHgLTVfobLi_g"], ["shorturl", "http://yt.com/utnF"], ["domain", "youtube.com"], ["suffix", "utnF"]]
↳ app/models/url.rb:57
 (0.7ms)  COMMIT
↳ app/models/url.rb:57
Url Store (19.0ms)  {"id":132}

Completed 200 OK in 60ms (Views: 0.3ms | Searchkick: 19.0ms | ActiveRecord: 3.1ms)

Urlreport Load (1.2ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-30"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Exists (0.4ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-30"], ["id", 8], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.6ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 7], ["id", 8]]
↳ app/workers/convert_worker.rb:12
 (0.5ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 13:41:41 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"https://www.youtube.com/channel/UCpVm7bg6pXKo1Pr6k5kxG9A", "domain"=>"youtube.com", "url"=>{"longurl"=>"https://www.youtube.com/channel/UCpVm7bg6pXKo1Pr6k5kxG9A", "domain"=>"youtube.com"}}

Can't verify CSRF token authenticity.

Url Load (1.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.youtube.com/channel/UCpVm7bg6pXKo1Pr6k5kxG9A"], ["LIMIT", 1]]
↳ app/models/url.rb:66
ShortDomain Load (4.7ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "youtube.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:71
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "9kmF"], ["LIMIT", 1]]
↳ app/models/url.rb:85
CACHE ShortDomain Load (0.0ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "youtube.com"], ["LIMIT", 1]]
↳ app/models/url.rb:56
 (0.4ms)  BEGIN
↳ app/models/url.rb:57
Url Create (2.1ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.youtube.com/channel/UCpVm7bg6pXKo1Pr6k5kxG9A"], ["shorturl", "http://yt.com/9kmF"], ["domain", "youtube.com"], ["suffix", "9kmF"]]
↳ app/models/url.rb:57
Urlreport Load (2.1ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-30"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (1.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Exists (2.8ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-30"], ["id", 8], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.8ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 8], ["id", 8]]
↳ app/workers/convert_worker.rb:12
 (41.2ms)  COMMIT
 (29.1ms)  COMMIT
↳ app/models/url.rb:57
↳ app/workers/convert_worker.rb:12
Url Store (13.7ms)  {"id":133}

Completed 200 OK in 97ms (Views: 0.2ms | Searchkick: 13.7ms | ActiveRecord: 50.8ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 13:41:56 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"https://www.youtube.com/user/crashcourse/featured", "domain"=>"youtube.com", "url"=>{"longurl"=>"https://www.youtube.com/user/crashcourse/featured", "domain"=>"youtube.com"}}

Can't verify CSRF token authenticity.

Url Load (12.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.youtube.com/user/crashcourse/featured"], ["LIMIT", 1]]
↳ app/models/url.rb:66
ShortDomain Load (2.1ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "youtube.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:71
Url Load (1.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "CZjE"], ["LIMIT", 1]]
↳ app/models/url.rb:85
CACHE ShortDomain Load (0.0ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "youtube.com"], ["LIMIT", 1]]
↳ app/models/url.rb:56
 (2.0ms)  BEGIN
↳ app/models/url.rb:57
Url Create (9.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.youtube.com/user/crashcourse/featured"], ["shorturl", "http://yt.com/CZjE"], ["domain", "youtube.com"], ["suffix", "CZjE"]]
↳ app/models/url.rb:57
 (0.8ms)  COMMIT
↳ app/models/url.rb:57
Urlreport Load (0.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-30"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.3ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Url Store (19.7ms)  {"id":134}
Urlreport Exists (6.0ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-30"], ["id", 8], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Urlreport Update (1.1ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 9], ["id", 8]]
↳ app/workers/convert_worker.rb:12

Completed 200 OK in 75ms (Views: 0.2ms | Searchkick: 19.7ms | ActiveRecord: 28.3ms)

 (40.3ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 13:42:09 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"https://www.youtube.com/channel/UCsooa4yRKGN_zEE8iknghZA", "domain"=>"youtube.com", "url"=>{"longurl"=>"https://www.youtube.com/channel/UCsooa4yRKGN_zEE8iknghZA", "domain"=>"youtube.com"}}

Can't verify CSRF token authenticity.

Url Load (3.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.youtube.com/channel/UCsooa4yRKGN_zEE8iknghZA"], ["LIMIT", 1]]
↳ app/models/url.rb:66
ShortDomain Load (1.9ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "youtube.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:71
Url Load (2.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "5xnF"], ["LIMIT", 1]]
↳ app/models/url.rb:85
CACHE ShortDomain Load (0.0ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "youtube.com"], ["LIMIT", 1]]
↳ app/models/url.rb:56
 (0.2ms)  BEGIN
↳ app/models/url.rb:57
Url Create (0.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.youtube.com/channel/UCsooa4yRKGN_zEE8iknghZA"], ["shorturl", "http://yt.com/5xnF"], ["domain", "youtube.com"], ["suffix", "5xnF"]]
↳ app/models/url.rb:57
 (0.9ms)  COMMIT
↳ app/models/url.rb:57
Urlreport Load (2.0ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-30"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Exists (29.5ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-30"], ["id", 8], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Url Store (36.4ms)  {"id":135}
Urlreport Update (1.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 10], ["id", 8]]
↳ app/workers/convert_worker.rb:12

Completed 200 OK in 71ms (Views: 0.8ms | Searchkick: 36.4ms | ActiveRecord: 9.9ms)

 (41.2ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started GET “/url/search?utf8=%E2%9C%93&url=youtube.com&commit=Go” for 127.0.0.1 at 2019-01-30 13:42:16 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"youtube.com", "commit"=>"Go"}
Url Search (73.5ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"youtube.com","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"youtube.com","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (9.6ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38)  [["id", 18], ["id", 28], ["id", 39], ["id", 46], ["id", 49], ["id", 21], ["id", 30], ["id", 32], ["id", 33], ["id", 34], ["id", 42], ["id", 135], ["id", 23], ["id", 31], ["id", 37], ["id", 45], ["id", 47], ["id", 50], ["id", 133], ["id", 20], ["id", 27], ["id", 35], ["id", 36], ["id", 38], ["id", 43], ["id", 51], ["id", 134], ["id", 22], ["id", 24], ["id", 25], ["id", 26], ["id", 29], ["id", 40], ["id", 41], ["id", 44], ["id", 48], ["id", 52], ["id", 132]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (19.0ms)

Completed 200 OK in 140ms (Views: 53.3ms | Searchkick: 73.5ms | ActiveRecord: 9.6ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 13:42:36 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"https://housing.com/in/buy/real-estate-noida", "domain"=>"housing.com", "url"=>{"longurl"=>"https://housing.com/in/buy/real-estate-noida", "domain"=>"housing.com"}}

Can't verify CSRF token authenticity.

Url Load (1.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://housing.com/in/buy/real-estate-noida"], ["LIMIT", 1]]
↳ app/models/url.rb:66

Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 1.9ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 13:43:08 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"https://housing.com/in/buy/real-estate-hyderabad", "domain"=>"housing.com", "url"=>{"longurl"=>"https://housing.com/in/buy/real-estate-hyderabad", "domain"=>"housing.com"}}

Can't verify CSRF token authenticity.

Url Load (9.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://housing.com/in/buy/real-estate-hyderabad"], ["LIMIT", 1]]
↳ app/models/url.rb:66
ShortDomain Load (0.5ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "housing.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:71
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "FAiE"], ["LIMIT", 1]]
↳ app/models/url.rb:85
CACHE ShortDomain Load (0.0ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "housing.com"], ["LIMIT", 1]]
↳ app/models/url.rb:56
 (0.2ms)  BEGIN
↳ app/models/url.rb:57
Url Create (0.7ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://housing.com/in/buy/real-estate-hyderabad"], ["shorturl", "http://hsng.com/FAiE"], ["domain", "housing.com"], ["suffix", "FAiE"]]
↳ app/models/url.rb:57
 (0.6ms)  COMMIT
↳ app/models/url.rb:57
Urlreport Load (1.0ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-30"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Exists (4.4ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-30"], ["id", 8], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Urlreport Update (1.1ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 11], ["id", 8]]
↳ app/workers/convert_worker.rb:12
Url Store (17.5ms)  {"id":136}

Completed 200 OK in 53ms (Views: 0.2ms | Searchkick: 17.5ms | ActiveRecord: 12.5ms)

 (43.8ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 13:43:19 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"https://housing.com/in/buy/projects/page/12083-accurate-wind-chimes-by-accurate-developers-in-narsingi?fltcnt=311ac99c-bee6-4dc4-8e98-8f1356e30791", "domain"=>"housing.com", "url"=>{"longurl"=>"https://housing.com/in/buy/projects/page/12083-accurate-wind-chimes-by-accurate-developers-in-narsingi?fltcnt=311ac99c-bee6-4dc4-8e98-8f1356e30791", "domain"=>"housing.com"}}

Can't verify CSRF token authenticity.

Url Load (0.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://housing.com/in/buy/projects/page/12083-accurate-wind-chimes-by-accurate-developers-in-narsingi?fltcnt=311ac99c-bee6-4dc4-8e98-8f1356e30791"], ["LIMIT", 1]]
↳ app/models/url.rb:66
ShortDomain Load (9.9ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "housing.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:71
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "%0xMB"], ["LIMIT", 1]]
↳ app/models/url.rb:85
CACHE ShortDomain Load (0.0ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "housing.com"], ["LIMIT", 1]]
↳ app/models/url.rb:56
 (0.2ms)  BEGIN
↳ app/models/url.rb:57
Url Create (0.8ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://housing.com/in/buy/projects/page/12083-accurate-wind-chimes-by-accurate-developers-in-narsingi?fltcnt=311ac99c-bee6-4dc4-8e98-8f1356e30791"], ["shorturl", "http://hsng.com/%0xMB"], ["domain", "housing.com"], ["suffix", "%0xMB"]]
↳ app/models/url.rb:57
Urlreport Load (0.9ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-30"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (8.6ms)  BEGIN
 (13.7ms)  COMMIT
↳ app/workers/convert_worker.rb:12
↳ app/models/url.rb:57
Urlreport Exists (0.5ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-30"], ["id", 8], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 12], ["id", 8]]
↳ app/workers/convert_worker.rb:12
 (0.4ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (15.2ms)  {"id":137}

Completed 200 OK in 63ms (Views: 0.2ms | Searchkick: 15.2ms | ActiveRecord: 26.1ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 13:44:24 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"https://housing.com/in/buy/builders/1382631_spr_highliving?fltcnt=49846b47-ff68-47be-9720-2f3eac3aadbc", "domain"=>"housing.com", "url"=>{"longurl"=>"https://housing.com/in/buy/builders/1382631_spr_highliving?fltcnt=49846b47-ff68-47be-9720-2f3eac3aadbc", "domain"=>"housing.com"}}

Can't verify CSRF token authenticity.

Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://housing.com/in/buy/builders/1382631_spr_highliving?fltcnt=49846b47-ff68-47be-9720-2f3eac3aadbc"], ["LIMIT", 1]]
↳ app/models/url.rb:66
ShortDomain Load (0.6ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "housing.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:71
Url Load (24.8ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "qMUI"], ["LIMIT", 1]]
↳ app/models/url.rb:85
CACHE ShortDomain Load (0.0ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "housing.com"], ["LIMIT", 1]]
↳ app/models/url.rb:56
 (8.8ms)  BEGIN
↳ app/models/url.rb:57
Url Create (2.3ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://housing.com/in/buy/builders/1382631_spr_highliving?fltcnt=49846b47-ff68-47be-9720-2f3eac3aadbc"], ["shorturl", "http://hsng.com/qMUI"], ["domain", "housing.com"], ["suffix", "qMUI"]]
↳ app/models/url.rb:57
Urlreport Load (0.6ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-30"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Exists (1.9ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-30"], ["id", 8], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Urlreport Update (1.0ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 13], ["id", 8]]
↳ app/workers/convert_worker.rb:12
 (0.9ms)  COMMIT
↳ app/workers/convert_worker.rb:12
 (19.7ms)  COMMIT
↳ app/models/url.rb:57
Url Store (21.6ms)  {"id":138}

Completed 200 OK in 143ms (Views: 0.4ms | Searchkick: 21.6ms | ActiveRecord: 57.2ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 13:44:41 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"https://housing.com/in/buy/builders/1382631_spr_highliving", "domain"=>"housing.com", "url"=>{"longurl"=>"https://housing.com/in/buy/builders/1382631_spr_highliving", "domain"=>"housing.com"}}

Can't verify CSRF token authenticity.

Url Load (6.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://housing.com/in/buy/builders/1382631_spr_highliving"], ["LIMIT", 1]]
↳ app/models/url.rb:66
ShortDomain Load (0.6ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "housing.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:71
Url Load (1.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "nLoF"], ["LIMIT", 1]]
↳ app/models/url.rb:85
CACHE ShortDomain Load (0.0ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "housing.com"], ["LIMIT", 1]]
↳ app/models/url.rb:56
 (0.5ms)  BEGIN
↳ app/models/url.rb:57
Url Create (0.6ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://housing.com/in/buy/builders/1382631_spr_highliving"], ["shorturl", "http://hsng.com/nLoF"], ["domain", "housing.com"], ["suffix", "nLoF"]]
↳ app/models/url.rb:57
Urlreport Load (1.9ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-30"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (3.1ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Exists (1.0ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-30"], ["id", 8], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 14], ["id", 8]]
↳ app/workers/convert_worker.rb:12
 (41.3ms)  COMMIT
↳ app/models/url.rb:57
 (27.9ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (16.8ms)  {"id":139}

Completed 200 OK in 91ms (Views: 0.2ms | Searchkick: 16.8ms | ActiveRecord: 50.3ms)

Started GET “/url/search?utf8=%E2%9C%93&url=hsng.com&commit=Go” for 127.0.0.1 at 2019-01-30 13:44:55 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"hsng.com", "commit"=>"Go"}
Url Search (36.3ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"hsng.com","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"hsng.com","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"hsng.com","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"hsng.com","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.5ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4, $5, $6, $7)  [["id", 131], ["id", 129], ["id", 130], ["id", 136], ["id", 137], ["id", 138], ["id", 139]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (4.0ms)

Completed 200 OK in 97ms (Views: 57.0ms | Searchkick: 36.3ms | ActiveRecord: 0.5ms)

Started GET “/url/search?utf8=%E2%9C%93&url=housing.com&commit=Go” for 127.0.0.1 at 2019-01-30 13:45:04 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"housing.com", "commit"=>"Go"}
Url Search (42.7ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"housing.com","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"housing.com","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"housing.com","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"housing.com","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (2.3ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8)  [["id", 131], ["id", 136], ["id", 139], ["id", 129], ["id", 130], ["id", 137], ["id", 138], ["id", 1]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (7.6ms)

Completed 200 OK in 97ms (Views: 48.5ms | Searchkick: 42.7ms | ActiveRecord: 2.3ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 13:45:46 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"https://www.proptiger.com/guide/post/things-you-must-know-about-rera-website", "domain"=>"proptiger.com", "url"=>{"longurl"=>"https://www.proptiger.com/guide/post/things-you-must-know-about-rera-website", "domain"=>"proptiger.com"}}

Can't verify CSRF token authenticity.

Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.proptiger.com/guide/post/things-you-must-know-about-rera-website"], ["LIMIT", 1]]
↳ app/models/url.rb:66
ShortDomain Load (0.4ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "proptiger.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:71
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "3VIH"], ["LIMIT", 1]]
↳ app/models/url.rb:85
CACHE ShortDomain Load (0.0ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "proptiger.com"], ["LIMIT", 1]]
↳ app/models/url.rb:56
 (0.2ms)  BEGIN
↳ app/models/url.rb:57
Url Create (0.4ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.proptiger.com/guide/post/things-you-must-know-about-rera-website"], ["shorturl", "http://pt.com/3VIH"], ["domain", "proptiger.com"], ["suffix", "3VIH"]]
↳ app/models/url.rb:57
Urlreport Load (0.8ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-30"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Exists (0.4ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-30"], ["id", 8], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.6ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 15], ["id", 8]]
↳ app/workers/convert_worker.rb:12
 (391.6ms)  COMMIT
↳ app/models/url.rb:57
 (376.1ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (15.0ms)  {"id":140}

Completed 200 OK in 438ms (Views: 0.3ms | Searchkick: 15.0ms | ActiveRecord: 393.5ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 13:45:55 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"https://www.proptiger.com/guide/post", "domain"=>"proptiger.com", "url"=>{"longurl"=>"https://www.proptiger.com/guide/post", "domain"=>"proptiger.com"}}

Can't verify CSRF token authenticity.

Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.proptiger.com/guide/post"], ["LIMIT", 1]]
↳ app/models/url.rb:66
ShortDomain Load (1.1ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "proptiger.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:71
Url Load (1.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "$X7D"], ["LIMIT", 1]]
↳ app/models/url.rb:85
CACHE ShortDomain Load (0.0ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "proptiger.com"], ["LIMIT", 1]]
↳ app/models/url.rb:56
 (0.2ms)  BEGIN
↳ app/models/url.rb:57
 (0.3ms)  ROLLBACK
↳ app/models/url.rb:57

Completed 200 OK in 13ms (Views: 0.2ms | ActiveRecord: 3.3ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 13:46:15 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"https://www.proptiger.com/guide/post", "domain"=>"proptiger.com", "url"=>{"longurl"=>"https://www.proptiger.com/guide/post", "domain"=>"proptiger.com"}}

Can't verify CSRF token authenticity.

Url Load (12.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.proptiger.com/guide/post"], ["LIMIT", 1]]
↳ app/models/url.rb:66
ShortDomain Load (1.9ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "proptiger.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:71
Url Load (2.0ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "$X7D"], ["LIMIT", 1]]
↳ app/models/url.rb:85
CACHE ShortDomain Load (0.0ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "proptiger.com"], ["LIMIT", 1]]
↳ app/models/url.rb:56
 (0.3ms)  BEGIN
↳ app/models/url.rb:57
 (0.5ms)  ROLLBACK
↳ app/models/url.rb:57

Completed 200 OK in 32ms (Views: 0.3ms | ActiveRecord: 17.2ms)

Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 13:46:27 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"https://www.proptiger.com/", "domain"=>"proptiger.com", "url"=>{"longurl"=>"https://www.proptiger.com/", "domain"=>"proptiger.com"}}

Can't verify CSRF token authenticity.

Url Load (1.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.proptiger.com/"], ["LIMIT", 1]]
↳ app/models/url.rb:66
ShortDomain Load (0.7ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "proptiger.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:71
Url Load (0.9ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "KoYC"], ["LIMIT", 1]]
↳ app/models/url.rb:85
CACHE ShortDomain Load (0.0ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "proptiger.com"], ["LIMIT", 1]]
↳ app/models/url.rb:56
 (0.9ms)  BEGIN
↳ app/models/url.rb:57
Url Create (0.7ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.proptiger.com/"], ["shorturl", "http://pt.com/KoYC"], ["domain", "proptiger.com"], ["suffix", "KoYC"]]
↳ app/models/url.rb:57
 (8.7ms)  COMMIT
↳ app/models/url.rb:57
Url Store (22.8ms)  {"id":141}

Completed 200 OK in 72ms (Views: 0.6ms | Searchkick: 22.8ms | ActiveRecord: 13.0ms)

Urlreport Load (46.8ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-30"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Exists (0.5ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-30"], ["id", 8], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Urlreport Update (1.9ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 16], ["id", 8]]
↳ app/workers/convert_worker.rb:12
 (42.1ms)  COMMIT
↳ app/workers/convert_worker.rb:12

Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 13:46:40 +0530 Processing by UrlsController#create_shorturl as /

Parameters: {"longurl"=>"https://www.proptiger.com/guide/pot", "domain"=>"proptiger.com", "url"=>{"longurl"=>"https://www.proptiger.com/guide/pot", "domain"=>"proptiger.com"}}

Can't verify CSRF token authenticity.

Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "https://www.proptiger.com/guide/pot"], ["LIMIT", 1]]
↳ app/models/url.rb:66
ShortDomain Load (0.5ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "proptiger.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:71
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "yN6D"], ["LIMIT", 1]]
↳ app/models/url.rb:85
CACHE ShortDomain Load (0.0ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "proptiger.com"], ["LIMIT", 1]]
↳ app/models/url.rb:56
 (0.2ms)  BEGIN
↳ app/models/url.rb:57
Url Create (4.0ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "https://www.proptiger.com/guide/pot"], ["shorturl", "http://pt.com/yN6D"], ["domain", "proptiger.com"], ["suffix", "yN6D"]]
↳ app/models/url.rb:57
Urlreport Load (0.5ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-30"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Exists (0.5ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-30"], ["id", 8], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.5ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 17], ["id", 8]]
↳ app/workers/convert_worker.rb:12
 (42.9ms)  COMMIT
↳ app/models/url.rb:57
 (43.6ms)  COMMIT
↳ app/workers/convert_worker.rb:12
Url Store (42.3ms)  {"id":142}

Completed 200 OK in 136ms (Views: 0.2ms | Searchkick: 42.3ms | ActiveRecord: 48.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 13:47:12 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.7ms)

Completed 200 OK in 47ms (Views: 44.7ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-30 13:47:16 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.4ms)

Completed 200 OK in 57ms (Views: 52.0ms | ActiveRecord: 0.0ms)

Started GET “/user/new” for 127.0.0.1 at 2019-01-30 13:47:18 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 48ms (Views: 28.7ms | ActiveRecord: 0.0ms)

Started POST “/users/signup” for 127.0.0.1 at 2019-01-30 13:47:41 +0530 Processing by UsersController#signup as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"W7l/eKVrPaNlJp4s3iIHB6FFu+eHCUD2wIl7W9tSG460znSEzuY7YPDNTwNEtl6CMh5DX7X9LHeoVvIiHBDjeA==", "user"=>{"username"=>"Helper", "email"=>"helper@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"signup"}
User Load (0.9ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["email", "helper@gmail.com"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:40
User Load (2.4ms)  SELECT  "users".* FROM "users" WHERE "users"."username" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["username", "Helper"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:43

Unpermitted parameter: :password_confirmation

 (0.2ms)  BEGIN
↳ app/models/user.rb:11
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "Helper"], ["LIMIT", 1]]
↳ app/models/user.rb:11
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "helper@gmail.com"], ["LIMIT", 1]]
↳ app/models/user.rb:11
User Create (192.5ms)  INSERT INTO "users" ("username", "email", "password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["username", "Helper"], ["email", "helper@gmail.com"], ["password", "i104gm313rf526t268944790"], ["created_at", "2019-01-30 08:17:41.152453"], ["updated_at", "2019-01-30 08:17:41.152453"]]
↳ app/models/user.rb:11
 (0.6ms)  COMMIT
↳ app/models/user.rb:11

Redirected to localhost:3000/urls/new Completed 302 Found in 211ms (ActiveRecord: 197.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 13:47:41 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.7ms)

Completed 200 OK in 53ms (Views: 51.1ms | ActiveRecord: 0.0ms)

Started GET “/short_domain” for 127.0.0.1 at 2019-01-30 13:47:44 +0530 Processing by ShortDomainController#index as HTML

Rendering short_domain/index.html.erb within layouts/application
ShortDomain Load (4.3ms)  SELECT "short_domains".* FROM "short_domains" ORDER BY id ASC
↳ app/views/short_domain/index.html.erb:33
Rendered short_domain/index.html.erb within layouts/application (7.7ms)

Completed 200 OK in 58ms (Views: 50.2ms | ActiveRecord: 4.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 13:47:47 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (8.0ms)

Completed 200 OK in 62ms (Views: 58.8ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-30 13:47:48 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (4.9ms)  SELECT "urlreports".* FROM "urlreports" ORDER BY id ASC
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (7.4ms)

Completed 200 OK in 66ms (Views: 58.0ms | ActiveRecord: 4.9ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 13:47:50 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (11.8ms)

Completed 200 OK in 70ms (Views: 65.2ms | ActiveRecord: 0.0ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-30 13:47:51 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.5ms)

Completed 200 OK in 52ms (Views: 49.1ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&url=proptiger&commit=Go” for 127.0.0.1 at 2019-01-30 13:47:58 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"proptiger", "commit"=>"Go"}
Url Search (40.4ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"proptiger","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"proptiger","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"proptiger","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"proptiger","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.3ms)

Completed 200 OK in 87ms (Views: 43.6ms | Searchkick: 40.4ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&url=proptiger.com&commit=Go” for 127.0.0.1 at 2019-01-30 13:48:02 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"proptiger.com", "commit"=>"Go"}
Url Search (55.1ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"proptiger.com","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"proptiger.com","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"proptiger.com","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"proptiger.com","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.7ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8)  [["id", 15], ["id", 12], ["id", 142], ["id", 17], ["id", 141], ["id", 13], ["id", 16], ["id", 140]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (5.1ms)

Completed 200 OK in 103ms (Views: 43.6ms | Searchkick: 55.1ms | ActiveRecord: 0.7ms)

Url Load (0.7ms)  SELECT  "urls".* FROM "urls" ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1000]]
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1000]]
Url Import (152.4ms)  {"count":12}
Url Load (0.7ms)  SELECT  "urls".* FROM "urls" ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1000]]

Started GET “/sidekiq” for 127.0.0.1 at 2019-01-30 13:49:36 +0530 Started GET “/sidekiq/stylesheets/bootstrap.css” for 127.0.0.1 at 2019-01-30 13:49:36 +0530 Started GET “/sidekiq/stylesheets/application.css” for 127.0.0.1 at 2019-01-30 13:49:36 +0530 Started GET “/sidekiq/javascripts/application.js” for 127.0.0.1 at 2019-01-30 13:49:36 +0530 Started GET “/sidekiq/javascripts/dashboard.js” for 127.0.0.1 at 2019-01-30 13:49:36 +0530 Started GET “/sidekiq/images/status.png” for 127.0.0.1 at 2019-01-30 13:49:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:49:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:49:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:49:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:49:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:50:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:50:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:50:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:50:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:50:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:50:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:50:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:50:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:50:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:50:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:50:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:50:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:51:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:51:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:51:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:51:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:51:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:51:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:51:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:51:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:51:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:51:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:51:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:51:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:52:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:52:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:52:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:52:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:52:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:52:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:52:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:52:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:52:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:52:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:52:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:52:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:53:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:53:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:53:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:53:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:53:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:53:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:53:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:53:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:53:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:53:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:53:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:53:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:54:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:54:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:54:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:54:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:54:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 13:54:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:37:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:37:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:37:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:37:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:37:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:37:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:37:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:37:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:37:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:37:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:38:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:38:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:38:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:38:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:38:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:38:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:38:31 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 14:38:33 +0530 Processing by UrlsController#new as HTML Redirected to localhost:3000/user/login Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-30 14:38:33 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.7ms)

Completed 200 OK in 34ms (Views: 32.5ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-30 14:38:35 +0530 Processing by UsersController#login_check as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"yAJZ+HZ9+xt4WMx4hGrg5nffiLW1Vux5wDvhaGkbGhC2P3pPhqx/lMllVzS6ac5vlQSnBvOQ2g4brtjEMJpdfw==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:68

Redirected to localhost:3000/urls/new Completed 302 Found in 10ms (ActiveRecord: 5.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 14:38:35 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.0ms)

Completed 200 OK in 31ms (Views: 29.6ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:38:37 +0530 Started GET “/urlreport” for 127.0.0.1 at 2019-01-30 14:38:38 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (2.2ms)  SELECT "urlreports".* FROM "urlreports" ORDER BY id ASC
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (8.5ms)

Completed 200 OK in 70ms (Views: 61.3ms | ActiveRecord: 5.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 14:38:40 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 61ms (Views: 56.9ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:38:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:38:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:38:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:38:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:39:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:39:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:39:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:39:16 +0530 Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 14:39:19 +0530 Processing by ShortDomainController#new as HTML

Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (2.8ms)

Completed 200 OK in 61ms (Views: 59.1ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 14:39:20 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.1ms)

Completed 200 OK in 58ms (Views: 54.7ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:39:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:39:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:39:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:39:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:39:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:39:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:39:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:39:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:40:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:40:07 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 14:40:08 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 33ms (Views: 30.5ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:40:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:40:17 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 14:40:20 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 38ms (Views: 35.2ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:40:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:40:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:40:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:40:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:40:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:40:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:40:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:40:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:41:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:41:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:41:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:41:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:41:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:41:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:41:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:41:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:41:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:41:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:41:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:41:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:42:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:42:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:42:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:42:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:42:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:42:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:42:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:42:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:42:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:42:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:42:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:42:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:43:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:43:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:43:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:43:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:43:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:43:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:43:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:43:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:43:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:43:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:43:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:43:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:44:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:44:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:44:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:44:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:44:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:44:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:44:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:44:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:44:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:44:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:44:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:44:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:45:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:45:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:45:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:45:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:45:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:45:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:45:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:45:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:45:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:45:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:45:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:45:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:46:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:46:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:46:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:46:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:46:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:46:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:46:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:46:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:46:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:46:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:46:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:46:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:47:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:47:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:47:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:47:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:47:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:47:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:47:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:47:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:47:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:47:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:47:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:47:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:48:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:48:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:48:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:48:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:48:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:48:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:48:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:48:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:48:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:48:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:48:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:48:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:49:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:49:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:49:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:49:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:49:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:49:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:49:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:49:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:49:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:49:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:49:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:49:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:50:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:50:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:50:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:50:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:50:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:50:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:50:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:50:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:50:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:50:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:50:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:50:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:51:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:51:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:51:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:51:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:51:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:51:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:51:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:51:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:51:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:51:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:51:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:51:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:52:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:52:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:52:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:52:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:52:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:52:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:52:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:52:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:52:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:52:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:52:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:52:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:53:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:53:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:53:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:53:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:53:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:53:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:53:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:53:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:53:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:53:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:53:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:53:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:54:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:54:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:54:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:54:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:54:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:54:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:54:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:54:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:54:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:54:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:54:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:54:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:55:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:55:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:55:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:55:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:55:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:55:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:55:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:55:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:55:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:55:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:55:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:55:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:56:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:56:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:56:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:56:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:56:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:56:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:56:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:56:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:56:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:56:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:56:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:56:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:57:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:57:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:57:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:57:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:57:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:57:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:57:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:57:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:57:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:57:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:57:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:57:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:58:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:58:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:58:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:58:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:58:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:58:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:58:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:58:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:58:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:58:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:58:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:58:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:59:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:59:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:59:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:59:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:59:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:59:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:59:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:59:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:59:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:59:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:59:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 14:59:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:00:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:00:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:00:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:00:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:00:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:00:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:00:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:00:37 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:00:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:00:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:00:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:00:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:01:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:01:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:01:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:01:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:01:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:01:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:01:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:01:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:01:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:01:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:01:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:01:57 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:02:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:02:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:02:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:02:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:02:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:02:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:02:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:02:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:02:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:02:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:02:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:02:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:03:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:03:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:03:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:03:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:03:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:03:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:03:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:03:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:03:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:03:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:03:52 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:03:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:04:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:04:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:04:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:04:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:04:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:04:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:04:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:04:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:04:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:04:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:04:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:04:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:05:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:05:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:05:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:05:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:05:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:05:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:05:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:05:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:05:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:05:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:05:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:05:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:06:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:06:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:06:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:06:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:06:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:06:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:06:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:06:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:06:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:06:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:06:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:06:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:07:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:07:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:07:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:07:17 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:07:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:07:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:07:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:07:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:07:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:07:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:07:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:07:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:08:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:08:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:08:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:08:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:08:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:08:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:08:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:08:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:08:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:08:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:08:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:08:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:09:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:09:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:09:12 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:09:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:09:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:09:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:09:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:09:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:09:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:09:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:09:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:09:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:10:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:10:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:10:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:10:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:10:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:10:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:10:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:10:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:10:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:10:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:10:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:10:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:11:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:11:07 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:11:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:11:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:11:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:11:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:11:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:11:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:11:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:11:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:11:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:11:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:12:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:12:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:12:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:12:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:12:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:12:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:12:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:12:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:12:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:12:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:12:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:12:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:13:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:13:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:13:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:13:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:13:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:13:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:13:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:13:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:13:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:13:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:13:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:13:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:14:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:14:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:14:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:14:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:14:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:14:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:14:32 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:14:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:14:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:14:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:14:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:14:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:15:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:15:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:15:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:15:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:15:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:15:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:15:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:15:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:15:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:15:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:15:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:15:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:16:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:16:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:16:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:16:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:16:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:16:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:16:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:16:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:16:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:16:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:16:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:16:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:17:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:17:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:17:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:17:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:17:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:17:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:17:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:17:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:17:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:17:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:17:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:17:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:18:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:18:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:18:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:18:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:18:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:18:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:18:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:18:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:18:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:18:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:18:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:18:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:19:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:19:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:19:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:19:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:19:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:19:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:19:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:19:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:19:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:19:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:19:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:19:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:20:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:20:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:20:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:20:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:20:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:20:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:20:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:20:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:20:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:20:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:20:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:20:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:21:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:21:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:21:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:21:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:21:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:21:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:21:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:21:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:21:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:21:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:21:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:21:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:22:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:22:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:22:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:22:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:22:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:22:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:22:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:22:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:22:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:22:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:22:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:22:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:23:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:23:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:23:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:23:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:23:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:23:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:23:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:23:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:23:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:23:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:23:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:23:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:24:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:24:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:24:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:24:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:24:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:24:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:24:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:24:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:24:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:24:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:24:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:24:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:25:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:25:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:25:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:25:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:25:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:25:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:25:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:25:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:25:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:25:47 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:25:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:25:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:26:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:26:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:26:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:26:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:26:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:26:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:26:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:26:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:26:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:26:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:26:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:26:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:27:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:27:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:27:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:27:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:27:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:27:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:27:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:27:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:27:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:27:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:27:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:27:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:28:02 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:28:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:28:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:28:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:28:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:28:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:28:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:28:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:28:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:28:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:28:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:28:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:29:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:29:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:29:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:29:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:29:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:29:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:29:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:29:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:29:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:29:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:29:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:29:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:30:01 +0530 Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 15:30:05 +0530 Processing by UrlsController#create_shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"caaPxsagGJX4683m1VkDirgV/aQSYgBql2v86ACDFNEmQfYx8h+gdacXI0OKjETH3TV8E4kMBqmmKTIc38NQDQ==", "url"=>{"longurl"=>"www.housing.com/seller", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.housing.com/seller"], ["LIMIT", 1]]
↳ app/models/url.rb:66
ShortDomain Load (0.4ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "housing.com"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:89
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "kXVC"], ["LIMIT", 1]]
↳ app/models/url.rb:85
CACHE ShortDomain Load (0.0ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "housing.com"], ["LIMIT", 1]]
↳ app/models/url.rb:56
 (0.2ms)  BEGIN
↳ app/models/url.rb:57
Url Create (0.7ms)  INSERT INTO "urls" ("longurl", "shorturl", "domain", "suffix") VALUES ($1, $2, $3, $4) RETURNING "id"  [["longurl", "www.housing.com/seller"], ["shorturl", "http://hsng.com/kXVC"], ["domain", "housing.com"], ["suffix", "kXVC"]]
↳ app/models/url.rb:57
Urlreport Load (0.9ms)  SELECT  "urlreports".* FROM "urlreports" WHERE "urlreports"."date" = $1 ORDER BY "urlreports"."id" ASC LIMIT $2  [["date", "2019-01-30"], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:5
 (0.2ms)  BEGIN
↳ app/workers/convert_worker.rb:12
Urlreport Exists (0.4ms)  SELECT  1 AS one FROM "urlreports" WHERE "urlreports"."date" = $1 AND "urlreports"."id" != $2 LIMIT $3  [["date", "2019-01-30"], ["id", 8], ["LIMIT", 1]]
↳ app/workers/convert_worker.rb:12
Urlreport Update (0.8ms)  UPDATE "urlreports" SET "count" = $1 WHERE "urlreports"."id" = $2  [["count", 18], ["id", 8]]
↳ app/workers/convert_worker.rb:12
 (340.6ms)  COMMIT
 (260.1ms)  COMMIT
↳ app/models/url.rb:57
↳ app/workers/convert_worker.rb:12
Url Store (56.4ms)  {"id":143}

Redirected to localhost:3000/urls/143 Completed 302 Found in 466ms (Searchkick: 56.4ms | ActiveRecord: 350.9ms)

Started GET “/urls/143” for 127.0.0.1 at 2019-01-30 15:30:05 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"143"}

Redirected to localhost:3000/user/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-30 15:30:05 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.8ms)

Completed 200 OK in 46ms (Views: 26.9ms | ActiveRecord: 6.1ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:30:06 +0530 Started POST “/users/login” for 127.0.0.1 at 2019-01-30 15:30:07 +0530 Processing by UsersController#login_check as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"R+2mgXQH7u/M/QJpmfJJcIeiUwjCQMCuIISuyjZp0ZQQCt92QLhWD5MB7MzGJw494oLSv1kuxm0RxmA+6SmVSA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:68

Redirected to localhost:3000/urls/new Completed 302 Found in 4ms (ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 15:30:07 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.0ms)

Completed 200 OK in 67ms (Views: 51.5ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:30:11 +0530 Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 15:30:11 +0530 Processing by UrlsController#create_shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"220yl8P3i09T13KtaasOUfhhOcDMZBu5/UiSfk8cW16Miktg90gzrwwrnAg2fkkcnUG4d1cKHXrMClyKkFwfgg==", "url"=>{"longurl"=>"www.housing.com/seller", "domain"=>"housing.com"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "www.housing.com/seller"], ["LIMIT", 1]]
↳ app/models/url.rb:66

Redirected to localhost:3000/urls/143 Completed 302 Found in 4ms (ActiveRecord: 0.5ms)

Started GET “/urls/143” for 127.0.0.1 at 2019-01-30 15:30:11 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"143"}
Url Load (0.3ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 143], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:117
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 31ms (Views: 27.9ms | ActiveRecord: 0.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 15:30:15 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.7ms)

Completed 200 OK in 50ms (Views: 43.6ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:30:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:30:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:30:26 +0530 Started GET “/url/long?utf8=%E2%9C%93&url%5Bshorturl%5D=kXVC&commit=Search” for 127.0.0.1 at 2019-01-30 15:30:29 +0530 Processing by UrlsController#search_longurl as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>"kXVC"}, "commit"=>"Search"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "kXVC"], ["LIMIT", 1]]
↳ app/models/url.rb:79

Redirected to localhost:3000/urls/143 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

Started GET “/urls/143” for 127.0.0.1 at 2019-01-30 15:30:29 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"143"}
Url Load (3.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 143], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:117
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 39ms (Views: 33.2ms | ActiveRecord: 3.4ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:30:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:30:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:30:41 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 15:30:43 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 76ms (Views: 71.5ms | ActiveRecord: 0.0ms)

Started GET “/url/long?utf8=%E2%9C%93&url%5Bshorturl%5D=kXVC&commit=Search” for 127.0.0.1 at 2019-01-30 15:30:46 +0530 Processing by UrlsController#search_longurl as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>"kXVC"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/143 Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:30:46 +0530 Started GET “/urls/143” for 127.0.0.1 at 2019-01-30 15:30:46 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"143"}
Url Load (0.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 143], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:117
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.8ms)

Completed 200 OK in 37ms (Views: 34.3ms | ActiveRecord: 0.4ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:30:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:30:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:31:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:31:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:31:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:31:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:31:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:31:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:31:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:31:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:31:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:31:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:31:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:31:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:32:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:32:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:32:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:32:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:32:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:32:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:32:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:32:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:32:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:32:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:32:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:32:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:33:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:33:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:33:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:33:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:33:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:33:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:33:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:33:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:33:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:33:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:33:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:33:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:34:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:34:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:34:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:34:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:34:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:34:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:34:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:34:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:34:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:34:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:34:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:34:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:35:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:35:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:35:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:35:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:35:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:35:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:35:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:35:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:35:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:35:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:35:51 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 15:35:52 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (7.9ms)

Completed 200 OK in 65ms (Views: 61.1ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:35:56 +0530 Started GET “/url/long?utf8=%E2%9C%93&url%5Bshorturl%5D=kXVC&commit=Search” for 127.0.0.1 at 2019-01-30 15:35:58 +0530 Processing by UrlsController#search_longurl as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>"kXVC"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/143 Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/urls/143” for 127.0.0.1 at 2019-01-30 15:35:58 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"143"}
Url Load (5.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 143], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:117
Rendering urls/show.html.erb within layouts/application
Rendered urls/show.html.erb within layouts/application (0.7ms)

Completed 200 OK in 45ms (Views: 36.1ms | ActiveRecord: 5.1ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:36:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:36:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:36:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:36:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:36:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:36:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:36:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:36:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:36:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:36:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:36:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:36:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:37:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:37:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:37:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:37:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:37:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:37:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:37:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:37:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:37:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:37:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:37:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:37:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:38:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:38:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:38:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:38:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:38:21 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:38:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:38:31 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:38:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:38:41 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:38:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:38:51 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:38:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:39:01 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:39:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:39:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:39:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:39:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:39:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:39:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:39:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:39:43 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:39:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:39:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:39:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:40:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:40:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:40:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:40:18 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:40:22 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:40:27 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:40:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:40:38 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:40:42 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:40:48 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:40:53 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:58:55 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:58:58 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:59:03 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:59:08 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:59:13 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:59:18 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 15:59:18 +0530 Processing by UrlsController#new as HTML Redirected to localhost:3000/user/login Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-30 15:59:18 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (35.0ms)

Completed 200 OK in 93ms (Views: 89.4ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:59:23 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:59:28 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:59:33 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:59:45 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 15:59:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:00:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:00:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:00:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:00:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:00:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:00:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:01:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:01:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:01:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:01:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:01:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:01:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:02:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:02:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:02:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:02:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:02:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:02:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:03:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:03:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:03:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:03:36 +0530 Started POST “/users/login” for 127.0.0.1 at 2019-01-30 16:03:42 +0530 Processing by UsersController#login_check as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"bC8eWgBVxFaDfyRjbE8VkoT5WP5Mk++358L0EjEJd4YSEj3t8IRA2TJCvy9STDsbZiJ3TQpV2cA8V82+aIgw6Q==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.9ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:68

Redirected to localhost:3000/urls/new Completed 302 Found in 39ms (ActiveRecord: 17.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:03:43 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.7ms)

Completed 200 OK in 57ms (Views: 33.8ms | ActiveRecord: 7.5ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:03:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:03:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:04:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:04:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:04:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:04:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:04:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:04:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:05:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:05:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:05:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:05:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:05:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:05:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:06:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:06:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:06:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:06:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:06:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:06:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:07:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:07:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:07:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:07:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:07:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:07:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:08:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:08:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:08:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:08:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:08:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:08:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:09:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:09:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:09:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:09:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:09:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:09:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:10:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:10:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:10:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:10:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:10:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:10:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:11:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:11:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:11:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:11:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:11:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:11:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:12:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:12:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:12:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:12:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:12:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:12:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:13:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:13:16 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:13:17 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.0ms)

Completed 200 OK in 305ms (Views: 258.3ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:13:18 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.9ms)

Completed 200 OK in 33ms (Views: 31.5ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:13:18 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.1ms)

Completed 200 OK in 67ms (Views: 63.1ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-30 16:13:19 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.1ms)

Completed 200 OK in 90ms (Views: 86.8ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-30 16:13:21 +0530 Processing by UsersController#login_check as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"8ONqklWWK0EHVZjuUGW6WxCIKD2rwyYklVfnoXNTfI+O3kklpUevzrZoA6JuZpTS8lMHju0FEFNOwt4NKtI74A==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:68

Redirected to localhost:3000/urls/new Completed 302 Found in 4ms (ActiveRecord: 1.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:13:21 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.1ms)

Completed 200 OK in 62ms (Views: 58.6ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-30 16:13:23 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.9ms)

Completed 200 OK in 83ms (Views: 81.6ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-30 16:13:25 +0530 Processing by UsersController#login_check as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"YDtXFtI3+1jAJpV2vZfp7oQW8jrJCB48VQrZnF8qMdoeBnShIuZ/13EbDjqDlMdnZs3diY/OKEuOn+AwBqt2tQ==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.7ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:68

Redirected to localhost:3000/urls/new Completed 302 Found in 4ms (ActiveRecord: 0.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:13:25 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 24ms (Views: 22.9ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-30 16:13:26 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (2.3ms)

Completed 200 OK in 49ms (Views: 45.9ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:13:26 +0530 Started GET “/user/new” for 127.0.0.1 at 2019-01-30 16:13:27 +0530 Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (2.9ms)

Completed 200 OK in 55ms (Views: 30.5ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-30 16:13:31 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (3.8ms)

Completed 200 OK in 44ms (Views: 40.7ms | ActiveRecord: 0.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-30 16:13:32 +0530 Processing by UsersController#login_check as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"JwScHTwh4HzV5UZYAHGnpFm9qdeqk/3RMpZudetcCVNZOb+qzPBk82TY3RQ+coktu2aGZOxVy6bpA1fZst1OPA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:68

Redirected to localhost:3000/urls/new Completed 302 Found in 3ms (ActiveRecord: 0.5ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:13:32 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.0ms)

Completed 200 OK in 26ms (Views: 24.9ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:13:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:13:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:13:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:14:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:14:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:14:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:14:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:14:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:14:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:15:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:15:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:15:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:15:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:15:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:15:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:16:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:16:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:16:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:16:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:16:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:16:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:17:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:17:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:17:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:17:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:18:08 +0530

 (41.9ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:18:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:18:26 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:18:34 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (64.9ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:18:36 +0530 Completed 200 OK in 2715ms (Views: 2658.7ms | ActiveRecord: 8.8ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:18:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:18:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:19:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:19:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:19:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:19:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:19:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:19:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:20:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:20:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:20:26 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:20:36 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (5.8ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:20:36 +0530 Completed 200 OK in 132ms (Views: 126.8ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:20:38 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.1ms)

Completed 200 OK in 47ms (Views: 44.8ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:20:46 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:20:50 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.8ms)

Completed 200 OK in 41ms (Views: 39.3ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:20:50 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.1ms)

Completed 200 OK in 49ms (Views: 47.5ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:20:56 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:20:58 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.0ms)

Completed 200 OK in 53ms (Views: 49.9ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:21:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:21:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:21:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:21:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:21:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:21:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:22:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:22:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:22:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:22:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:22:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:22:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:23:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:23:16 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:23:22 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.6ms)

Completed 200 OK in 731ms (Views: 729.8ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:23:23 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.8ms)

Completed 200 OK in 63ms (Views: 61.0ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:23:24 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 58ms (Views: 55.5ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:23:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:23:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:23:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:23:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:24:06 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:24:07 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:24:08 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.1ms)

Completed 200 OK in 489ms (Views: 486.7ms | ActiveRecord: 0.0ms)

Completed 200 OK in 511ms (Views: 509.0ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:24:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:24:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:24:36 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:24:37 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.0ms)

Completed 200 OK in 71ms (Views: 68.6ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:24:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:24:56 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:25:01 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.7ms)

Completed 200 OK in 63ms (Views: 60.7ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:25:06 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:25:12 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.5ms)

Completed 200 OK in 70ms (Views: 67.8ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:25:16 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:25:23 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.3ms)

Completed 200 OK in 142ms (Views: 136.1ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:25:26 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:25:35 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.3ms)

Completed 200 OK in 79ms (Views: 77.4ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:25:36 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:25:36 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.1ms)

Completed 200 OK in 78ms (Views: 75.6ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:25:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:25:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:26:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:26:16 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:26:22 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 65ms (Views: 62.3ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:26:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:26:36 +0530 Started GET “/url/long?utf8=%E2%9C%93&url%5Bshorturl%5D=J%24%26D&commit=Search” for 127.0.0.1 at 2019-01-30 16:26:40 +0530 Processing by UrlsController#search_longurl as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>"J$&D"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/3 Completed 302 Found in 7ms (ActiveRecord: 0.0ms)

Started GET “/urls/3” for 127.0.0.1 at 2019-01-30 16:26:40 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"3"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:117

Completed 404 Not Found in 28ms (ActiveRecord: 0.5ms)

ActiveRecord::RecordNotFound (Couldn't find Url with 'id'=3):

app/controllers/urls_controller.rb:117:in `show' Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:26:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:26:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:27:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:27:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:27:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:27:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:27:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:27:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:28:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:28:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:28:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:28:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:28:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:28:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:29:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:29:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:29:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:29:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:29:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:29:56 +0530 Started GET “/url/long?utf8=%E2%9C%93&url%5Bshorturl%5D=J%24%26D&commit=Search” for 127.0.0.1 at 2019-01-30 16:30:05 +0530 Processing by UrlsController#search_longurl as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>"J$&D"}, "commit"=>"Search"}
Url Load (1.2ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "J$&D"], ["LIMIT", 1]]
↳ app/models/url.rb:79

Redirected to localhost:3000/urls/new Completed 302 Found in 5ms (ActiveRecord: 1.2ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:30:05 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.6ms)

Completed 200 OK in 59ms (Views: 56.7ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:30:06 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:30:07 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.8ms)

Completed 200 OK in 57ms (Views: 54.6ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:30:08 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.7ms)

Completed 200 OK in 75ms (Views: 72.7ms | ActiveRecord: 0.0ms)

Started GET “/url/long?utf8=%E2%9C%93&url%5Bshorturl%5D=J%24%26D&commit=Search” for 127.0.0.1 at 2019-01-30 16:30:15 +0530 Processing by UrlsController#search_longurl as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>"J$&D"}, "commit"=>"Search"}

Redirected to localhost:3000/urls/new Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:30:15 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (30.4ms)

Completed 200 OK in 88ms (Views: 84.9ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:30:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:30:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:30:35 +0530 Started GET “/url/long?utf8=%E2%9C%93&url%5Bshorturl%5D=fff&commit=Search” for 127.0.0.1 at 2019-01-30 16:30:38 +0530 Processing by UrlsController#search_longurl as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>"fff"}, "commit"=>"Search"}
Url Load (1.4ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "fff"], ["LIMIT", 1]]
↳ app/models/url.rb:79

Redirected to localhost:3000/urls/new Completed 302 Found in 5ms (ActiveRecord: 1.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:30:38 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.4ms)

Completed 200 OK in 64ms (Views: 60.8ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:30:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:30:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:31:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:31:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:31:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:31:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:31:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:31:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:32:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:32:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:32:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:32:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:32:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:32:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:33:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:33:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:33:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:33:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:33:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:33:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:34:06 +0530 Started GET “/url/long?shorturl=ffff” for 127.0.0.1 at 2019-01-30 16:34:09 +0530 Processing by UrlsController#search_longurl as /

Parameters: {"shorturl"=>"ffff"}
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "ffff"], ["LIMIT", 1]]
↳ app/models/url.rb:79

Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.5ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:34:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:34:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:34:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:34:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:34:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:35:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:35:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:35:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:35:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:35:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:35:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:36:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:36:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:36:26 +0530 Started POST “/urls/long” for 127.0.0.1 at 2019-01-30 16:36:32 +0530 Processing by UrlsController#create_shorturl as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"xAmX9r3etAZJSqY46HxJ1g2+WavLmspAt9WLtl86Wr6T7u4BiWEM5ha2SJ23qQ6baJ7YHFD0zIOGl0VCgHoeYg==", "url"=>{"longurl"=>"fff", "domain"=>"fff"}, "commit"=>"Search"}
Url Load (1.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."longurl" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["longurl", "fff"], ["LIMIT", 1]]
↳ app/models/url.rb:66
ShortDomain Load (0.9ms)  SELECT  "short_domains".* FROM "short_domains" WHERE "short_domains"."domain" = $1 ORDER BY "short_domains"."id" ASC LIMIT $2  [["domain", "fff"], ["LIMIT", 1]]
↳ app/controllers/urls_controller.rb:89
Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 120ms (Views: 65.6ms | ActiveRecord: 6.5ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:36:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:36:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:36:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:37:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:37:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:37:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:37:36 +0530 Started GET “/urls/long” for 127.0.0.1 at 2019-01-30 16:37:36 +0530 Processing by UrlsController#show as HTML

Parameters: {"id"=>"long"}

Redirected to localhost:3000/user/login Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-30 16:37:36 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (17.9ms)

Completed 200 OK in 126ms (Views: 75.9ms | ActiveRecord: 7.0ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-30 16:37:38 +0530 Processing by UsersController#login_check as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"XlSadxNbhhmflWpzxhiJjmrSw8Cy893kGEmhqdS/x6oJs+OAJ+Q++cBphNaZzc7DD/JCdymd2ycpC29dC/+Ddg==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:68

Redirected to localhost:3000/urls/new Completed 302 Found in 22ms (ActiveRecord: 1.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:37:38 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.6ms)

Completed 200 OK in 60ms (Views: 58.3ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:37:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:37:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:38:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:38:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:38:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:38:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:38:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:38:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:39:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:39:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:39:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:39:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:39:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:39:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:40:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:40:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:40:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:40:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:40:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:40:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:41:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:52:11 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:52:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:52:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:52:36 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:52:45 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (1.8ms)

Completed 200 OK in 60ms (Views: 56.8ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:52:45 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 68ms (Views: 66.2ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:52:46 +0530 Started GET “/url/long?utf8=%E2%9C%93&url%5Bshorturl%5D=heheh&commit=Search” for 127.0.0.1 at 2019-01-30 16:52:52 +0530 Processing by UrlsController#search_longurl as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>"heheh"}, "commit"=>"Search"}
Url Load (3.1ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "heheh"], ["LIMIT", 1]]
↳ app/models/url.rb:79

Redirected to localhost:3000/urls/new Completed 302 Found in 14ms (ActiveRecord: 8.3ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:52:52 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 64ms (Views: 61.5ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:52:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:53:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:53:16 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:53:19 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.0ms)

Completed 200 OK in 92ms (Views: 57.7ms | ActiveRecord: 5.5ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:53:26 +0530 Started GET “/url/long?utf8=%E2%9C%93&url%5Bshorturl%5D=fgfnfj&commit=Search” for 127.0.0.1 at 2019-01-30 16:53:26 +0530 Processing by UrlsController#search_longurl as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>"fgfnfj"}, "commit"=>"Search"}
Url Load (1.7ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "fgfnfj"], ["LIMIT", 1]]
↳ app/models/url.rb:79

Redirected to localhost:3000/urls/new Completed 302 Found in 6ms (ActiveRecord: 1.7ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:53:26 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.2ms)

Completed 200 OK in 61ms (Views: 59.3ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:53:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:53:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:53:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:54:06 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:54:07 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.1ms)

Completed 200 OK in 118ms (Views: 96.3ms | ActiveRecord: 5.6ms)

Started GET “/url/long?utf8=%E2%9C%93&url%5Bshorturl%5D=gggg&commit=Search” for 127.0.0.1 at 2019-01-30 16:54:10 +0530 Processing by UrlsController#search_longurl as HTML

Parameters: {"utf8"=>"✓", "url"=>{"shorturl"=>"gggg"}, "commit"=>"Search"}
Url Load (0.6ms)  SELECT  "urls".* FROM "urls" WHERE "urls"."suffix" = $1 ORDER BY "urls"."id" ASC LIMIT $2  [["suffix", "gggg"], ["LIMIT", 1]]
↳ app/models/url.rb:79

Redirected to localhost:3000/urls/new Completed 302 Found in 7ms (ActiveRecord: 0.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:54:10 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.1ms)

Completed 200 OK in 67ms (Views: 65.4ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:54:16 +0530 Started GET “/short_domain” for 127.0.0.1 at 2019-01-30 16:54:25 +0530

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/controllers/short_domain_controller.rb:49: syntax error, unexpected end-of-input, expecting end):

app/controllers/short_domain_controller.rb:49: syntax error, unexpected end-of-input, expecting end Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:54:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:54:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:54:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:54:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:55:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:55:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:55:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:55:36 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:55:40 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.8ms)

Completed 200 OK in 101ms (Views: 84.6ms | ActiveRecord: 3.7ms)

Started GET “/short_domain” for 127.0.0.1 at 2019-01-30 16:55:42 +0530 Processing by ShortDomainController#index as HTML

Rendering short_domain/index.html.erb within layouts/application
ShortDomain Load (0.6ms)  SELECT "short_domains".* FROM "short_domains" ORDER BY id ASC
↳ app/views/short_domain/index.html.erb:33
Rendered short_domain/index.html.erb within layouts/application (10.6ms)

Completed 200 OK in 76ms (Views: 53.9ms | ActiveRecord: 3.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:55:44 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (29.8ms)

Completed 200 OK in 112ms (Views: 105.1ms | ActiveRecord: 0.0ms)

Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 16:55:44 +0530 Processing by ShortDomainController#new as HTML

Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (1.8ms)

Completed 200 OK in 115ms (Views: 61.6ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:55:46 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:55:46 +0530 Completed 200 OK in 113ms (Views: 109.8ms | ActiveRecord: 0.0ms)

Started GET “/user/logout” for 127.0.0.1 at 2019-01-30 16:55:47 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.8ms)

Completed 200 OK in 120ms (Views: 86.5ms | ActiveRecord: 17.9ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-30 16:55:48 +0530 Processing by UsersController#login_check as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"LzCEE8FSDXh7BUmOyfTuhizMMCmpS/wqftlvBb8ZuUJRDaekMYOJ98o40sL398APzhcfmu+Nyl2lTFap5pj+LQ==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.6ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:68

Redirected to localhost:3000/urls/new Completed 302 Found in 5ms (ActiveRecord: 1.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:55:48 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.8ms)

Completed 200 OK in 64ms (Views: 62.3ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-30 16:55:50 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.6ms)  SELECT "urlreports".* FROM "urlreports" ORDER BY id ASC
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (9.0ms)

Completed 200 OK in 88ms (Views: 58.4ms | ActiveRecord: 3.4ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:55:53 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 89ms (Views: 84.9ms | ActiveRecord: 0.0ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-30 16:55:54 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (72.3ms)

Completed 200 OK in 164ms (Views: 149.6ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:55:56 +0530 Started GET “/url/search?utf8=%E2%9C%93&url=yt.com&commit=Go” for 127.0.0.1 at 2019-01-30 16:55:58 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"yt.com", "commit"=>"Go"}
Url Search (118.2ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"yt.com","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"yt.com","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"yt.com","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"yt.com","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.8ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4, $5, $6, $7)  [["id", 135], ["id", 132], ["id", 134], ["id", 133], ["id", 142], ["id", 140], ["id", 141]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (9.8ms)

Completed 200 OK in 308ms (Views: 83.8ms | Searchkick: 118.2ms | ActiveRecord: 0.8ms)

Started GET “/url/search?utf8=%E2%9C%93&url=yt&commit=Go” for 127.0.0.1 at 2019-01-30 16:56:02 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"yt", "commit"=>"Go"}
Url Search (17.9ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"yt","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"yt","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"yt","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"yt","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.2ms)

Completed 200 OK in 107ms (Views: 84.8ms | Searchkick: 17.9ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:56:05 +0530 Started GET “/url/search?utf8=%E2%9C%93&url=yt&commit=Go” for 127.0.0.1 at 2019-01-30 16:56:06 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"yt", "commit"=>"Go"}
Url Search (14.9ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"yt","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"yt","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"yt","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"yt","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (1.4ms)

Completed 200 OK in 84ms (Views: 65.6ms | Searchkick: 14.9ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:56:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:56:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:56:36 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:56:39 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (8.3ms)

Completed 200 OK in 126ms (Views: 122.1ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:56:46 +0530 Started GET “/short_domain/new” for 127.0.0.1 at 2019-01-30 16:56:50 +0530 Processing by ShortDomainController#new as HTML

Rendering short_domain/new.html.erb within layouts/application
Rendered short_domain/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 77ms (Views: 73.6ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 16:56:52 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.5ms)

Completed 200 OK in 94ms (Views: 90.4ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:56:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:57:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:57:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:57:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:57:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:57:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:57:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:58:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:58:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:58:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:58:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:58:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:58:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:59:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:59:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:59:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:59:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:59:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 16:59:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:00:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:00:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:00:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:00:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:00:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:00:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:01:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:01:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:01:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:01:36 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 17:01:43 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (1.9ms)

Completed 200 OK in 88ms (Views: 65.3ms | ActiveRecord: 10.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:01:46 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 17:01:48 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.2ms)

Completed 200 OK in 85ms (Views: 82.1ms | ActiveRecord: 0.0ms)

Started GET “/urls” for 127.0.0.1 at 2019-01-30 17:01:51 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Url Load (41.0ms)  SELECT "urls".* FROM "urls" ORDER BY ASC
↳ app/views/urls/index.html.erb:32
Rendered urls/index.html.erb within layouts/application (43.0ms)

Completed 500 Internal Server Error in 47ms (ActiveRecord: 41.0ms)

ActionView::Template::Error (PG::SyntaxError: ERROR: syntax error at or near “ASC” LINE 1: SELECT “urls”.* FROM “urls” ORDER BY ASC

^

: SELECT “urls”.* FROM “urls” ORDER BY ASC):

29:       <th>LongUrl</th>
30:       <th>Shorturl</th>
31:     </tr>
32:     <% @url.each do |url| %>
33:       <tr>
34:         <td><%= url.longurl %></td>
35:         <td><%= url.shorturl %></td>

app/views/urls/index.html.erb:32:in `_app_views_urls_index_html_erb__1394434897932399181_70305393036200' Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:01:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:02:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:02:16 +0530 Started GET “/urls” for 127.0.0.1 at 2019-01-30 17:02:18 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Url Load (0.8ms)  SELECT "urls".* FROM "urls" ORDER BY id ASC
↳ app/views/urls/index.html.erb:32
Rendered urls/index.html.erb within layouts/application (10.6ms)

Completed 200 OK in 76ms (Views: 60.9ms | ActiveRecord: 6.1ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:02:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:02:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:02:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:02:56 +0530 Started GET “/urls” for 127.0.0.1 at 2019-01-30 17:03:02 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Url Load (0.4ms)  SELECT "urls".* FROM "urls" ORDER BY id ASC
↳ app/views/urls/index.html.erb:32
Rendered urls/index.html.erb within layouts/application (3.0ms)

Completed 200 OK in 69ms (Views: 64.7ms | ActiveRecord: 0.4ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:03:06 +0530 Started GET “/urls” for 127.0.0.1 at 2019-01-30 17:03:15 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Url Load (4.1ms)  SELECT "urls".* FROM "urls" ORDER BY id ASC
↳ app/views/urls/index.html.erb:33
Rendered urls/index.html.erb within layouts/application (8.0ms)

Completed 200 OK in 78ms (Views: 68.6ms | ActiveRecord: 4.1ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:03:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:03:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:03:36 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 17:03:42 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.4ms)

Completed 200 OK in 73ms (Views: 71.1ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:03:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:03:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:04:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:04:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:04:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:04:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:04:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:04:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:05:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:05:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:05:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:05:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:05:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:05:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:06:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:06:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:06:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:06:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:06:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:06:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:07:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:07:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:07:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:07:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:07:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:07:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:08:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:08:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:08:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:08:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:08:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:08:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:09:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:09:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:09:26 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:09:36 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:09:46 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:09:56 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:10:06 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:10:16 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:10:26 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 17:10:31 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.0ms)

Completed 200 OK in 73ms (Views: 53.6ms | ActiveRecord: 4.9ms)

Started GET “/urls” for 127.0.0.1 at 2019-01-30 17:10:35 +0530 Processing by UrlsController#index as HTML

Rendering urls/index.html.erb within layouts/application
Url Load (1.2ms)  SELECT "urls".* FROM "urls" ORDER BY id ASC
↳ app/views/urls/index.html.erb:33
Rendered urls/index.html.erb within layouts/application (3.7ms)

Completed 200 OK in 72ms (Views: 68.0ms | ActiveRecord: 1.2ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:10:36 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 17:10:40 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (3.3ms)

Completed 200 OK in 90ms (Views: 86.4ms | ActiveRecord: 0.0ms)

Started GET “/short_domain” for 127.0.0.1 at 2019-01-30 17:10:42 +0530 Processing by ShortDomainController#index as HTML

Rendering short_domain/index.html.erb within layouts/application
ShortDomain Load (2.3ms)  SELECT "short_domains".* FROM "short_domains" ORDER BY id ASC
↳ app/views/short_domain/index.html.erb:33
Rendered short_domain/index.html.erb within layouts/application (22.4ms)

Completed 200 OK in 88ms (Views: 69.8ms | ActiveRecord: 12.9ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:10:46 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 17:10:46 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (9.4ms)

Completed 200 OK in 106ms (Views: 101.6ms | ActiveRecord: 0.0ms)

Started GET “/urlreport” for 127.0.0.1 at 2019-01-30 17:10:49 +0530 Processing by UrlreportsController#index as HTML

Rendering urlreports/index.html.erb within layouts/application
Urlreport Load (0.9ms)  SELECT "urlreports".* FROM "urlreports" ORDER BY id ASC
↳ app/views/urlreports/index.html.erb:33
Rendered urlreports/index.html.erb within layouts/application (11.9ms)

Completed 200 OK in 64ms (Views: 54.6ms | ActiveRecord: 5.6ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 17:10:51 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (6.7ms)

Completed 200 OK in 102ms (Views: 96.2ms | ActiveRecord: 0.0ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-30 17:10:52 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (3.4ms)

Completed 200 OK in 88ms (Views: 85.4ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:10:55 +0530 Started GET “/url/search?utf8=%E2%9C%93&url=hsng.com&commit=Go” for 127.0.0.1 at 2019-01-30 17:10:58 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"hsng.com", "commit"=>"Go"}
Url Search (22.3ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"hsng.com","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"hsng.com","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"hsng.com","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"hsng.com","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.8ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4, $5, $6)  [["id", 143], ["id", 136], ["id", 137], ["id", 131], ["id", 138], ["id", 139]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (5.5ms)

Completed 200 OK in 105ms (Views: 78.6ms | Searchkick: 22.3ms | ActiveRecord: 0.8ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:11:06 +0530 Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 17:11:13 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (4.2ms)

Completed 200 OK in 80ms (Views: 75.4ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-30 17:11:16 +0530 Started GET “/user/logout” for 127.0.0.1 at 2019-01-30 17:11:20 +0530 Processing by UsersController#logout as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (1.7ms)

Completed 200 OK in 86ms (Views: 71.5ms | ActiveRecord: 4.0ms)

Started GET “/sidekiq” for 127.0.0.1 at 2019-01-30 17:11:24 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-30 17:11:24 +0530 Started GET “/sidekiq” for 127.0.0.1 at 2019-01-30 17:11:26 +0530 Started GET “/sidekiq/images/favicon.ico” for 127.0.0.1 at 2019-01-30 17:11:27 +0530 Started GET “/” for 127.0.0.1 at 2019-01-30 17:42:32 +0530

 (1.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (1.6ms)

Completed 200 OK in 554ms (Views: 547.2ms | ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-30 17:42:35 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (58.3ms)

Completed 200 OK in 150ms (Views: 109.1ms | ActiveRecord: 17.1ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-30 17:42:36 +0530 Processing by UsersController#login_check as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"6vwCyXPi+S4Ve70X63hzHZoPiNcqQjpjezfQVVXI3qOUwSF+gzN9oaRGJlvVe12UeNSnZGyEDBSgoun5DEmZzA==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (1.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:68

Redirected to localhost:3000/urls/new Completed 302 Found in 21ms (ActiveRecord: 1.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 17:42:37 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.1ms)

Completed 200 OK in 123ms (Views: 107.1ms | ActiveRecord: 3.7ms)

Started GET “/url/search” for 127.0.0.1 at 2019-01-30 17:42:40 +0530 Processing by SearchController#search as HTML

Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (8.2ms)

Completed 200 OK in 90ms (Views: 87.4ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&url=hous&commit=Go” for 127.0.0.1 at 2019-01-30 17:42:45 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"hous", "commit"=>"Go"}
Url Search (291.8ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"hous*","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"hous*","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"hous*","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"hous*","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.3ms)

Completed 200 OK in 505ms (Views: 109.7ms | Searchkick: 291.8ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&url=housing.com&commit=Go” for 127.0.0.1 at 2019-01-30 17:42:52 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"housing.com", "commit"=>"Go"}
Url Search (142.1ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"housing.com*","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"housing.com*","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"housing.com*","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"housing.com*","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.8ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4, $5, $6)  [["id", 136], ["id", 131], ["id", 143], ["id", 137], ["id", 139], ["id", 138]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (5.1ms)

Completed 200 OK in 248ms (Views: 99.5ms | Searchkick: 142.1ms | ActiveRecord: 0.8ms)

Started GET “/url/search?utf8=%E2%9C%93&url=hous&commit=Go” for 127.0.0.1 at 2019-01-30 17:42:58 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"hous", "commit"=>"Go"}
Url Search (53.8ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"hous*","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"hous*","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"hous*","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"hous*","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.9ms)

Completed 200 OK in 161ms (Views: 103.6ms | Searchkick: 53.8ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&url=hous&commit=Go” for 127.0.0.1 at 2019-01-30 17:43:14 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"hous", "commit"=>"Go"}
Url Search (52.0ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"*hous*","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"*hous*","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"*hous*","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"*hous*","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (1.8ms)

Completed 200 OK in 131ms (Views: 68.9ms | Searchkick: 52.0ms | ActiveRecord: 1.8ms)

Started GET “/url/search?utf8=%E2%9C%93&url=hous&commit=Go” for 127.0.0.1 at 2019-01-30 17:43:15 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"hous", "commit"=>"Go"}
Url Search (154.3ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"*hous*","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"*hous*","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"*hous*","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"*hous*","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.1ms)

Completed 200 OK in 233ms (Views: 74.4ms | Searchkick: 154.3ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&url=ho&commit=Go” for 127.0.0.1 at 2019-01-30 17:43:18 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"ho", "commit"=>"Go"}
Url Search (37.2ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"*ho*","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"*ho*","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"*ho*","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"*ho*","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.5ms)

Completed 200 OK in 102ms (Views: 59.5ms | Searchkick: 37.2ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&url=ho&commit=Go” for 127.0.0.1 at 2019-01-30 17:44:14 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"ho", "commit"=>"Go"}
Url Search (38.9ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"%ho%","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"%ho%","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"%ho%","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"%ho%","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (1.9ms)

Completed 200 OK in 137ms (Views: 86.9ms | Searchkick: 38.9ms | ActiveRecord: 2.4ms)

Started GET “/url/search?utf8=%E2%9C%93&url=ho&commit=Go” for 127.0.0.1 at 2019-01-30 17:44:15 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"ho", "commit"=>"Go"}
Url Search (17.6ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"%ho%","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"%ho%","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"%ho%","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"%ho%","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.7ms)

Completed 200 OK in 80ms (Views: 59.1ms | Searchkick: 17.6ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&url=ho&commit=Go” for 127.0.0.1 at 2019-01-30 17:44:32 +0530

SyntaxError (/Users/naveen/Documents/Internship/projectIntern/app/controllers/search_controller.rb:12: syntax error, unexpected tIDENTIFIER, expecting ')' … @url = Url.search(% + params.gsub('/','//')+'%') … ^~~~~~ /Users/naveen/Documents/Internship/projectIntern/app/controllers/search_controller.rb:12: syntax error, unexpected ')', expecting end …arams.gsub('/','//')+'%') … ^):

app/controllers/search_controller.rb:12: syntax error, unexpected tIDENTIFIER, expecting ')' app/controllers/search_controller.rb:12: syntax error, unexpected ')', expecting end Started GET “/url/search?utf8=%E2%9C%93&url=ho&commit=Go” for 127.0.0.1 at 2019-01-30 17:45:40 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"ho", "commit"=>"Go"}
Url Search (25.1ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"*ho*","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"*ho*","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"*ho*","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"*ho*","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.9ms)

Completed 200 OK in 163ms (Views: 123.9ms | Searchkick: 25.1ms | ActiveRecord: 3.0ms)

Started GET “/url/search?utf8=%E2%9C%93&url=housing.com&commit=Go” for 127.0.0.1 at 2019-01-30 17:45:44 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"housing.com", "commit"=>"Go"}
Url Search (41.1ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"*housing.com*","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"*housing.com*","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"*housing.com*","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"*housing.com*","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.5ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4, $5, $6)  [["id", 136], ["id", 131], ["id", 143], ["id", 137], ["id", 139], ["id", 138]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (17.4ms)

Completed 200 OK in 145ms (Views: 95.2ms | Searchkick: 41.1ms | ActiveRecord: 4.6ms)

Url Load (0.5ms)  SELECT  "urls".* FROM "urls" ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1000]]
Url Load (0.5ms)  SELECT  "urls".* FROM "urls" ORDER BY "urls"."id" ASC LIMIT $1  [["LIMIT", 1000]]
Url Import (111.1ms)  {"count":13}

Started GET “/url/search?utf8=%E2%9C%93&url=housing.com&commit=Go” for 127.0.0.1 at 2019-01-30 17:46:08 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"housing.com", "commit"=>"Go"}
Url Search (55.0ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"*housing.com*","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"*housing.com*","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"*housing.com*","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"*housing.com*","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (0.5ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4, $5, $6)  [["id", 136], ["id", 131], ["id", 143], ["id", 137], ["id", 139], ["id", 138]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (3.7ms)

Completed 200 OK in 158ms (Views: 98.5ms | Searchkick: 55.0ms | ActiveRecord: 0.5ms)

Started GET “/url/search?utf8=%E2%9C%93&url=housing.com&commit=Go” for 127.0.0.1 at 2019-01-30 17:46:09 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"housing.com", "commit"=>"Go"}
Url Search (24.2ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"*housing.com*","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"*housing.com*","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"*housing.com*","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"*housing.com*","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (14.5ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4, $5, $6)  [["id", 136], ["id", 131], ["id", 143], ["id", 137], ["id", 139], ["id", 138]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (18.9ms)

Completed 200 OK in 125ms (Views: 83.2ms | Searchkick: 24.2ms | ActiveRecord: 14.5ms)

Started GET “/url/search?utf8=%E2%9C%93&url=housing.com&commit=Go” for 127.0.0.1 at 2019-01-30 17:46:10 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"housing.com", "commit"=>"Go"}
Url Search (37.9ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"*housing.com*","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"*housing.com*","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"*housing.com*","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"*housing.com*","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Url Load (1.6ms)  SELECT "urls".* FROM "urls" WHERE "urls"."id" IN ($1, $2, $3, $4, $5, $6)  [["id", 136], ["id", 131], ["id", 143], ["id", 137], ["id", 139], ["id", 138]]
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/searchkick-3.1.2/lib/searchkick/results.rb:30
Rendered search/search.html.erb within layouts/application (5.6ms)

Completed 200 OK in 119ms (Views: 77.0ms | Searchkick: 37.9ms | ActiveRecord: 1.6ms)

Started GET “/url/search?utf8=%E2%9C%93&url=housing&commit=Go” for 127.0.0.1 at 2019-01-30 17:46:12 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"housing", "commit"=>"Go"}
Url Search (34.3ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"*housing*","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"*housing*","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"*housing*","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"*housing*","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.6ms)

Completed 200 OK in 106ms (Views: 68.8ms | Searchkick: 34.3ms | ActiveRecord: 0.0ms)

Started GET “/url/search?utf8=%E2%9C%93&url=housing&commit=Go” for 127.0.0.1 at 2019-01-30 17:46:15 +0530 Processing by SearchController#search as HTML

Parameters: {"utf8"=>"✓", "url"=>"housing", "commit"=>"Go"}
Url Search (16.3ms)  curl http://localhost:9200/urls_development/_search?pretty -H 'Content-Type: application/json' -d '{"query":{"dis_max":{"queries":[{"multi_match":{"query":"*housing*","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"*housing*","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"*housing*","boost":1,"operator":"and","analyzer":"searchkick_search","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}},{"multi_match":{"query":"*housing*","boost":1,"operator":"and","analyzer":"searchkick_search2","fuzziness":1,"prefix_length":0,"max_expansions":3,"fuzzy_transpositions":true,"fields":["*.analyzed"],"type":"best_fields"}}]}},"timeout":"11s","_source":false,"size":10000,"from":0}'
Rendering search/search.html.erb within layouts/application
Rendered search/search.html.erb within layouts/application (2.1ms)

Completed 200 OK in 92ms (Views: 71.7ms | Searchkick: 16.3ms | ActiveRecord: 0.0ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 21:53:33 +0530 Processing by UrlsController#new as HTML Redirected to localhost:3000/user/login Completed 302 Found in 4ms (ActiveRecord: 0.0ms)

Started GET “/user/login” for 127.0.0.1 at 2019-01-30 21:53:33 +0530 Processing by UsersController#login as HTML

Rendering users/login.html.erb within layouts/application
Rendered users/login.html.erb within layouts/application (6.0ms)

Completed 200 OK in 363ms (Views: 262.4ms | ActiveRecord: 12.2ms)

Started POST “/users/login” for 127.0.0.1 at 2019-01-30 22:18:27 +0530 Processing by UsersController#login_check as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"Z1WY0zM5Hspx2nxGVvvojOnV5nDsjCpoMAfioByTgqYZaLtkw+iaRcDn5wpo+MYFCw7Jw6pKHB/rktsMRRLFyQ==", "user"=>{"email"=>"naveen.kewalramani@proptiger.com", "password"=>"[FILTERED]"}, "commit"=>"login_new"}
User Load (15.7ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 ORDER BY "users"."id" ASC LIMIT $3  [["email", "naveen.kewalramani@proptiger.com"], ["password", "q112tp337ru565kh773gs988"], ["LIMIT", 1]]
↳ app/controllers/users_controller.rb:68

Redirected to localhost:3000/urls/new Completed 302 Found in 38ms (ActiveRecord: 27.8ms)

Started GET “/urls/new” for 127.0.0.1 at 2019-01-30 22:18:27 +0530 Processing by UrlsController#new as HTML

Rendering urls/new.html.erb within layouts/application
Rendered urls/new.html.erb within layouts/application (2.3ms)

Completed 200 OK in 226ms (Views: 166.1ms | ActiveRecord: 6.2ms)

Started GET “/” for 127.0.0.1 at 2019-01-31 10:10:46 +0530 Processing by UsersController#homepage as HTML

Rendering users/homepage.html.erb within layouts/application
Rendered users/homepage.html.erb within layouts/application (0.7ms)

Completed 200 OK in 65ms (Views: 63.4ms | ActiveRecord: 0.0ms)

Started GET “/sidekiq” for 127.0.0.1 at 2019-01-31 10:10:49 +0530 Started GET “/sidekiq/javascripts/dashboard.js” for 127.0.0.1 at 2019-01-31 10:10:49 +0530 Started GET “/sidekiq/stylesheets/application.css” for 127.0.0.1 at 2019-01-31 10:10:49 +0530 Started GET “/sidekiq/stylesheets/bootstrap.css” for 127.0.0.1 at 2019-01-31 10:10:49 +0530 Started GET “/sidekiq/javascripts/application.js” for 127.0.0.1 at 2019-01-31 10:10:49 +0530 Started GET “/sidekiq/images/status.png” for 127.0.0.1 at 2019-01-31 10:10:49 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:11:00 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:11:10 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:11:20 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:11:29 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:11:40 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:11:50 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:12:00 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:12:10 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:12:20 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:12:30 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:12:40 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:12:50 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:13:00 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:13:10 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:13:20 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:13:30 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:13:40 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:13:50 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:14:00 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:14:10 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:14:20 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:14:30 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:14:39 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:14:50 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:15:00 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:15:10 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:15:20 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:15:30 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:15:39 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:15:50 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:16:00 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:16:10 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:16:19 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:16:29 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:16:39 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:16:50 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:17:00 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:17:10 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:17:20 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:17:30 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:17:40 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:17:49 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:18:00 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:18:09 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:18:32 +0530

 (93.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
↳ /Users/naveen/.rvm/gems/ruby-2.6.0/gems/web-console-3.7.0/lib/web_console/middleware.rb:135

Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:18:39 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:18:49 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:18:59 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:19:09 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:19:20 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:19:29 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:19:39 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:19:49 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:20:00 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:20:09 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:20:20 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:20:29 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:20:40 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:20:49 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:21:00 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:21:09 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:21:19 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:21:30 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:21:40 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:21:49 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:21:59 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:22:09 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:22:20 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:22:29 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:22:39 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:22:49 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:22:59 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:23:10 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:23:20 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:23:29 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:23:39 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:23:50 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:23:59 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:24:10 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:24:19 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:24:29 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:24:39 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:24:49 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:24:59 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:25:09 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:25:19 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:25:30 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:25:40 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:25:49 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:26:00 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:26:09 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:26:20 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:26:29 +0530 Started GET “/sidekiq/stats” for 127.0.0.1 at 2019-01-31 10:26:39 +0530